MAL-2026-15524

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tabbables/MAL-2026-15524.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15524
Aliases
  • GHSA-4g4c-9232-9cwv
Published
2026-08-28T23:13:26Z
Modified
2026-08-29T18:45:14Z
Summary
Malicious code in tabbables (npm)
Details

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

Source: amazon-inspector (2fc629ecaf81d15034bbba33363e63776d106e6f58932e889baa4cb748b689eb)

package.json at line 11 declares a dependency whose key equals the package's own name (tabbables) and whose value is the raw HTTPS URL https://repo.securityctrl.com/tabbables rather than a registry version range. On npm install, npm fetches whatever tarball that URL currently serves and installs it, executing any lifecycle scripts it contains, with no version pin, no integrity/hash check, and no registry provenance. The shipped index.js is an inert stub, so the manifest URL is the sole payload-delivery mechanism; the tarball's behavior can be changed at any time by whoever controls repo.securityctrl.com. The self-referential dependency key also produces a dependency-confusion shape (an implausibly high 45.0.0 version competing with any internal package of the same name).

Source: ghsa-malware (580578f2de6ca207ca37218f58ff798855d032cbd2d824c6a6159ad194bc7303)

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-019081",
            "import_time": "2026-08-28T23:14:36.933080216Z",
            "modified_time": "2026-08-28T23:13:26Z",
            "sha256": "2fc629ecaf81d15034bbba33363e63776d106e6f58932e889baa4cb748b689eb",
            "source": "amazon-inspector",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-4g4c-9232-9cwv",
            "import_time": "2026-08-29T18:26:29.933895507Z",
            "modified_time": "2026-08-29T18:13:39Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "580578f2de6ca207ca37218f58ff798855d032cbd2d824c6a6159ad194bc7303",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / tabbables

Package

Affected ranges

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

Affected versions

45.*
45.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": "05a677d0267255faf3ee8de887da3845e89ef4148caf4620a188dbe7e9b279b6",
            "tlsh": "dee0c22649112a3746c6a5624879c45773226f6f04047c19e2cb441c824d5b768fb79c"
        }
    ],
    "package_integrity": [
        {
            "filename": "tabbables-45.0.0.tgz",
            "hashes": {
                "sha1": "5c0c6b11781f926494cae48e4c6526ee7ff34cff",
                "sha512_sri": "sha512-gaQgowmQd5bLG5OW65trNAjidu2TSftYfgmkgvnA+Ln+CXKeHZURXx5qbNvGR+nnor5XJInhmZ+D11tIszSgqg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tabbables/MAL-2026-15524.json"