MAL-2026-10605

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@radivi-ui/react-dialog/MAL-2026-10605.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10605
Published
2026-07-14T17:55:20Z
Modified
2026-07-14T18:49:31.785145042Z
Summary
Malicious code in @radivi-ui/react-dialog (npm)
Details

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

Source: amazon-inspector (b5e92ae03eb6adb090fb832665431984cccef31039bb920e3850535f4defe610)

@radivi-ui/react-dialog is a typosquat of @radix-ui/react-dialog whose main entry (index.js) is a self-executing IIFE that runs whoami and hostname via child_process.execSync when the package is loaded via require/import. The command outputs are hex-encoded and exfiltrated to the hardcoded Burp Collaborator subdomain vih2vewj1xxwlsd8dkgjqugtyk4bs1gq.oastify.com via both DNS resolution (dns.resolve of a crafted subdomain) and HTTP GET (http.get). The behavior fires unconditionally on module load with no user opt-in, no CLI gate, and no relation to any dialog/UI functionality the package name implies.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-14T18:28:27.768365791Z",
            "source": "amazon-inspector",
            "modified_time": "2026-07-14T17:55:30Z",
            "sha256": "725caff8c13b83aaf4d33c43808c73a1cb2e0f0a7f70ea8960ee376f75a2ae02",
            "id": "IN-MAL-2026-010541",
            "versions": [
                "1.1.3"
            ]
        },
        {
            "import_time": "2026-07-14T18:28:27.660661969Z",
            "sha256": "b5e92ae03eb6adb090fb832665431984cccef31039bb920e3850535f4defe610",
            "modified_time": "2026-07-14T17:55:20Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010540",
            "versions": [
                "1.1.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @radivi-ui/react-dialog

Package

Name
@radivi-ui/react-dialog
View open source insights on deps.dev
Purl
pkg:npm/%40radivi-ui/react-dialog

Affected ranges

Affected versions

1.*
1.1.3
1.1.4

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@radivi-ui/react-dialog/MAL-2026-10605.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "ac53e3207632117bc595d6fa996a321d014d0aa26068af339d813a823a7be135",
            "path": "index.js",
            "tlsh": "9351336916fe33341bf3b8d8ea036052bc0e62507419ee91f9ed1f210fca624a2561fd"
        }
    ],
    "package_integrity": [
        {
            "filename": "react-dialog-1.1.3.tgz",
            "hashes": {
                "sha1": "05eafef9fc6b3590c16baa7dd357c83581c6217e",
                "sha512_sri": "sha512-6evztCQeDvQe1fHvpIItKAivcBAoVuEdmFL3kXynBRtm+FFNxl+Pa+p4HFcS8a8u4L1Yqiod/r8VVCZz9hMF5w=="
            }
        }
    ]
}
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."
    }
]