MAL-2026-15530

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/confluence-create-content/MAL-2026-15530.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15530
Aliases
  • GHSA-j52x-8r24-hw6x
Published
2026-08-28T23:17:31Z
Modified
2026-08-29T18:45:18.023471235Z
Summary
Malicious code in confluence-create-content (npm)
Details

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

Source: amazon-inspector (011485304eea045bddd134da5fdabfcf9d96acd0f2c78e1800a4c32674a5788c)

package.json declares a dependency whose key equals the package's own name (confluence-create-content) and whose value is a bare HTTPS URL, https://repo.securityctrl.com/confluence-create-content, instead of a registry version range. On npm install, npm fetches whatever bytes that URL returns and installs them, running any lifecycle scripts contained in them with no version pin and no integrity check. The shipped index.js is an inert stub, so the manifest URL is effectively the entire delivered payload. The self-named dependency shape also creates dependency-confusion pressure: any environment resolving this package name pulls content from the third-party host rather than the registry.

Source: ghsa-malware (800bda35092bb13e9f61058c0df4ad6d43dc8f05e893129a79b3956c95fa6ee7)

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-019109",
            "source": "amazon-inspector",
            "import_time": "2026-08-28T23:38:06.293077864Z",
            "modified_time": "2026-08-28T23:17:31Z",
            "sha256": "011485304eea045bddd134da5fdabfcf9d96acd0f2c78e1800a4c32674a5788c",
            "versions": [
                "30.0.0"
            ]
        },
        {
            "id": "GHSA-j52x-8r24-hw6x",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "import_time": "2026-08-29T18:26:29.967068951Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "sha256": "800bda35092bb13e9f61058c0df4ad6d43dc8f05e893129a79b3956c95fa6ee7"
        }
    ]
}
References
Credits

Affected packages

npm / confluence-create-content

Package

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

Affected ranges

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

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"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "confluence-create-content-30.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-C7ExIxTPWa8j8rU3QTW05Hk9FHQQf7MtfhTQxJlzDvZrmk5wKwqZFBd34h1mCz8LuyTauXqXuPoWdItvrqhhkA==",
                "sha1": "bf874951baa9fa6ec961e2cd2bd46bc96acc8eb1"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "cee0df7849108a3307ed42534cb9640bb651ce9f000838085a8a841c80ed2bb78fe36e",
            "sha256": "7eff2fb68e7422e53c86eea910b24496f41ecbe93fd8c3cf24262c3c287005e4"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/confluence-create-content/MAL-2026-15530.json"