MAL-2026-15511

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/intuit-authz/MAL-2026-15511.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15511
Aliases
  • GHSA-vp52-xxhf-m857
Published
2026-08-28T23:11:55Z
Modified
2026-08-29T18:45:16Z
Summary
Malicious code in intuit-authz (npm)
Details

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

Source: amazon-inspector (68a4d159209bece0d5b390b92e1d7a9a10496022056de8da653ea5572acc8fe7)

package.json at line 11 declares a self-named dependency intuit-authz whose source is the bare HTTPS URL https://repo.securityctrl.com/intuit-authz instead of a semver range resolved through the npm registry. On npm install, npm fetches whatever bytes that URL currently serves and installs them, running any lifecycle scripts contained in the fetched tarball. The reference is unpinned, has no integrity hash, and points at a host unrelated to Intuit's published domains, so the operator of repo.securityctrl.com controls code executed on every installer's machine. The self-named key (intuit-authz declaring intuit-authz as a dependency) combined with a version number (55.0.0) implausibly high for a package under this name matches the dependency-confusion shape targeting an internal Intuit authorization package.

Source: ghsa-malware (aaeca19be2c7b8b45659cd3667d9641e2fc2582222e116bd7b07103c0e19c32c)

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-019071",
            "import_time": "2026-08-28T23:14:36.130256436Z",
            "modified_time": "2026-08-28T23:11:55Z",
            "sha256": "68a4d159209bece0d5b390b92e1d7a9a10496022056de8da653ea5572acc8fe7",
            "source": "amazon-inspector",
            "versions": [
                "55.0.0"
            ]
        },
        {
            "id": "GHSA-vp52-xxhf-m857",
            "import_time": "2026-08-29T18:26:29.988310337Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "aaeca19be2c7b8b45659cd3667d9641e2fc2582222e116bd7b07103c0e19c32c",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / intuit-authz

Package

Affected ranges

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

Affected versions

55.*
55.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": "34e186477cd8acedaeed8ec5de37a550544a74b05ab166d533f793094f414c84",
            "tlsh": "10e07d150916073311c502e28c7ac413b3144eeb00443c0c63c7102c51ce1b378f93cd"
        }
    ],
    "package_integrity": [
        {
            "filename": "intuit-authz-55.0.0.tgz",
            "hashes": {
                "sha1": "70b5101255097141343cb37328e86acf3cbab528",
                "sha512_sri": "sha512-qEJj6+zLQEGTIMBdufLn2/JiM74l1TNPUy/dAoP1Hpt8HtVHIfhB2TGSkfZsgbznI0RwLeVwi5w/DDXK7IvYXw=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/intuit-authz/MAL-2026-15511.json"