MAL-2026-15526

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/analytics-web-client/MAL-2026-15526.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15526
Published
2026-08-28T23:17:38Z
Modified
2026-08-28T23:45:12.614440871Z
Summary
Malicious code in analytics-web-client (npm)
Details

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

Source: amazon-inspector (b8893c0594fed4d622c0e347b4e8f899d5b00e11c15fe31e09169a9fae8e82be)

package.json at line 11 declares a dependency whose key equals this package's own name (analytics-web-client) and whose source is a bare HTTPS URL (https://repo.securityctrl.com/analytics-web-client) rather than a registry version range. On npm install, npm fetches whatever bytes that host serves and runs any lifecycle scripts they contain, with no version pin and no integrity check. The shipped index.js is an inert stub, so the manifest line is the entire published surface: whoever controls repo.securityctrl.com controls code executed on the installer's machine at install time. The self-referential dependency name additionally matches the dependency-confusion shape, aimed at winning resolution against an internal package of the same name.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "30.0.0"
            ],
            "sha256": "b8893c0594fed4d622c0e347b4e8f899d5b00e11c15fe31e09169a9fae8e82be",
            "import_time": "2026-08-28T23:38:06.387039522Z",
            "modified_time": "2026-08-28T23:17:38Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-019110"
        }
    ]
}
References
Credits

Affected packages

npm / analytics-web-client

Package

Name
analytics-web-client
View open source insights on deps.dev
Purl
pkg:npm/analytics-web-client

Affected ranges

Affected versions

30.*
30.0.0

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "analytics-web-client-30.0.0.tgz",
            "hashes": {
                "sha1": "f4164476ae684c253c20cda9a82e7e190eef2c63",
                "sha512_sri": "sha512-4Rj/zq7xlNznAAzJLqnDwvVPvOiCfV3i+tDZoMlwD9gqPDJQSALhe/4JYPdaHre/efngnn4uxrQ5d/rAuO1rcQ=="
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "b048b5946292ad96364ca63c637cfd2fbd2837edbaf75363da66885c644ff021",
            "tlsh": "23e0d6209922233721c6639388be8893f3344f1b2044bc0ad68a481c864f1b369fa2ad",
            "path": "package.json"
        }
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/analytics-web-client/MAL-2026-15526.json"