MAL-2026-5472

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/getd-web-corporativa/MAL-2026-5472.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5472
Published
2026-06-09T20:25:50Z
Modified
2026-06-09T21:01:35.078614863Z
Summary
Malicious code in getd-web-corporativa (npm)
Details

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

Source: amazon-inspector (6751d3ca04c2ae596f7e809e339770edaed576060d361c061311960b0a3a7033)

On npm install, postinstall.js performs an HTTPS GET to a hardcoded webhook.site receiver, leaking the installer's hostname, OS username, platform, current working directory, package name/version, CI/build indicators, and a timestamp via URL query parameters. Errors are swallowed so installation appears to succeed silently. The destination is a public webhook collector — any party holding the UUID path can read every submission, so this is unauthenticated host reconnaissance suitable for follow-on targeting. The package's name resembles the @getd/* scope but is published unscoped by jplopezy (defensive-squat) with no repository and a placeholder homepage; the README's 'defensive squat telemetry' framing does not change the fact that installer-side identity data is shipped off-host without consent on every install. The package has no other functionality.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-06-09T20:25:51Z",
            "versions": [
                "0.0.1"
            ],
            "sha256": "6723001bb39dec6418cd295ccf96bfbde8f1c5ada178ce70882f1b4ba1d31ffe",
            "id": "IN-MAL-2026-005198",
            "source": "amazon-inspector",
            "import_time": "2026-06-09T20:45:52.074664472Z"
        },
        {
            "import_time": "2026-06-09T20:45:51.919184284Z",
            "versions": [
                "0.0.1"
            ],
            "sha256": "6751d3ca04c2ae596f7e809e339770edaed576060d361c061311960b0a3a7033",
            "id": "IN-MAL-2026-005197",
            "source": "amazon-inspector",
            "modified_time": "2026-06-09T20:25:50Z"
        }
    ]
}
References
Credits

Affected packages

npm / getd-web-corporativa

Package

Name
getd-web-corporativa
View open source insights on deps.dev
Purl
pkg:npm/getd-web-corporativa

Affected ranges

Affected versions

0.*
0.0.1

Database specific

indicators
{
    "domains": [
        "webhook.site"
    ],
    "evidence_files": [
        {
            "sha256": "4c012ed0db2ff88d1a8ce244a70fad334cb37a266e557b37538e7f9580f0f164",
            "tlsh": "062107b553f185201ee107c071bb140bba7bf1147697db90719d7341abf2539970356e",
            "path": "postinstall.js"
        },
        {
            "sha256": "f7eb22924f9a257006e3eceb6093dc7551a15e8401e09b170455e0c793e4f919",
            "tlsh": "c701f42a7625463329c0179c2c32980e3d228e575106791e27f7064583dfd6f86ff31a",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-cF+S9qLbeRG0unokXUlMYD3j0uvcXpFbVPtHwd5x6VMyOhdL23mIjJjhdZmDrE37bkhQ1xLtuWWnFzml04QjDw==",
                "sha1": "ff5647acc5bd2b5e88fcdf01a6c37d78b623208a"
            },
            "filename": "getd-web-corporativa-0.0.1.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/getd-web-corporativa/MAL-2026-5472.json"
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]