MAL-2026-14353

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@gfe/lx-watcher/MAL-2026-14353.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14353
Published
2026-08-21T14:29:13Z
Modified
2026-08-21T15:00:17.438480448Z
Summary
Malicious code in @gfe/lx-watcher (npm)
Details

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

Source: amazon-inspector (22abe9bf1ccb266833585bda205a07bc5c9a728763a733aa48b08fe50b640b4e)

All three npm lifecycle hooks (preinstall, install, postinstall) invoke install.js, which POSTs the installer's hostname, OS username, current working directory, timestamp, and hook name to a hardcoded webhook.site collector at https://webhook.site/df384ffa-1094-4bbf-a202-e8b345b3ed18/gfe. The exfiltration fires automatically on npm install with no caller consent and no configuration. The package's main is a no-op createWatcher stub, so a build that resolves this scoped name silently succeeds while host identifiers are leaked. The scoped @gfe/* name combined with the no-op stub and the install-time beacon is the canonical dependency-confusion shape: any organization whose private @gfe/lx-watcher resolves against the public registry leaks host, username, and install-path metadata to the author-controlled collector.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-21T14:47:43.844193878Z",
            "sha256": "1635894d4aed4d98b67666bfe1f849af2884d5c455203d122abe866154a1063b",
            "modified_time": "2026-08-21T14:29:13Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018507",
            "versions": [
                "1.5.3"
            ]
        },
        {
            "import_time": "2026-08-21T14:47:43.971537029Z",
            "sha256": "22abe9bf1ccb266833585bda205a07bc5c9a728763a733aa48b08fe50b640b4e",
            "modified_time": "2026-08-21T14:29:24Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018508",
            "versions": [
                "1.5.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @gfe/lx-watcher

Package

Name
@gfe/lx-watcher
View open source insights on deps.dev
Purl
pkg:npm/%40gfe/lx-watcher

Affected ranges

Affected versions

1.*
1.5.3
1.5.4

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@gfe/lx-watcher/MAL-2026-14353.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "5ced5f036a08673dafdc74116a393bdc12de7d9af5308adf0f07859e59e830fb",
            "tlsh": "732175b1c1b5cc513be1a7f0f052490b52b6e323764aa8a0f3ec02192f9c95e02b2989",
            "path": "install.js"
        },
        {
            "sha256": "05a959b5add7f63f428a359aa0993592672cb6b327b6467cc6c33d5bfe2d12b3",
            "path": "README.md",
            "tlsh": "2001233c4005e62a3b645760db0bd10000d6c52c913ac5a6d65d6ac60398926b2239e6"
        }
    ],
    "package_integrity": [
        {
            "filename": "lx-watcher-1.5.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-je2I2rmDrV1xkhUGKGGA12Yg/KRcKi8GmwSwOyU4DLfJEpVYat+2geFvfyia0RAyfpjhhhx0s+FrkJudmysoAw==",
                "sha1": "1d6e40e1c2b527f5b7346dc8a09ae72471e674cc"
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]