MAL-2026-10966

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/commonweb-card/MAL-2026-10966.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10966
Aliases
  • GHSA-cr8q-p657-jfpv
Published
2026-07-21T05:10:34Z
Modified
2026-08-18T17:15:25.572957077Z
Summary
Malicious code in commonweb-card (npm)
Details

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

Source: amazon-inspector (be45f481316bef278d1accb9df9fb9e30f5789c2c783c749c7f8903868130a71)

commonweb-card@99.9.1 ships an effectively empty main module (index.js exports an empty object) and its package.json declares a dependency 'ltidisafe' whose version specifier is a direct HTTPS tarball URL to an anonymous Google Cloud Storage bucket: https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.5.2.tgz. On npm install, npm downloads and installs the tarball at that URL and executes any lifecycle scripts (preinstall/install/postinstall) and top-level require side effects it contains. The tarball host is not the npm registry, not a documented vendor publisher, and not tied to the wrapper package's stated identity; its contents are controlled solely by whoever owns the GCS bucket and can be mutated at any time without a package version bump. The high version number (99.9.1) combined with a hollow wrapper and a remote tarball dependency matches the dependency-confusion loader pattern.

Source: ghsa-malware (1139b193b9edf0ecb09a89db4806f1e5ab298e98dfdc540e51c8bca926821c78)

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.

Source: ossf-package-analysis (0f81c6e2e081a09ccd8ad4ade2f34c142e2f0db5566c881ca78acaff3e4de84a)

The OpenSSF Package Analysis project identified 'commonweb-card' @ 99.9.1 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.
Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-21T06:01:48.008143197Z",
            "sha256": "0f81c6e2e081a09ccd8ad4ade2f34c142e2f0db5566c881ca78acaff3e4de84a",
            "modified_time": "2026-07-21T05:10:34Z",
            "source": "ossf-package-analysis",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "import_time": "2026-08-04T22:30:06.057028617Z",
            "sha256": "be45f481316bef278d1accb9df9fb9e30f5789c2c783c749c7f8903868130a71",
            "modified_time": "2026-08-04T21:50:41Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-011227",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "import_time": "2026-08-18T16:29:04.46203449Z",
            "sha256": "1139b193b9edf0ecb09a89db4806f1e5ab298e98dfdc540e51c8bca926821c78",
            "modified_time": "2026-08-18T16:20:51Z",
            "source": "ghsa-malware",
            "id": "GHSA-cr8q-p657-jfpv",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / commonweb-card

Package

Affected ranges

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

Affected versions

99.*
99.9.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/commonweb-card/MAL-2026-10966.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "bd3f5bed69a792299de5434b31a31d488dc0f11daeb608c4aef4d2101d704471",
            "path": "package.json",
            "tlsh": "36e0c2244a656a334ec511b6482e655bf3b18e5f1408bc0c5fdf142c529dbb328f935d"
        }
    ],
    "package_integrity": [
        {
            "filename": "commonweb-card-99.9.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-WkMgTxQqAm7mtIe6mlCmtqogri7FPxBpJ6PMnH28JwEEjxHH2SjomyG9e2ERwYxsP3R6vUmRfUp84yDaCm3BtA==",
                "sha1": "c334216307ff7fa14ae856d58091b9be53672545"
            }
        }
    ]
}
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."
    }
]