MAL-2026-6677

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ts-lint-builders-v2.1/MAL-2026-6677.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6677
Aliases
  • GHSA-vjgf-xg3j-g9c5
Published
2026-06-30T14:10:13Z
Modified
2026-07-01T19:16:49.623144186Z
Summary
Malicious code in ts-lint-builders-v2.1 (npm)
Details

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

Source: amazon-inspector (7fc4c23edadea0930347028a24b67219dad6d3cbc4ec0fe1f93e8954425107ad)

On npm install, the package's postinstall hook (node test.js) executes a multi-stage attack against the installer. (1) It recursively scans the current working directory for files matching id.json (Solana keypair files), config.toml/Config.toml, .env, and env, and POSTs each match with the OS username to https://datasecure-service.vercel.app/api/v1. (2) It fetches an attacker-controlled pattern list from https://datasecure-service.vercel.app/api/scan-patterns, then enumerates the user's home directory on Unix (and non-C drives plus C:\Users on Windows via wmic logicaldisk get name), bulk-uploading matched files via multipart form to https://datasecure-service.vercel.app/api. (3) On Linux, it retrieves an SSH public key from https://datasecure-service.vercel.app/api/ssh-key, appends it to ~/.ssh/authorized_keys, and runs sudo chown plus sudo ufw enable and sudo ufw allow 22/tcp to ensure inbound SSH access — establishing persistent attacker access. The package name impersonates lint tooling but implements no linter functionality, and declares Node built-ins child_process and os as npm dependencies — typosquat lures pulling additional registry packages. This is a credential-stealer + persistent backdoor that fires automatically on install.

Source: ghsa-malware (f7a4f3654ba773deb07e8be2bbb938a4738587d26a4950da06e84b96f1925f33)

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": [
        {
            "sha256": "f7a4f3654ba773deb07e8be2bbb938a4738587d26a4950da06e84b96f1925f33",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-06-30T14:10:18Z",
            "source": "ghsa-malware",
            "import_time": "2026-06-30T15:09:17.668846899Z",
            "id": "GHSA-vjgf-xg3j-g9c5"
        },
        {
            "versions": [
                "2.1.0"
            ],
            "sha256": "7fc4c23edadea0930347028a24b67219dad6d3cbc4ec0fe1f93e8954425107ad",
            "source": "amazon-inspector",
            "modified_time": "2026-07-01T18:35:03Z",
            "import_time": "2026-07-01T19:11:23.280669039Z",
            "id": "IN-MAL-2026-007846"
        }
    ]
}
References
Credits

Affected packages

npm / ts-lint-builders-v2.1

Package

Name
ts-lint-builders-v2.1
View open source insights on deps.dev
Purl
pkg:npm/ts-lint-builders-v2.1

Affected ranges

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

Affected versions

2.*
2.1.0

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "5591dd6ad58a9351f98c415ff7be21fc4c71ac2a2862418c7e86f54c2cedc209",
            "path": "index.js",
            "tlsh": "a9f196d991772661cfb233b85a07100dfbdad13338028651b6ec46497f7b52861e2eee"
        },
        {
            "sha256": "42e4965b99a546a42dab8b51e4643c4fdcfbeea924366bcdb4bd5fdd4749fd2d",
            "path": "package.json",
            "tlsh": "98f0a926ca288e6718f126a829b80717f292832f0100880f35bd2b0c4fb66270486f2e"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ts-lint-builders-v2.1/MAL-2026-6677.json"
cwes
[
    {
        "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",
        "cweId": "CWE-506"
    }
]