MAL-2026-6925

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/typescript-base58/MAL-2026-6925.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6925
Aliases
  • GHSA-rff8-755c-wqvw
Published
2026-07-07T15:06:09Z
Modified
2026-07-08T23:46:59.514005954Z
Summary
Malicious code in typescript-base58 (npm)
Details

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

Source: amazon-inspector (b860a9c4960f55c236ca5e14781f5dcfb60752d4367cb9aeb30762d3b023004e)

typescript-base58@1.0.0 is a one-line re-export of the 'base58-core' package. The README advertises 'Zero dependencies' while package.json declares a runtime dependency on base58-core (^1.0.0), so installing this package silently introduces base58-core into the installer's dependency tree under a misleading description. The shim itself performs no install-time or import-time actions beyond the re-export; it contains no lifecycle scripts, no network calls, no credential reads, and no obfuscation. The installer-side risk is entirely contingent on the contents of base58-core, which is not analyzed in this record.

Source: ghsa-malware (708b684b07609cc682ab46f7ff27ba555b8086a09e4876341485c1f0143b3b39)

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-rff8-755c-wqvw",
            "source": "ghsa-malware",
            "import_time": "2026-07-07T15:15:50.727580612Z",
            "sha256": "708b684b07609cc682ab46f7ff27ba555b8086a09e4876341485c1f0143b3b39",
            "modified_time": "2026-07-07T15:06:09Z"
        },
        {
            "sha256": "b860a9c4960f55c236ca5e14781f5dcfb60752d4367cb9aeb30762d3b023004e",
            "id": "IN-MAL-2026-008997",
            "source": "amazon-inspector",
            "import_time": "2026-07-08T23:27:58.249066253Z",
            "modified_time": "2026-07-08T23:03:42Z",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / typescript-base58

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "66f0f0201a65d5234ad5b6c0ecb68996636e1c968146e80c27d7413886ecaab25ff33f",
            "sha256": "a6aeaca93046411a4f8bc1102d5732b9f0a5899471480ffc07d888f3c617857b"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/typescript-base58/MAL-2026-6925.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"
    }
]