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
Aliases
  • GHSA-cwcw-cv28-7jfm
Published
2026-08-28T23:17:15Z
Modified
2026-08-29T18:45:16Z
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.

Source: ghsa-malware (337c533edd7c73d6e29a4f5a891207c3825eddb4187935e0cca00b94efd46c97)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019107",
            "import_time": "2026-08-28T23:38:06.100735411Z",
            "modified_time": "2026-08-28T23:17:15Z",
            "sha256": "e7615f50c489336db7800ea3b79ef26a4e5af311f0484ee31871000e329c2813",
            "source": "amazon-inspector",
            "versions": [
                "30.0.0"
            ]
        },
        {
            "id": "GHSA-cwcw-cv28-7jfm",
            "import_time": "2026-08-29T18:26:29.956364657Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "337c533edd7c73d6e29a4f5a891207c3825eddb4187935e0cca00b94efd46c97",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / confluence-editor

Package

Name
confluence-editor
View open source insights on deps.dev
Purl
pkg:npm/confluence-editor

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

30.*
30.0.0

Database specific

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