MAL-2026-6988

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@vite-tab/tab/MAL-2026-6988.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6988
Aliases
  • GHSA-74pv-97c8-9hfp
Published
2026-07-08T16:58:42Z
Modified
2026-09-21T23:30:04Z
Summary
Malicious code in @vite-tab/tab (npm)
Details

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

Source: amazon-inspector (95af865d1cf7d45f2b4c2a73eebcfcd1a1a6aba9a36f33bf8256ef4d7235903c)

@vite-tab/tab republishes Vite's codebase under a different name while impersonating the upstream project: package.json declares bin: { vite: 'bin/vite.js' } (hijacking the vite command on $PATH), author: 'Evan You', repository: git+https://github.com/vitejs/vite.git, and homepage: https://vitejs.dev. Appended to bin/vite.js after the legitimate Vite bootstrap is a self-decoding string table (var _$_4445=(function(k,p){...})("...",4606094)) built via a Fisher-Yates-style scramble with \x25/\x23 substitution markers; all sensitive identifiers (https, get, request, JSON.parse, child_process, spawn, eval, host fragments) are referenced as indices into this table to defeat static review. At runtime the decoded routines perform an HTTPS GET followed by a JSON-RPC POST ({jsonrpc, method, params, id:1}) to a dynamically resolved hostname, base64-decode and XOR-decrypt the response, and pass it to eval(r); a second fetched payload is launched via child_process.spawn(..., {detached:true, windowsHide:true}), with a 30-second throttle. The fetch loop runs every time a developer invokes the hijacked vite command, giving the publisher arbitrary remote code execution on the developer machine with persistence via detached child processes. The remote-hostname JSON-RPC lookup makes the C2 endpoint resistant to static domain blocking.

Source: ghsa-malware (bf6a6038d2af1aebf13d12ca10ca2abf14aaf6faaf9b99895f6e68e9f6d2af6b)

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-008163",
            "import_time":  "2026-07-08T17:01:35.87897206Z",
            "modified_time":  "2026-07-08T16:58:42Z",
            "sha256":  "62a19bf35a2cc4cea4177b45cf5e3abec489a0e87b1f3a294611d4c9d4bf76aa",
            "source":  "amazon-inspector",
            "versions":  [
                "5.7.0"
            ]
        },
        {
            "id":  "IN-MAL-2026-008164",
            "import_time":  "2026-07-08T17:01:35.985361286Z",
            "modified_time":  "2026-07-08T16:59:25Z",
            "sha256":  "95af865d1cf7d45f2b4c2a73eebcfcd1a1a6aba9a36f33bf8256ef4d7235903c",
            "source":  "amazon-inspector",
            "versions":  [
                "3.15.10"
            ]
        },
        {
            "id":  "GHSA-74pv-97c8-9hfp",
            "import_time":  "2026-09-21T23:23:07.54274173Z",
            "modified_time":  "2026-09-21T23:16:23Z",
            "ranges":  [
                {
                    "events":  [
                        {
                            "introduced":  "0"
                        }
                    ],
                    "type":  "SEMVER"
                }
            ],
            "sha256":  "bf6a6038d2af1aebf13d12ca10ca2abf14aaf6faaf9b99895f6e68e9f6d2af6b",
            "source":  "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / @vite-tab/tab

Package

Name
@vite-tab/tab
View open source insights on deps.dev
Purl
pkg:npm/%40vite-tab/tab

Affected ranges

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

Affected versions

3.*
3.15.10
5.*
5.7.0

Database specific

cwes
[
    {
        "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",
        "description":  "The product contains code that appears to be malicious in nature.",
        "name":  "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files":  [
        {
            "path":  "package.json",
            "sha256":  "40b7a0e702ec8961f34ab2aa086db538db23c1b605f3af022f373b329450b6f4",
            "tlsh":  "e3a1bc21cda88da31ad424e9ec790142f13485578e65fc18339d57ad0f4e26f327ebae"
        },
        {
            "path":  "bin/vite.js",
            "sha256":  "00dc114cf515233dc0e0a7ac3457377cf0c36842b972b98e5723bfbdb473800d",
            "tlsh":  "f7e15c4cf1dc2c20175074d8ecae499b39fac803ee89c594b79cf6486fca411938abb5"
        }
    ],
    "package_integrity":  [
        {
            "filename":  "tab-5.7.0.tgz",
            "hashes":  {
                "sha1":  "41f173d3d7d462d3c569c179ff569cd6fc541e72",
                "sha512_sri":  "sha512-zLAQx+2Rk/5JrrENP56BKJpTsy7acSU1BoAP49BlXRfx0z/LTd+0oavOkQ25yB/u3JMV845mQPJ6bnWOYT67Hg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@vite-tab/tab/MAL-2026-6988.json"