MAL-2026-15531

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/confluence-editor/MAL-2026-15531.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15531
Published
2026-08-28T23:17:15Z
Modified
2026-08-28T23:45:12.615378491Z
Summary
Malicious code in confluence-editor (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (e7615f50c489336db7800ea3b79ef26a4e5af311f0484ee31871000e329c2813)

package.json declares a dependency whose value is a bare HTTPS URL (https://repo.securityctrl.com/confluence-editor) rather than a semver range published to the npm registry. The dependency key equals the package's own name, matching a dependency-confusion shape, and the version 30.0.0 is implausibly high for a package of this name. On npm install, npm fetches whatever tarball that URL currently returns and executes any lifecycle scripts inside it, with no version pin, no integrity check, and no registry provenance. The shipped index.js is an inert stub, so the manifest line itself is the entire published attack surface — the actual code that runs on installers is served from repo.securityctrl.com and can be changed by whoever controls that host at any time.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019107",
            "modified_time": "2026-08-28T23:17:15Z",
            "import_time": "2026-08-28T23:38:06.100735411Z",
            "source": "amazon-inspector",
            "sha256": "e7615f50c489336db7800ea3b79ef26a4e5af311f0484ee31871000e329c2813",
            "versions": [
                "30.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / confluence-editor

Package

Affected ranges

Affected versions

30.*
30.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "confluence-editor-30.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-g0bnxe2wDLSjhy5fwXrFPeH4Sp9++SiLPkYujAuY3OPjUlTvxwVP+Wc0XTuxLudAJpND8W6g0jOQc7M6cWikOQ==",
                "sha1": "5e1c5166096adfcdb0ad65e9e828f618817b4e46"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "78e07d294d104b330fc906634879548773554e9f20083d0896cf883c405e9b3bafe37d",
            "sha256": "caf33006f94348ea14292b25d7f146db52a7d363508304674ea67bd5e3d161a4"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/confluence-editor/MAL-2026-15531.json"