MAL-2026-13705

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/iconova-react/MAL-2026-13705.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13705
Aliases
  • GHSA-mvp5-cv38-rqfj
Published
2026-08-10T12:25:20Z
Modified
2026-08-11T00:50:16.048646979Z
Summary
Malicious code in iconova-react (npm)
Details

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

Source: amazon-inspector (4590534a7b05eb30959d9422e2ea700fb525b66b357a62f7ba1795caba4ad799)

iconova-react is a re-hosted copy of lucide-react (every icon file carries a @license lucide-react header; the package name is iconova-react but its entry points are dist/cjs/lucide-react.js and dist/esm/lucide-react.mjs) with a malicious loader injected into two icon modules, dist/esm/icons/sparkle.mjs and dist/esm/icons/sparkles.mjs. Each module contains a top-level async IIFE unrelated to icon rendering that unicode-escapes the identifiers http, https, child_process, and spawn, then queries public Ethereum RPCs (including eth.blockscout.com/api) for the latest transaction from a hardcoded attacker address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, extracts two IPv4 addresses from the low bytes of the transaction recipient field, fetches XOR/base64-encoded stage-2 payloads from http://<ip>:443/0x/cls and http://<ip>:443/0x/ls, and executes the retrieved code via eval(...) and a detached spawn('node', ['-e',...], {detached:true, stdio:'ignore'}).unref(). Sparkles is re-exported from the package's ESM entry dist/esm/lucide-react.mjs, so importing the package or the Sparkle/Sparkles icon triggers the loader at import time and yields arbitrary attacker-controlled code execution on the installer's or build server's host. The on-chain dead-drop resolver, unicode-escaped strings, and lucide-react impersonation together mark this as a deliberate supply-chain attack, not an accidental issue.

Source: ghsa-malware (05abc7001600e5e7dfa93192e6c75bbce675f85d3b063b0cf0742c0fb1585dad)

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-017258",
            "import_time": "2026-08-10T12:51:44.643052202Z",
            "sha256": "392b2a3a1fac48d18cfd126d3b667f4f91c2992f34bdf4df313f5bd73f33241d",
            "modified_time": "2026-08-10T12:25:20Z",
            "source": "amazon-inspector",
            "versions": [
                "1.30.0"
            ]
        },
        {
            "id": "IN-MAL-2026-017259",
            "import_time": "2026-08-10T12:51:44.686330674Z",
            "sha256": "4590534a7b05eb30959d9422e2ea700fb525b66b357a62f7ba1795caba4ad799",
            "versions": [
                "1.30.1"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-08-10T12:25:30Z"
        },
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "id": "GHSA-mvp5-cv38-rqfj",
            "import_time": "2026-08-11T00:38:01.34542523Z",
            "sha256": "05abc7001600e5e7dfa93192e6c75bbce675f85d3b063b0cf0742c0fb1585dad",
            "modified_time": "2026-08-10T16:41:09Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / iconova-react

Package

Affected ranges

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

Affected versions

1.*
1.30.0
1.30.1

Database specific

cwes
[
    {
        "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",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "dist/esm/icons/sparkles.mjs",
            "tlsh": "712220b1436a9dba87325904cc35be0de1b8d8b52d4be029b82f3c89cf7b1d08791658",
            "sha256": "cb5203adf50d4c222e3fa5c0e1d854cbb2b4a04a10b88411cbd2bed7bdb8e81a"
        },
        {
            "path": "package.json",
            "tlsh": "3041cb31ca204ce31be9549cba645143f428451bacd9bc9837d2866c4fae79f50fb2bd",
            "sha256": "fc364464c2cb249496d03c54fdf025b322db61943d6f83f662468066f707b19c"
        }
    ],
    "package_integrity": [
        {
            "filename": "iconova-react-1.30.0.tgz",
            "hashes": {
                "sha1": "8047987771bd52f175939abe82b01b25bb0d3227",
                "sha512_sri": "sha512-5cp6hdS2yksuFO6SWtQZ2kXuP4754coa2NokZ+anqPjdJwWqKtYD5rwD0GILeWw5d9x4XsjxJypT2KqZAx1krw=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/iconova-react/MAL-2026-13705.json"