MAL-2026-10391

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tipsen-last/MAL-2026-10391.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10391
Aliases
  • GHSA-83fp-39mc-pvp5
Published
2026-07-13T06:30:31Z
Modified
2026-07-13T09:17:04Z
Summary
Malicious code in tipsen-last (npm)
Details

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

Source: amazon-inspector (d8dda277dd82e1c50906cff18341bb76485eed33ba42d39b228c447514e4081f)

package.json declares its only runtime dependency ("safe-chain-test") as a direct tarball URL on hoped-twice-evaluation-site.trycloudflare.com — an ephemeral, anonymous Cloudflare tunnel host with no publisher identity, no version pinning, and no hash or signature verification. On npm install, npm fetches whatever bytes the tunnel operator is serving at that moment and installs the result into the dependency tree; the transitive tarball can declare its own preinstall/install/postinstall lifecycle scripts, which npm will execute against the installer's machine. The tunnel operator can swap the served content at will, so even a benign snapshot today provides no assurance about tomorrow. The package itself ships no code (the declared main index.js is absent from the tarball) — its entire install-time effect is to pull attacker-mutable code into the installer's environment.

Source: ghsa-malware (afc3164ae4341c343f4489e9e31f8031f2d3b2f1646f0c0e57b0471d6752d3e8)

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": "GHSA-83fp-39mc-pvp5",
            "import_time": "2026-07-13T07:24:22.545502536Z",
            "modified_time": "2026-07-13T06:30:32Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "afc3164ae4341c343f4489e9e31f8031f2d3b2f1646f0c0e57b0471d6752d3e8",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-009859",
            "import_time": "2026-07-13T09:10:55.773940672Z",
            "modified_time": "2026-07-13T07:58:46Z",
            "sha256": "d8dda277dd82e1c50906cff18341bb76485eed33ba42d39b228c447514e4081f",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / tipsen-last

Package

Affected ranges

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

Affected versions

1.*
1.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": "faceb85a892383651abace746dbc0beb4f611a25bf5699617bc7a24078a43d7a",
            "tlsh": "a2e0aba0b9b1587304c2837a087a2003b720ed1f8144bc5d83cb502cd4ce6b35ef920c"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tipsen-last/MAL-2026-10391.json"