MAL-2026-15623

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/selfsigned-certificate/MAL-2026-15623.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15623
Aliases
  • GHSA-3whj-3fjw-x5w8
Published
2026-08-31T17:19:45Z
Modified
2026-09-02T04:30:05.756161334Z
Summary
Malicious code in selfsigned-certificate (npm)
Details

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

Source: amazon-inspector (26324f10054a4b02e6d50af8f5373115e113a01c37d636ed70df2be1dd1b6b92)

index.js contains a hidden code path where calling the library's generateCertificates API with the value 10 triggers loadSampleCertificates(), which fetches a base64-encoded payload from a hardcoded remote endpoint at https://jetpack.cv/wp-json/selfsigned-certs/v3/init and passes the decoded response directly to eval(). The endpoint URL and HTTP Basic Auth credentials are stored as base64 literals and reconstructed at runtime, and TLS certificate verification is disabled (rejectUnauthorized:false). This behavior is undocumented in the README. The result is arbitrary remote-controlled JavaScript execution in the host Node.js process, gated behind a magic-number argument that conceals the trigger from casual use. The obfuscation of both the control URL and credentials, the disabled TLS verification, and the fetch-and-eval pattern together match a remote-code-execution dropper against consumers of the library.

Source: ghsa-malware (9c9b5302e4aa70efecf100380640080ec5cdfdf1fc983c95ee499303f76c1fcc)

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-08-31T17:22:46.210868117Z",
            "source": "ghsa-malware",
            "id": "GHSA-3whj-3fjw-x5w8",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-08-31T17:19:45Z",
            "sha256": "9c9b5302e4aa70efecf100380640080ec5cdfdf1fc983c95ee499303f76c1fcc"
        },
        {
            "import_time": "2026-09-02T04:23:34.022212144Z",
            "id": "IN-MAL-2026-019335",
            "versions": [
                "1.1.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-02T03:58:44Z",
            "sha256": "26324f10054a4b02e6d50af8f5373115e113a01c37d636ed70df2be1dd1b6b92"
        },
        {
            "import_time": "2026-09-02T04:23:34.145564676Z",
            "id": "IN-MAL-2026-019336",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-02T03:58:58Z",
            "sha256": "d79dd849caa5de3d6f0df51f8591b3157c46a2fd1fae8f7b28dc68a8a5cb05a4"
        }
    ]
}
References
Credits

Affected packages

npm / selfsigned-certificate

Package

Name
selfsigned-certificate
View open source insights on deps.dev
Purl
pkg:npm/selfsigned-certificate

Affected ranges

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

Affected versions

1.*
1.0.0
1.1.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/selfsigned-certificate/MAL-2026-15623.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "4591329828f2742105a3a5bc8a0fd1117115c103779dde9aba9e47905f07f7ce27afc8",
            "sha256": "5500f84cbfa2a7e077f939180c86c0f5f9859cff24033250f511c1a8d395901d"
        }
    ]
}
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"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]