MAL-2026-14486

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spf-analytics/MAL-2026-14486.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14486
Published
2026-08-25T08:30:04Z
Modified
2026-08-25T23:50:11.805479587Z
Summary
Malicious code in spf-analytics (npm)
Details

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

Source: amazon-inspector (8dece44c5ce884af66714dbff1f022e0345e860d0090cb7bcb30fd7b352cdd77)

index.js is a heavily obfuscated browser script (obfuscator.io-style string-array + rotation) advertised for inclusion via unpkg on Shopify-style storefronts. At runtime it listens for the 'gokwikevents' window event and harvests customer name, phone, email, full address, city, state, country, pincode, cart line items, order total, and payment method. The captured PII is encrypted with a hardcoded RSA-OAEP public key wrapping an AES-GCM session key and POSTed to https://connector.internalwebhooks.com/spf-analytics, a destination the storefront operator did not configure. A localStorage key ('shopifyanalyticscache7f4c91d8b2e64a0f9c37d5ab81e26f43') holds up to 500 fingerprints to suppress duplicate uploads, and a __spfAddressForwarderLoaded flag guards against double-loading. The endpoint URL, PEM key, event name, and field names are all indirected through the obfuscator string table, concealing the destination and captured fields from casual inspection of the CDN-served bundle. The package presents itself as 'analytics' but the relay is to a non-first-party endpoint hardcoded by the author, encrypted to prevent network inspection, and never disclosed to the operator embedding the script.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-25T08:49:17.968010753Z",
            "modified_time": "2026-08-25T08:30:04Z",
            "id": "IN-MAL-2026-018732",
            "sha256": "8dece44c5ce884af66714dbff1f022e0345e860d0090cb7bcb30fd7b352cdd77",
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / spf-analytics

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
{
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "dcaf41c676f03579a68b2526efd7df76f4576611784e6ad0ad80404191631595",
            "tlsh": "aa923f41aec56ea113c34f2b7b57f1f0d21b499d368048cbc628bda52464737fba5a31"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "7026376523615fdb7bb2de3660f3b9419501c293",
                "sha512_sri": "sha512-tC1oks+Kfscs6nr1xSa6ltmQLbGLbBodiERyepU0lYaFJdm3W6jnC+rxrfdHgkuvD5v+n2fFRpNKmLNrRGVU+A=="
            },
            "filename": "spf-analytics-1.0.0.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spf-analytics/MAL-2026-14486.json"