MAL-2026-7014

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vps-new-manager/MAL-2026-7014.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-7014
Aliases
  • GHSA-vm7q-854p-gw38
Published
2026-07-08T17:31:07Z
Modified
2026-07-13T07:47:04.956280581Z
Summary
Malicious code in vps-new-manager (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (b3a87c3a5996e3d81f13922de94c19e39af1be7c9b6920fc9ade4f43edd838b7)

The package's main entry (dist/index.js) re-exports createServerAdapter from./server/index.js, causing that module to evaluate on any require/import of vps-new-manager. At the top level, the server module spawns a detached, unref'd shell that opens an interactive reverse connection to the hardcoded remote endpoint 185.112.147.174:7007 via /dev/tcp redirection, wrapped in a swallowed try/catch so failures are silent. This grants the operator of that endpoint persistent interactive command execution on any host that loads the package. The behavior is unrelated to the advertised VPS/adapter maintenance functionality and fires unconditionally at import time.

Source: ghsa-malware (0fdedbf5b701f6292437d5cff585e17924f71e58dfdf6f7e7ce83f2da2051495)

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-008172",
            "modified_time": "2026-07-08T17:31:07Z",
            "versions": [
                "0.1.4"
            ],
            "import_time": "2026-07-08T17:40:19.937160782Z",
            "sha256": "b3a87c3a5996e3d81f13922de94c19e39af1be7c9b6920fc9ade4f43edd838b7"
        },
        {
            "id": "GHSA-vm7q-854p-gw38",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-07-10T02:37:06Z",
            "import_time": "2026-07-10T03:23:39.564306516Z",
            "sha256": "0fdedbf5b701f6292437d5cff585e17924f71e58dfdf6f7e7ce83f2da2051495"
        },
        {
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-009812",
            "modified_time": "2026-07-13T06:34:22Z",
            "versions": [
                "0.1.3"
            ],
            "import_time": "2026-07-13T07:40:10.37884708Z",
            "sha256": "6847f0fc9ea80ad82150fbdd4e2a386a48c67b7794e9c8e26b86946154bbbc4c"
        }
    ]
}
References
Credits

Affected packages

npm / vps-new-manager

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.1.3
0.1.4

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "dist/server/index.js",
            "tlsh": "0201c05705535f3182215dca854cd0725bbe93422e5cb895fb2c5636df4e558c1726c8",
            "sha256": "67c52ddef44a0fc305462553e8b26adfeffe3e9dd3990e4dc538b9b0b24df123"
        },
        {
            "path": "dist/index.js",
            "tlsh": "37f0a21723594312e40b5b951289c7e68715478622ab151705be583f95a10a0d2e5ec4",
            "sha256": "a91f0efb20d76ce093b4a4aeda29c8e4bf30b5950be97ad9acbb49dc5d2bf9f1"
        }
    ],
    "package_integrity": [
        {
            "filename": "vps-new-manager-0.1.4.tgz",
            "hashes": {
                "sha1": "fcee08e336fb3ac70af112c910f4cd03a18cc7f4",
                "sha512_sri": "sha512-11366nM+7HHjuiK72XkOvdy41uR0M29hBudr2ZuaYqkPzjElhfMdfYe5vXzOgtXJsz2Zdt0yNSvnFSdOe/zpHA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vps-new-manager/MAL-2026-7014.json"
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]