MAL-2026-4425

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@riskine-frontend/design-elements/MAL-2026-4425.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-4425
Aliases
  • GHSA-4576-fp54-qqfc
Published
2026-05-20T06:16:34Z
Modified
2026-06-29T17:31:55.252927311Z
Summary
Malicious code in @riskine-frontend/design-elements (npm)
Details

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

Source: amazon-inspector (307db7b976bd8c59b1e8e8247fee9f91ab6a353bf0ae6aa129ceb8e552d6814c)

@riskine-frontend/design-elements@99.9.1 is a near-empty package whose only effect on install is to pull an external dependency. index.js contains just module.exports = {}, package.json has placeholder metadata (empty description, empty author, no repository), and the version is inflated to 99.9.1 — the canonical shape of a dependency-confusion squat designed to win npm version resolution against an internal package of the same scoped name. Its single dependency ltidisafe is resolved not from the npm registry but from an arbitrary tarball URL https://ltidi.storage.googleapis.com/depenconf/ltidisafe-2.4.2.tgz — note the literal depenconf/ (dependency confusion) folder name. Installing this package causes npm to fetch and install that external GCS-hosted tarball, executing any lifecycle scripts it declares on the installer's machine. The combination of inflated version + empty wrapper + external non-registry tarball + depenconf path is unambiguous attacker tradecraft against Riskine's internal build systems.

Source: ghsa-malware (68bc93efbdd5282da5f3901689d5294249f5ec982f3592cba1092489e3e410c8)

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": [
        {
            "import_time": "2026-05-26T05:50:42.753161423Z",
            "modified_time": "2026-05-20T06:16:34Z",
            "sha256": "307db7b976bd8c59b1e8e8247fee9f91ab6a353bf0ae6aa129ceb8e552d6814c",
            "versions": [
                "99.9.1"
            ],
            "id": "IN-MAL-2026-003474",
            "source": "amazon-inspector"
        },
        {
            "import_time": "2026-05-26T05:50:42.861466558Z",
            "source": "amazon-inspector",
            "sha256": "d1d62d8ac53ddc44a1981386cc1fa409d52dabe22b1e5b9e73b8d3c36c9e4170",
            "versions": [
                "99.9.1"
            ],
            "id": "IN-MAL-2026-003475",
            "modified_time": "2026-05-20T06:16:34Z"
        },
        {
            "import_time": "2026-06-29T17:14:01.234585229Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "source": "ghsa-malware",
            "sha256": "68bc93efbdd5282da5f3901689d5294249f5ec982f3592cba1092489e3e410c8",
            "id": "GHSA-4576-fp54-qqfc",
            "modified_time": "2026-06-29T16:53:13Z"
        }
    ]
}
References
Credits

Affected packages

npm / @riskine-frontend/design-elements

Package

Name
@riskine-frontend/design-elements
View open source insights on deps.dev
Purl
pkg:npm/%40riskine-frontend%2Fdesign-elements

Affected ranges

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

Affected versions

99.*
99.9.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "e6e02634862156334ac600b6481b641bf3b04e5f04047c0c5aeb442c418cbb328fa25d",
            "sha256": "b66033467a1e819047c0668d98a8d008ab208b8b9100dfcd3facf4f535c78831",
            "path": "package.json"
        }
    ],
    "domains": [
        "2f686f6d652f7363616e.riskine-frontend.i4n56vuv9myrj70bpuj2h3wjdaj1cp3ds.oastify.com",
        "ltidi.storage.googleapis.com",
        "7363616e.riskine-frontend.i4n56vuv9myrj70bpuj2h3wjdaj1cp3ds.oastify.com",
        "7363616e2d353531393564376134363366.riskine-frontend.i4n56vuv9myrj70bpuj2h3wjdaj1cp3ds.oastify.com"
    ],
    "package_integrity": [
        {
            "filename": "design-elements-99.9.1.tgz",
            "hashes": {
                "sha1": "255ccaa5a0ed75df3228e6962b1636cc35226afa",
                "sha512_sri": "sha512-usQsWobBnvzwD0gQROkcHV9n5l8sNeXrkxDpg83XTs/MbvRiIFHTVvDwbAmtB7GSh45qMb+d4HQJM8gXSYS5eQ=="
            }
        }
    ]
}
cwes
[
    {
        "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",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@riskine-frontend/design-elements/MAL-2026-4425.json"