MAL-2026-11087

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/kalipto-runtime/MAL-2026-11087.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11087
Aliases
  • GHSA-g6f3-9j93-879j
Published
2026-07-27T05:33:46Z
Modified
2026-08-04T23:05:15Z
Summary
Malicious code in kalipto-runtime (npm)
Details

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

Source: amazon-inspector (a918c615e1b451efabe6e88b3ecb90108abea31ac6b963be88c0a667e7a31f3a)

The package's main entry (src/server.js) is a self-executing Express server that binds to 0.0.0.0 on port 3000 and exposes POST /execute, which passes the request body's command field directly to child_process.exec with a 30-second timeout. The endpoint is gated by an API key read from process.env.RUNTIME_API_KEY, but the package's tarball includes a.env file containing RUNTIME_API_KEY=kalipto_runtime_secret_123 — a shared secret known to anyone who downloads the package from npm. Because main points at this server, both npm start and require('kalipto-runtime') cause the listener to come up. Any installer who runs this package exposes an internet-reachable arbitrary-command-execution service to every network their host is attached to, authenticated by a publicly known key. This is a backdoor: any attacker with the package contents (i.e., anyone) can run arbitrary shell commands on any host running the package.

Source: ghsa-malware (4edc1c5c90212c63aac45d49d3f67b13e97d9e503312e05ac51f3e88bcbbfd18)

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": [
        {
            "id": "GHSA-g6f3-9j93-879j",
            "import_time": "2026-07-27T09:43:03.801325535Z",
            "modified_time": "2026-07-27T05:33:46Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "4edc1c5c90212c63aac45d49d3f67b13e97d9e503312e05ac51f3e88bcbbfd18",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-011235",
            "import_time": "2026-08-04T22:30:06.424074832Z",
            "modified_time": "2026-08-04T21:51:50Z",
            "sha256": "a918c615e1b451efabe6e88b3ecb90108abea31ac6b963be88c0a667e7a31f3a",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / kalipto-runtime

Package

Name
kalipto-runtime
View open source insights on deps.dev
Purl
pkg:npm/kalipto-runtime

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "src/server.js",
            "sha256": "c16afa5f8d278a1905a37e3e196b96145cc169a025a4c558ce8a936d982e8e01",
            "tlsh": "c311422921de432509f99cce9858805fcf7eb900f30a62a18b6d43e0d3c10fd807168a"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/kalipto-runtime/MAL-2026-11087.json"