MAL-2026-4473

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@zizie071/libsignal-node/MAL-2026-4473.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-4473
Aliases
  • GHSA-3425-gc6h-mm9j
Published
2026-05-25T00:32:44Z
Modified
2026-08-18T00:30:32.485270414Z
Summary
Malicious code in @zizie071/libsignal-node (npm)
Details

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

Source: amazon-inspector (3e6d5096096e7e958916c5449a7480949135e6af5cd9acd4e1b1edab8c331163)

On require(), index.js schedules install.js which locates the installer's @whiskeysockets/baileys package on disk and overwrites lib/Socket/newsletter.js with an embedded payload (MODIFIEDNEWSLETTERJS). The injected code fetches a JSON list from https://raw.githubusercontent.com/pipih071/SilenceV3/refs/heads/main/ch.json (a mutable, attacker-controlled raw GitHub URL) and uses the installer's authenticated WhatsApp session to silently auto-follow channels listed in that file. install.js writes a marker file (.cache containing 'Iove') under Baileys' node_modules to track the patch and calls process.exit(0) after patching to mask the side effect. The package self-identifies as 'Open Whisper Systems' libsignal for Node.js' under the @zizie071 scope, mimicking the well-known libsignal-node library API surface (SessionBuilder, SessionCipher, etc.) so unsuspecting developers pull it in as a drop-in replacement. Three independent supply-chain harms are present: (1) cross-package tampering — the package mutates a sibling vendor's installed source on the installer's machine, (2) attacker-controlled remote behavior — the patched code reads a mutable URL on each run so the attacker can change targeted channels at any time, (3) namespace abuse / impersonation of a well-known cryptography library to deliver the payload.

Source: ghsa-malware (8b3a5467e4ea847ef33fdbcad1e9dd36f7da55a261dea48ecd4bb7070328e77d)

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:52:50.813201343Z",
            "sha256": "3e6d5096096e7e958916c5449a7480949135e6af5cd9acd4e1b1edab8c331163",
            "modified_time": "2026-05-25T00:32:44Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-004562",
            "versions": [
                "3.3.6"
            ]
        },
        {
            "import_time": "2026-05-26T05:52:50.913350798Z",
            "sha256": "5a2f3e504408800287317ea48a594dbcccfed211bae02ac9b4dfb5ddc352ae95",
            "modified_time": "2026-05-25T00:32:47Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-004563",
            "versions": [
                "3.4.6"
            ]
        },
        {
            "import_time": "2026-08-18T00:20:04.620648102Z",
            "sha256": "8b3a5467e4ea847ef33fdbcad1e9dd36f7da55a261dea48ecd4bb7070328e77d",
            "modified_time": "2026-08-17T10:54:21Z",
            "source": "ghsa-malware",
            "id": "GHSA-3425-gc6h-mm9j",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @zizie071/libsignal-node

Package

Name
@zizie071/libsignal-node
View open source insights on deps.dev
Purl
pkg:npm/%40zizie071/libsignal-node

Affected ranges

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

Affected versions

3.*
3.3.6
3.4.6

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@zizie071/libsignal-node/MAL-2026-4473.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "c86cd05d866b3c1ef4e36cba593765fc6d0346ac6c52325d737f53cd2fe09d50",
            "path": "install.js",
            "tlsh": "7272b39665fb67a917a37054a67fb0e0b324f243751598627e8c90020f4a2dce9f3bd8"
        },
        {
            "sha256": "334197589b29aa70bc1eb7e40f4aafaaa9760a6d5f41554e0f5f301bee77070e",
            "tlsh": "2ef0f024ca15ec3300c47a6a6c71090653a21c638998bd0c33c6880c8f9e19fa7bea6d",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "libsignal-node-3.3.6.tgz",
            "hashes": {
                "sha1": "e01783195729a5e3849713b0d6c92f9cfab70c15",
                "sha512_sri": "sha512-KZiFa+80QgVF9OB8y899X59kNlycd+KzDELFaOL44Xx7HTUhRjgX6SmSf9uzHBDQWym1etWDB1MMqJ4UvhXjvw=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]