MAL-2026-15866

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

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

Source: amazon-inspector (a80fea2ddf5689952ca33aee5f32efb088024bd1a243621b558d3cdc41ed7d57)

package.json at line 14 declares a runtime dependency microfrontend whose source is a bare HTTPS URL (https://repo.artifactorymanager.com/bx-ui-framework/authentication) rather than an npm registry version range. On npm install, npm fetches whatever bytes that host returns and installs them as a dependency, running any lifecycle scripts contained in the fetched artifact. There is no version pin, no integrity hash, and no signature check, so the delivered content is fully controlled by whoever operates repo.artifactorymanager.com, and can change between installs. The shipped package itself is a minimal stub, so this manifest entry is effectively the entire installable payload. The dependency key (microfrontend) does not match the package's own name, and the host domain is unrelated to any npm-scope publisher identity for @bx-ui-framework.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-04T01:24:41.399774573Z",
            "id": "IN-MAL-2026-019406",
            "versions": [
                "1.2.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-04T01:12:31Z",
            "sha256": "8562942e7b9d79df895b98cbb49f25b83ee812cacd25b48a48eb81c619bbbfaf"
        },
        {
            "import_time": "2026-09-04T01:24:41.327272508Z",
            "source": "amazon-inspector",
            "versions": [
                "15.0.0"
            ],
            "id": "IN-MAL-2026-019405",
            "modified_time": "2026-09-04T01:12:20Z",
            "sha256": "a80fea2ddf5689952ca33aee5f32efb088024bd1a243621b558d3cdc41ed7d57"
        }
    ]
}
References
Credits

Affected packages

npm / @bx-ui-framework/authentication

Package

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

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/authentication/MAL-2026-15866.json"
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "b4e0a31645b00cb757c603f2e925014237e24f1f79487c094687691c429d5f658f93cd",
            "sha256": "f3871037c4fe6b2a224e5f9f3a5885df395ee694c9c1d127505466c965f1d29b"
        }
    ],
    "package_integrity": [
        {
            "filename": "authentication-1.2.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-xPo7U/DZmiQCHyfyLIn91lnPXxzlXEkIH+AJRJSxc0yoOm1VXt0xK3AnTNbYsHuiUvOKS+45WIOgc+gAlpsUnQ==",
                "sha1": "6cf186317b4d5bb3b9fdee43b0f2c2175170fdf8"
            }
        }
    ]
}
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"
    }
]