MAL-2026-15518

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/payments-ui-services/MAL-2026-15518.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15518
Aliases
  • GHSA-jhxr-q6vp-9x3m
Published
2026-08-28T23:13:42Z
Modified
2026-08-29T18:45:17.049375123Z
Summary
Malicious code in payments-ui-services (npm)
Details

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

Source: amazon-inspector (e4b49e2f4d16837b49ca7d82e2c5a46c2a861c3f2c3d63596c730749dfec0337)

package.json line 11 declares a dependency whose source is the arbitrary HTTPS URL https://repo.securityctrl.com/payments-ui-services instead of a registry version range. On npm install, npm fetches whatever tarball that host currently serves and installs it, executing any lifecycle scripts it contains, with no version pin and no integrity hash — the operator of repo.securityctrl.com controls code execution on every installer's machine. Aggravators: the dependency key equals the package's own name (dependency-confusion shape), the version 45.0.0 is implausibly high for a package whose shipped index.js is a one-line stub and whose README self-describes as a placeholder, and the host repo.securityctrl.com is unrelated to any declared publisher or homepage. The manifest URL is effectively the entire payload delivered to installers.

Source: ghsa-malware (c6819a3d83a3a75317d4eae55cef800ace04a57470bf83540cf83a7a13638415)

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-019083",
            "modified_time": "2026-08-28T23:13:42Z",
            "import_time": "2026-08-28T23:14:37.095519687Z",
            "source": "amazon-inspector",
            "sha256": "e4b49e2f4d16837b49ca7d82e2c5a46c2a861c3f2c3d63596c730749dfec0337",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-jhxr-q6vp-9x3m",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-08-29T18:13:38Z",
            "import_time": "2026-08-29T18:26:29.971247779Z",
            "source": "ghsa-malware",
            "sha256": "c6819a3d83a3a75317d4eae55cef800ace04a57470bf83540cf83a7a13638415"
        }
    ]
}
References
Credits

Affected packages

npm / payments-ui-services

Package

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

Affected ranges

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

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"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "payments-ui-services-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-eOWXYJIA9NjHEEkyCy3/G+MkK6wSz64g/zFn/suUu0JHbk7G784RUnV+xWjkE0jLlhj3L3C7YJwIEUFp1k8dQg==",
                "sha1": "8973a8a3b9ad5c74e3fe6a8b7cabef8b48cecd27"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "d8e08c2499e393372ac696660c3a9597731a8e5b10547c0993eb041c81c9db7a8fa2ae",
            "sha256": "612792822179f1ccbe5f7c75059c0648d8bdcafd9c2886afcfdd7c659ba5d569"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/payments-ui-services/MAL-2026-15518.json"