MAL-2026-14243

    Dashboard / Malicious Package / MAL-2026-14243

    MAL-2026-14243

    Published: 19 Aug 2026Last Modified: 19 Aug 2026

    Summary: Malicious code in flydev (npm)

    Details: Source: amazon-inspector (7e8d7456b5f0f3d2d3115eed9624272036cad1316cd50ee05e4134e5fa30f8ca) The package advertises itself as a generic 'Utility' but ships a purely destructive payload hidden under a deeply nested single-letter directory tree (public/a/b/.../z/). Its only exported function invokes 26 sibling modules that target Windows hosts: forced reboot via `execSync('shutdown /r /f /t 0')`, recursive file destruction via `execSync('del /F /S /Q C:\*.*')` and `fs.unlinkSync` walks, termination of critical system processes (explorer, dwm, csrss) via wmic, memory exhaustion via unbounded array allocation loops, and a self-replicating fork bomb in i.js that runs `spawn(process.argv[0], [__filename], {detached:true}).unref()` in a `cpus*200` loop together with ~1000 detached `cmd` and ~500 detached `powershell` infinite-loop children (y.js). The package has no legitimate functionality; the cover-story name and hidden path structure indicate deliberate deception. Invocation of the package's exported API destroys the caller's filesystem, kills core OS processes, and drives the machine into an unrecoverable reboot loop / process explosion.

    Affected packages

    Package

    Name: flydev

    Purl: pkg:npm/flydev

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    0.0.1
    MAL-2026-14243 | CVE-DB