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
Aliases
  • GHSA-j5hx-563p-m829
Published
2026-08-28T23:14:19Z
Modified
2026-08-29T18:45:14Z
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.

Source: ghsa-malware (6e892114e9a954c9a3fa5a028d750bf9fb0c924b5f2df4b36c5350188c4c5be1)

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": [
        {
            "id": "IN-MAL-2026-019087",
            "import_time": "2026-08-28T23:14:37.422009453Z",
            "modified_time": "2026-08-28T23:14:19Z",
            "sha256": "7391c0f366c6339b3c6c75a1e891d1123cc4483ba3c01eedc20ebbbe3dfc48a7",
            "source": "amazon-inspector",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-j5hx-563p-m829",
            "import_time": "2026-08-29T18:26:29.968722024Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "6e892114e9a954c9a3fa5a028d750bf9fb0c924b5f2df4b36c5350188c4c5be1",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / qbo-ui-services

Package

Name
qbo-ui-services
View open source insights on deps.dev
Purl
pkg:npm/qbo-ui-services

Affected ranges

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

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "sha256": "99aeb5c48a4efecb3a3ed89a6d72554d19e3404752b66e6e2f4e0d6a3aa635b2",
            "tlsh": "a1e08c248997a7372aca11520c3a949772194e5b10787c0ad3eb081c81c9ebb68fa2ac"
        }
    ],
    "package_integrity": [
        {
            "filename": "qbo-ui-services-45.0.0.tgz",
            "hashes": {
                "sha1": "783907e1137982353a73eb27946b796a7b61ef1d",
                "sha512_sri": "sha512-61NoS7Q94qbzs8HoWuDQJj/OxDWOK6d1rWSfK+gMPee6X73tbezfvdJIWktCGmhDK7gEC/GUAUiLy+MbLJRuQQ=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/qbo-ui-services/MAL-2026-15519.json"