MAL-2026-15867

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@bx-ui-framework/common/MAL-2026-15867.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15867
Published
2026-09-04T01:11:52Z
Modified
2026-09-04T01:30:05.127953742Z
Summary
Malicious code in @bx-ui-framework/common (npm)
Details

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

Source: amazon-inspector (c5b8886bf47df30ba72e888647d651e72defd41c1172a4307c438562183d7a32)

package.json declares a dependency whose key equals the package's own name (@bx-ui-framework/common) and whose value is a bare HTTPS URL (https://repo.remoteknight.com/bx-ui-framework/common) rather than a registry version range. On npm install, npm fetches whatever bytes that URL returns and installs them as the resolved dependency, executing any lifecycle scripts they contain. There is no version pin, no commit SHA, and no integrity/hash check. The shipped index.js is an inert stub, so the manifest line is the entire delivery mechanism: whoever controls repo.remoteknight.com controls code that runs on every installer's machine. The self-referential dependency name is the dependency-confusion shape used to win resolution over an internal package of the same name.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-04T01:24:41.239460723Z",
            "source": "amazon-inspector",
            "versions": [
                "1.2.0"
            ],
            "id": "IN-MAL-2026-019404",
            "modified_time": "2026-09-04T01:12:12Z",
            "sha256": "c5b8886bf47df30ba72e888647d651e72defd41c1172a4307c438562183d7a32"
        },
        {
            "import_time": "2026-09-04T01:24:40.845465249Z",
            "id": "IN-MAL-2026-019402",
            "versions": [
                "15.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-04T01:11:52Z",
            "sha256": "eaf088c94d8e8bc845892780de97d0663c5119c34f0a7ec49b80956af75affee"
        }
    ]
}
References
Credits

Affected packages

npm / @bx-ui-framework/common

Package

Name
@bx-ui-framework/common
View open source insights on deps.dev
Purl
pkg:npm/%40bx-ui-framework/common

Affected ranges

Affected versions

1.*
1.2.0
15.*
15.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@bx-ui-framework/common/MAL-2026-15867.json"
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "69e02b2604b01cbf18dd00919839110276d14f2f74087c09628b651882dd9f214fc34d",
            "sha256": "d9dcb9705ddd05fd3a8561d52677dc710750791f4fa7b6a5bc694264cd81b342"
        }
    ],
    "package_integrity": [
        {
            "filename": "common-1.2.0.tgz",
            "hashes": {
                "sha1": "7275c06ca5beab202a343eac57a7130792603f48",
                "sha512_sri": "sha512-wTJ6DBZmQi7W5cRzJnYS49vNzoxPZX9Ohl8hTzOcF+WIpM+Wl/ah+XWmqwy4JEi8uMNsVkvK51mSUFaZ+PQUhQ=="
            }
        }
    ]
}
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"
    }
]