MAL-2026-5452

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/shopify-app-bridge-internal/MAL-2026-5452.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5452
Aliases
  • GHSA-f435-6j4p-6q42
Published
2026-06-09T17:18:39Z
Modified
2026-06-16T00:01:49.821859958Z
Summary
Malicious code in shopify-app-bridge-internal (npm)
Details

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

Source: amazon-inspector (b21c63417fe3a82fd514d0af7c913fb3c1cd62915839dc8910483fb6484bbbd9)

The package's preinstall lifecycle script in package.json runs unconditionally on npm install and issues an HTTPS GET to https://jnhwbzedabyratvgvgpgo7wtsmhsiw8d4.oast.fun/?host=shopify-<hostname>, where <hostname> is taken from os.hostname(). The oast.fun domain is a public out-of-band interaction service (interactsh) commonly used as a callback collector, so this beacon discloses the installer's machine hostname to a remote third party at install time. The package name shopify-app-bridge-internal (unscoped) with version 99.9.9 and an internal suffix is the canonical dependency-confusion shape against Shopify's official scoped @shopify/app-bridge, designed to be resolved by internal build systems that look up a private dep name against the public registry. Despite the package's self-description as a bug-bounty PoC, the install-time beacon harms any installer that resolves the name.

Source: ghsa-malware (10782d74cea89c4cb229a120caa37cc12e24845d59d5ca3f9b90f7196debbc60)

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": [
        {
            "versions": [
                "99.9.9"
            ],
            "id": "IN-MAL-2026-005017",
            "modified_time": "2026-06-09T17:18:39Z",
            "sha256": "b21c63417fe3a82fd514d0af7c913fb3c1cd62915839dc8910483fb6484bbbd9",
            "import_time": "2026-06-09T17:45:49.236689192Z",
            "source": "amazon-inspector"
        },
        {
            "versions": [
                "99.9.9"
            ],
            "id": "IN-MAL-2026-005018",
            "modified_time": "2026-06-09T17:18:40Z",
            "import_time": "2026-06-09T17:45:49.2984212Z",
            "sha256": "f2a10e4151c578adc9a27ddc220cb2a1a9158ac747bf46476acd0d8670e580a2",
            "source": "amazon-inspector"
        },
        {
            "sha256": "10782d74cea89c4cb229a120caa37cc12e24845d59d5ca3f9b90f7196debbc60",
            "id": "GHSA-f435-6j4p-6q42",
            "import_time": "2026-06-15T23:52:17.799242643Z",
            "modified_time": "2026-06-15T23:39:13Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / shopify-app-bridge-internal

Package

Name
shopify-app-bridge-internal
View open source insights on deps.dev
Purl
pkg:npm/shopify-app-bridge-internal

Affected ranges

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

Affected versions

99.*
99.9.9

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "shopify-app-bridge-internal-99.9.9.tgz",
            "hashes": {
                "sha512_sri": "sha512-CNXR5GW3GVwy/2BD+D7zR4YTo+O9Fqsjd/bUG35pkMd68uMAFbLUZcHXQdVdVlfolZ2N5bzCAp93Jf/AaziK/w==",
                "sha1": "f0322f748754ea6f1f3bf5d81856ba6b14dce567"
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "03f0ce38b08238a2a8630db417ba847bb5875a65efaee1e416ab6fdd626e1fb6",
            "tlsh": "6ce061f00da5fa733dc105f64c07552ef153de0e0014a915abcb115941d57b6947da4c",
            "path": "package.json"
        }
    ],
    "domains": [
        "jnhwbzedabyratvgvgpgo7wtsmhsiw8d4.oast.fun"
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "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."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/shopify-app-bridge-internal/MAL-2026-5452.json"