MAL-2026-14479

    Dashboard / Malicious Package / MAL-2026-14479

    MAL-2026-14479

    Published: 25 Aug 2026Last Modified: 25 Aug 2026

    Summary: Malicious code in vite-plugin-bug-tracker (npm)

    Details: Source: amazon-inspector (127a50da55320d2b9e8e99e06d4cccf3d005cc997f3845bcae0738339cd5b882) The package presents itself as a Vite bug-tracker plugin. Its transformIndexHtml hook injects an inline script into every built HTML page produced by the developer's Vite build. At runtime in the end user's browser, that injected script reads personally identifiable information from sessionStorage (account/username, phone number, real name via fields such as i.phone and i.realName) and transmits it via fetch (mode: 'no-cors'), sendBeacon, or an Image request. The destination URL is not written in cleartext: it is assembled at runtime by base64-decoding a bundled string and XOR-ing each byte with 42 (atob(_c).split('').map(c => String.fromCharCode(c.charCodeAt(0) ^ 42)).join('')). The exfiltration query string is likewise XOR+base64 encoded before being appended. The plugin also monkey-patches sessionStorage.setItem so that any write matching the configured scope triggers immediate exfiltration. As a result, applications built with this plugin ship a PII harvester to their production users whose reporting endpoint cannot be identified by inspecting the built bundle or a browser network trace at a glance.

    Affected packages

    Package

    Name: vite-plugin-bug-tracker

    Purl: pkg:npm/vite-plugin-bug-tracker

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.0.0
    MAL-2026-14479 | CVE-DB