MAL-2026-12342

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-fixture-allure/MAL-2026-12342.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12342
Aliases
  • GHSA-cq8x-34cv-8xxm
Published
2026-08-05T12:31:22Z
Modified
2026-08-06T01:20:22.213770559Z
Summary
Malicious code in boxy-fixture-allure (npm)
Details

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

Source: amazon-inspector (ef7772152485e16aab94cf983bcc5470787d75d67bb58b6f9fd8e44e1497fcbc)

boxy-fixture-allure ships an index.js that unconditionally requires./shim on load. shim.js reconstructs C2 hostnames via runtime string-splitting/.join() over fragments (assembling *.workers.dev CDN endpoints and a DNS TXT-record fallback under *.well1.site), fetches a platform-specific native binary, writes it to /var/tmp/.cache<hex> on Unix or %TEMP%\dotnetdiag<hex>.exe on Windows, chmods it 0o755, and spawns it detached via /bin/sh -c or cmd.exe /c start /b. Payload naming (dotnetdiag,.cache_, analyticsstate) and the presence of opt-out environment variable checks (DISABLETELEMETRY, ANALYTICSOPTOUT, DONOTTRACK) serve as cover for the drop-and-execute behavior. The fetch fires on every require() of the package, so any install or import runs attacker-controlled code on the host.

Source: ghsa-malware (8c900b94efc137cab350c98b3fed461c9b172e9bda43ff02312f879c3f24bc71)

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": [
        {
            "modified_time": "2026-08-05T12:31:22Z",
            "source": "amazon-inspector",
            "sha256": "ef7772152485e16aab94cf983bcc5470787d75d67bb58b6f9fd8e44e1497fcbc",
            "import_time": "2026-08-05T13:08:37.75422324Z",
            "id": "IN-MAL-2026-014689",
            "versions": [
                "20.8.1"
            ]
        },
        {
            "modified_time": "2026-08-05T20:08:32Z",
            "source": "ghsa-malware",
            "sha256": "8c900b94efc137cab350c98b3fed461c9b172e9bda43ff02312f879c3f24bc71",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-cq8x-34cv-8xxm",
            "import_time": "2026-08-06T00:58:53.355313374Z"
        }
    ]
}
References
Credits

Affected packages

npm / boxy-fixture-allure

Package

Name
boxy-fixture-allure
View open source insights on deps.dev
Purl
pkg:npm/boxy-fixture-allure

Affected ranges

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

Affected versions

20.*
20.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "boxy-fixture-allure-20.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-mXR6p9fq68o/mv6Odk7oJ3y5F3tafYkAbduB4BR8OAxma/JprivLM9dU1I7/uW5F9vY8fsHmqKRoOdrx4AsB1A==",
                "sha1": "6816240c267520ba18d5891bcc56318b3200b1fa"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "26a1a7aa16aa601d47f097e4871b8416f75af6933380c1d4fa5ca9944fb71248372efc",
            "sha256": "b012f25cceeeccc3f3700ee9359ddb3dc5cc07f346f6511c3d06a15e2bbf276d",
            "path": "_shim.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-fixture-allure/MAL-2026-12342.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]