MAL-2026-14484

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-remove-properties/MAL-2026-14484.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14484
Published
2026-08-25T08:34:38Z
Modified
2026-08-25T23:50:11.758093197Z
Summary
Malicious code in react-remove-properties (npm)
Details

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

Source: amazon-inspector (ba88629ecae2a180282c29fd385e0bb2067193f01bb3b482b550ae50765d246f)

package.json declares the package's own name in both dependencies and devDependencies pointing at http://pack.nppacks.com/npm/react-remove-properties — a plain-HTTP, non-npm-registry, unpinned URL. On npm install, npm fetches and installs whatever tarball is served at that mutable third-party endpoint into the installer's node_modules, giving the operator of pack.nppacks.com arbitrary-code delivery into the install. The source is not the official registry, the transport is cleartext HTTP (trivially MITM-able on any network path), the resolution is unpinned (no integrity/hash), and the host is outside npm's audit surface. A header comment in index.js labels the package as 'Security Research Testing Purpose,' but a self-label does not change the delivery mechanism.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-018734",
            "source": "amazon-inspector",
            "import_time": "2026-08-25T08:49:18.160741113Z",
            "modified_time": "2026-08-25T08:34:38Z",
            "sha256": "ba88629ecae2a180282c29fd385e0bb2067193f01bb3b482b550ae50765d246f",
            "versions": [
                "6.14.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / react-remove-properties

Package

Name
react-remove-properties
View open source insights on deps.dev
Purl
pkg:npm/react-remove-properties

Affected ranges

Affected versions

6.*
6.14.1

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": "react-remove-properties-6.14.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-Bd+MwmnX888bdU25llc1wal1recO/hSJk3l5HAklPR7uWWF318I2Lcl9MObgeE/lD1LaX7U672oDXsHa4LN1qw==",
                "sha1": "e563ec1ca3c3de79cd5e0b89af6db8554c4d6e75"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "e0f0f404de62ee734ac9216019760803f628794bc028fd5873d7db1c1a8e0ee20f9179",
            "sha256": "2566c9f8f09d5c7e6ad92ce270dfdf70ce2a053cfcf6f06a656eebe98ff85cab"
        },
        {
            "path": "index.js",
            "tlsh": "71a1935ab5e0159745aa22e5b3ce48b577bd80b3330df5a0b54cbf563f40c348a1aed1",
            "sha256": "f2fcebdb4f0e41365a39ca87a52fcc4e6abd5633fe6272e60d1386d26b90ef41"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-remove-properties/MAL-2026-14484.json"