MAL-2026-6410

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@su-doughnym/react-dlb/MAL-2026-6410.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6410
Aliases
  • GHSA-3g2q-cw4h-3g67
Published
2026-06-25T02:16:09Z
Modified
2026-07-08T17:16:50.776601784Z
Summary
Malicious code in @su-doughnym/react-dlb (npm)
Details

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

Source: amazon-inspector (2269beae8c30caccda966ca3aba35c3eddb4795fba0161045f14758ff150f58b)

Package self-identifies as a dependency-confusion bug-bounty proof-of-concept and is published at version 99.99.99 to win resolution priority over an internal package of the same name. The shipped postinstall script (postinstall.js lines 11-13) only reads os.hostname(), os.userInfo().username, process.version, and process.pid and prints them to stdout — no network call, no file write, no credential read, no remote fetch. The current tarball therefore does not exfiltrate or execute attacker-controlled bytes on the installer. The risk is that any organization whose internal package resolution accidentally pulls @su-doughnym/react-dlb instead of an internal package of the same name will execute this author's lifecycle scripts, and a future version under the same name+scope could replace the harmless beacon with a weaponized payload.

Source: ghsa-malware (3c4b5ea9035f910a7193b9da02623e92d8364869382bf683b3469ea3a2b46fdc)

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": [
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "id": "GHSA-3g2q-cw4h-3g67",
            "source": "ghsa-malware",
            "import_time": "2026-06-25T03:23:52.136668362Z",
            "sha256": "3c4b5ea9035f910a7193b9da02623e92d8364869382bf683b3469ea3a2b46fdc",
            "modified_time": "2026-06-25T02:16:09Z"
        },
        {
            "modified_time": "2026-07-08T16:26:26Z",
            "id": "IN-MAL-2026-008111",
            "source": "amazon-inspector",
            "import_time": "2026-07-08T17:01:31.389674492Z",
            "sha256": "2269beae8c30caccda966ca3aba35c3eddb4795fba0161045f14758ff150f58b",
            "versions": [
                "99.99.99"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @su-doughnym/react-dlb

Package

Name
@su-doughnym/react-dlb
View open source insights on deps.dev
Purl
pkg:npm/%40su-doughnym/react-dlb

Affected ranges

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

Affected versions

99.*
99.99.99

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "30e0c0200c615b333cc707d128331049a1fa0d4d8624bc0c57d31148136e6f585bf71f",
            "sha256": "b0d31673d865045abcca6994451ce69210a3b2f26b356e5b6563023ae0a0c46c"
        },
        {
            "path": "postinstall.js",
            "tlsh": "8011a99548ecda3934a30e41bcb44e1b31ab9f11e403a020719c43ebaff1da8ed0243d",
            "sha256": "7355554286a7a8acd7ecd97582d31597ba34e1921651293a6b0de2958c4f030b"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@su-doughnym/react-dlb/MAL-2026-6410.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"
    }
]