MAL-2026-16009

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/omni-channel-configurator-wireline-frontend/MAL-2026-16009.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16009
Published
2026-09-07T00:00:00Z
Modified
2026-09-07T06:15:06.324776828Z
Summary
Malicious code in omni-channel-configurator-wireline-frontend (npm)
Details

This package is malicious. It is not a real library. An attacker put it on the public npm registry. The package name is a copy of a private, internal package name. This is a dependency confusion attack. A build that gets the name from public npm installs this package in place of the real one.

The package.json has a preinstall script. npm runs this script during install. The script file is preinstall.js. It runs before a person can read the code.

The script collects data about the host. It reads the host name, the user name, the current directory, the install directory, the package name, the package version, the operating system, the Node.js version, and the npm user-agent text.

The script sends this data to remote servers. It uses three ways. First, it makes a DNS request to a subdomain of oast.online. It writes the token, the package name, the host name, and the user name into the DNS name as hex text. Second, it sends an HTTPS POST with the data as JSON to the same oast.online host. If HTTPS fails, it uses plain HTTP. Third, it sends an HTTP POST with the same JSON to a fixed IP address, 5.189.159.252. The beacon uses a fixed token, swisscom-oce-3b9f1c7a2e.

The index.js file does nothing. It is a placeholder. The code comments say this is authorized bug-bounty research. The behavior is still an unwanted install-time beacon. It sends host data to attacker-controlled servers without consent. All versions are malicious. Treat every host that installed this package as exposed. Remove the package. Look for DNS and HTTP traffic to the listed servers.

Database specific
{
    "iocs": {
        "domains": [
            "dae7n4pijsh1ahi9684gu8get3kaiefc9.oast.online"
        ],
        "urls": [
            "https://dae7n4pijsh1ahi9684gu8get3kaiefc9.oast.online/beacon/swisscom-oce-3b9f1c7a2e",
            "http://5.189.159.252/beacon/swisscom-oce-3b9f1c7a2e"
        ],
        "ips": [
            "5.189.159.252"
        ],
        "files": [
            {
                "note": "Preinstall beacon. It collects host data and sends it to attacker servers over DNS and HTTP(S).",
                "source": "PACKAGE_ARCHIVE",
                "paths": [
                    "preinstall.js"
                ],
                "digests": {
                    "sha256": "8f962a246826aaa6f7bd9db43ad0f13a51488058b451c82768f69913191ebfcb"
                }
            }
        ]
    }
}
References
Credits

Affected packages

npm / omni-channel-configurator-wireline-frontend

Package

Name
omni-channel-configurator-wireline-frontend
View open source insights on deps.dev
Purl
pkg:npm/omni-channel-configurator-wireline-frontend

Affected ranges

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

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/omni-channel-configurator-wireline-frontend/MAL-2026-16009.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]