MAL-2026-10968

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/commonweb-rewards/MAL-2026-10968.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10968
Aliases
  • GHSA-p7jm-wh46-6hxx
Published
2026-07-21T05:15:44Z
Modified
2026-08-18T17:15:16Z
Summary
Malicious code in commonweb-rewards (npm)
Details

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

Source: amazon-inspector (741bb412733dcbcc7aac51796dd6e3b0a6b86439c4886aad1b0418959051d0b3)

commonweb-rewards ships an empty index.js and declares a single dependency ltidisafe whose version spec is a direct URL to a tarball on a non-publisher Google Cloud Storage bucket: https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.5.5.tgz. On npm install, npm fetches and installs that tarball into the consumer's node_modules; any lifecycle scripts it declares (preinstall/install/postinstall) execute on the installer's machine, and the package's runtime code is loaded whenever the consumer requires it. The bytes at that URL are mutable and controlled by the bucket owner, not the npm publisher, and are not pinned by hash or signature. Combined with the hollow main entry, the sole effect of installing commonweb-rewards is to resolve and run whatever code is currently hosted at that GCS URL. The depenconf path component and the shell-package shape (empty main + single out-of-registry URL dependency) are consistent with a dependency-confusion / smuggling loader.

Source: ghsa-malware (a4223991ce4280405af862d58e0b7c7c983b35b2744b895c615a513ad2a40b0a)

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.

Source: ossf-package-analysis (186ad60c2221871a68cd4513fc2d2295a0595156cdea7615a49de03572f2e8e8)

The OpenSSF Package Analysis project identified 'commonweb-rewards' @ 99.9.1 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.
Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-21T06:01:48.392566018Z",
            "modified_time": "2026-07-21T05:15:44Z",
            "sha256": "186ad60c2221871a68cd4513fc2d2295a0595156cdea7615a49de03572f2e8e8",
            "source": "ossf-package-analysis",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "id": "IN-MAL-2026-011333",
            "import_time": "2026-08-04T22:30:11.373684781Z",
            "modified_time": "2026-08-04T22:06:26Z",
            "sha256": "741bb412733dcbcc7aac51796dd6e3b0a6b86439c4886aad1b0418959051d0b3",
            "source": "amazon-inspector",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "id": "GHSA-p7jm-wh46-6hxx",
            "import_time": "2026-08-18T16:29:04.47064653Z",
            "modified_time": "2026-08-18T16:20:55Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "a4223991ce4280405af862d58e0b7c7c983b35b2744b895c615a513ad2a40b0a",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / commonweb-rewards

Package

Name
commonweb-rewards
View open source insights on deps.dev
Purl
pkg:npm/commonweb-rewards

Affected ranges

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

Affected versions

99.*
99.9.1

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": "e5cc86987449641fbc1f3dc3530b19004c898f7cff83968582d2fa0d40d9beb6",
            "tlsh": "a4e0c2204a656a334ec511b2482f656bf3b18e5f1408bc1c5fdf182c51adab328fa25c"
        }
    ],
    "package_integrity": [
        {
            "filename": "commonweb-rewards-99.9.1.tgz",
            "hashes": {
                "sha1": "bd44193dc2cb29a94e02705bafe36e3f65c3476e",
                "sha512_sri": "sha512-uDk3QPHz0LPnqbJHFKYExjvtEEYMWW9x9RqA14ZmQaxYv/tRwvdpxKwzDwRzfLtgFs1Wn2VA3k/bxgr/OaMi6A=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/commonweb-rewards/MAL-2026-10968.json"