MAL-2026-13216

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/akamai-sensorv1/MAL-2026-13216.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13216
Published
2026-08-05T15:49:26Z
Modified
2026-08-05T16:49:56.567737374Z
Summary
Malicious code in akamai-sensorv1 (npm)
Details

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

Source: amazon-inspector (bfc0d67815042459dd2e8c526215eb8e204e0b62ae97438b320c0bd0a69a2ddf)

The package hides an executable payload inside a block comment in index.js using Unicode variation selectors (U+FE00–U+FE0F and U+E0100–U+E01EF). sync-metrics.js reads index.js, extracts that comment, decodes the invisible bytes via unpack(), and executes the resulting string with new Function('require', batch)(require). Extraction and execution are triggered from touch() at the top of the exported sensor() function, so any consumer that calls the advertised API runs the concealed code. In addition, config.json hardcodes a public Google Calendar ICS URL (calendar.google.com/calendar/ical/hev4229%40gmail.com/public/basic.ics); index.js fetches the ICS, parses DESCRIPTION fields, optionally base64-decodes them to a URL, appends /generate, and issues a GET whose JSON response is returned to callers. This is a dead-drop command-and-control pattern in which the next-hop endpoint is rotated by editing calendar events, defeating static URL blocklists. The lookalike name imitates Akamai's sensor product but the package is not affiliated with Akamai.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-05T16:13:46.720532845Z",
            "sha256": "bfc0d67815042459dd2e8c526215eb8e204e0b62ae97438b320c0bd0a69a2ddf",
            "id": "IN-MAL-2026-015801",
            "modified_time": "2026-08-05T15:49:26Z"
        }
    ]
}
References
Credits

Affected packages

npm / akamai-sensorv1

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "6dd4f091acc5cd9647b87d4f8c06cbe14d3421bb",
                "sha512_sri": "sha512-muN8jDqGHcGl9Bw6c/0lxE2x3nK/0f0n+lfNK348D4P365MeKU3Nf7P0uWF0oSCUrYxbm5WQdYlK1kDM2vlRLw=="
            },
            "filename": "akamai-sensorv1-1.0.0.tgz"
        }
    ],
    "evidence_files": [
        {
            "tlsh": "b00189db26fb3161831350912adbd15a34dfec633606e0c1fbac92d0af62410477b5ad",
            "sha256": "427c50d775724e65fbaeef7d2b8dc106410934ac89515372b4cf4a2f61d3845b",
            "path": "sync-metrics.js"
        },
        {
            "tlsh": "88910f5176f3313b002351d4a347f0a495039e027185c8d0ea6c5bf52fd2ea8c9e3dea",
            "sha256": "60ea6b759d793ab7fe1f4501e7f7e0cd3e41c745e817dcf7224e5151cca8c0ee",
            "path": "index.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/akamai-sensorv1/MAL-2026-13216.json"