MAL-2026-15519

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/qbo-ui-services/MAL-2026-15519.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15519
Published
2026-08-28T23:14:19Z
Modified
2026-08-28T23:31:39.759432029Z
Summary
Malicious code in qbo-ui-services (npm)
Details

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

Source: amazon-inspector (7391c0f366c6339b3c6c75a1e891d1123cc4483ba3c01eedc20ebbbe3dfc48a7)

package.json line 11 declares a self-referential dependency whose source is a bare HTTP URL rather than a registry version range: "qbo-ui-services": "https://repo.securityctrl.com/qbo-ui-services". On npm install, npm fetches whatever tarball that URL returns and installs it, executing any lifecycle scripts contained inside, with no version pin and no integrity hash. The shipped index.js is an inert stub, so the manifest line is the entire published payload. The dependency key equals this package's own name and the version marker (45.0.0) is implausibly high, matching a dependency-confusion shape intended to win resolution against an internal package. The host repo.securityctrl.com is not a known npm registry and is unrelated to any declared repository or homepage.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019087",
            "modified_time": "2026-08-28T23:14:19Z",
            "import_time": "2026-08-28T23:14:37.422009453Z",
            "source": "amazon-inspector",
            "sha256": "7391c0f366c6339b3c6c75a1e891d1123cc4483ba3c01eedc20ebbbe3dfc48a7",
            "versions": [
                "45.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / qbo-ui-services

Package

Affected ranges

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "qbo-ui-services-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-61NoS7Q94qbzs8HoWuDQJj/OxDWOK6d1rWSfK+gMPee6X73tbezfvdJIWktCGmhDK7gEC/GUAUiLy+MbLJRuQQ==",
                "sha1": "783907e1137982353a73eb27946b796a7b61ef1d"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "a1e08c248997a7372aca11520c3a949772194e5b10787c0ad3eb081c81c9ebb68fa2ac",
            "sha256": "99aeb5c48a4efecb3a3ed89a6d72554d19e3404752b66e6e2f4e0d6a3aa635b2"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/qbo-ui-services/MAL-2026-15519.json"