MAL-2026-10397

    Dashboard / Malicious Package / MAL-2026-10397

    MAL-2026-10397

    Published: 13 Jul 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-p8xg-5qpp-p289

    Summary: Malicious code in @car_loans/dealerships-approval (npm)

    Details: Source: amazon-inspector (326f8f463729022112e04c36fd7a67e785ad8fc37f8e7eec19f60738597bd43d) @car_loans/dealerships-approval 7.1.5 self-describes as a 'browserslist config' but ships a heavily obfuscated postinstall dropper. package.json declares "postinstall": "node scripts/postinstall.js"; that script uses a rotating string-array + RC4 decoder plus byte-array-to-String.fromCharCode wrappers to hide every module name, method, and URL fragment. On `npm install`, the script HTTPS-GETs a remote payload assembled from base64 fragments, RC4-decrypts the response, writes it to disk, chmods 0o755, and spawns it detached with `stdio:'ignore'` and `unref()` — attacker-controlled code executed on the installer's machine with no user interaction. Before and after payload execution, it collects `os.hostname()`, `os.userInfo().username`, platform, arch, package name/version, and an event tag and POSTs them to a base64-assembled remote host; it also encodes fingerprint data into `<hex>.<rand>.<host>` subdomain labels and calls `dns.resolve4` as a DNS-tunnel side channel intended to bypass HTTP egress filtering. The package additionally exhibits the classic dependency-confusion shape: an unusual underscore scope `@car_loans/*`, README that labels it an 'Internal package — Platform Engineering Team', and homepage/repository/registry URLs on the non-existent `car-loans.io` domain instructing consumers to point `.npmrc` at `https://npm.car-loans.io`. Any developer at a targeted organization who resolves this name from the public registry receives immediate install-time code execution and host fingerprint exfiltration. Source: ghsa-malware (3a5f2502fb53db978afaa82d37fde7e3dfb443d08fb5a570087aaa5374a9e562) 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: @car_loans/dealerships-approval

    Purl: pkg:npm/%40car_loans/dealerships-approval

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    7.1.5
    7.1.6
    MAL-2026-10397 | CVE-DB