MAL-2026-13786

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/biklimaster/MAL-2026-13786.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13786
Aliases
  • GHSA-pcfp-4v4q-w735
Published
2026-08-12T10:20:39Z
Modified
2026-08-12T12:30:13.535078638Z
Summary
Malicious code in biklimaster (npm)
Details

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

Source: amazon-inspector (16fe526cf29535e21a0d1c3206405e20d0447ca01f25ea46dc9569ab52066555)

The npm postinstall hook (node bin/biklimaster.js install --postinstall) prompts for UAC elevation and then reconfigures the installer's Windows host into a remotely reachable, attacker-accessible machine. createRdpAdministrator either enables the built-in Administrator (RID 500) or creates a local admin account via PowerShell New-LocalUser, sets its password to the value shipped in config.json (administratorPassword: "Hacker@1290"), adds it to Administrators and Remote Desktop Users, and hides it from the Windows sign-in user list by writing to SpecialAccounts\UserList. bikliwrapper.js then applies registry settings enabling Remote Desktop (fDenyTSConnections=0), pinning PortNumber=3389, disabling Network Level Authentication (UserAuthentication=0), and enabling non-consensual session shadowing (Shadow=2), and adds inbound firewall Allow rules for TCP/UDP 3389 (BikliWrapper-RDP-TCP/UDP). The postinstall also silently executes bundled unsigned Windows binaries (bikli-cli-installer.exe /S, RDPWInst.exe -i, which patches termsrv.dll via RDP Wrapper). Because the credential is shipped in a package published publicly on npm, every installer receives the same admin password — the README even acknowledges it is 'visible to everyone if the package is published publicly' and that the bundled Windows executables are unsigned. The net effect of npm install -g biklimaster on Windows is a hidden local administrator account with a known password on an externally reachable RDP endpoint with NLA off and shadow-without-consent on.

Source: ghsa-malware (1427081760f79ad3c1c52496752f4c1a783f6f46f26eb43d691cfea00ca55de0)

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-pcfp-4v4q-w735",
            "source": "ghsa-malware",
            "import_time": "2026-08-12T10:39:02.422077452Z",
            "modified_time": "2026-08-12T10:20:46Z",
            "sha256": "1427081760f79ad3c1c52496752f4c1a783f6f46f26eb43d691cfea00ca55de0"
        },
        {
            "id": "IN-MAL-2026-017448",
            "modified_time": "2026-08-12T12:23:06Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-12T12:24:14.75925119Z",
            "versions": [
                "1.1.4"
            ],
            "sha256": "16fe526cf29535e21a0d1c3206405e20d0447ca01f25ea46dc9569ab52066555"
        },
        {
            "sha256": "7355d4fd8d99e36e38951c22724c673e0883a80ec116125c44a1ae50c6821580",
            "modified_time": "2026-08-12T12:23:27Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-12T12:24:14.945381119Z",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-017450"
        },
        {
            "sha256": "a6e25cf4b46cb7e524919a742aa9a0eb3ba37a53e3f249ad1820ac66d9b0ccc2",
            "modified_time": "2026-08-12T12:23:15Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-12T12:24:14.852409058Z",
            "versions": [
                "1.1.3"
            ],
            "id": "IN-MAL-2026-017449"
        }
    ]
}
References
Credits

Affected packages

npm / biklimaster

Package

Affected ranges

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

Affected versions

1.*
1.0.0
1.1.3
1.1.4

Database specific

cwes
[
    {
        "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",
        "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",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/biklimaster/MAL-2026-13786.json"
indicators
{
    "evidence_files": [
        {
            "tlsh": "5382e6498ce637202ab355ada41b82367754de02704ae160b2fcc15d7fc640afabb5df",
            "path": "bin/biklimaster.js",
            "sha256": "9014eb10f15c2097527cd798a146c6f66a6d3c127b94109a8e70c7c57ce6527e"
        },
        {
            "tlsh": "0572b7855df673342aa353bf540b42226b38a611700ae16473ed46482fcf46de3b76ee",
            "path": "lib/bikliwrapper.js",
            "sha256": "148c9d6b8d4878d438f93881e7e124412d7c25625a94a5501eba87d17b251c98"
        },
        {
            "path": "config.json",
            "sha256": "0bbfe0c4ddf6f068986294e93c106a7e2dec89f73e0070c7654a3ffd14d34f9b"
        }
    ]
}