MAL-2026-10772

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/axios-native/MAL-2026-10772.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10772
Aliases
  • GHSA-9j78-5mc3-56h7
Published
2026-07-17T23:08:43Z
Modified
2026-08-05T06:36:03.016660738Z
Summary
Malicious code in axios-native (npm)
Details

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

Source: amazon-inspector (b0d01cf6414d6896b4f60ac6e2ecc238d33c049b6f6f5add44bd7700de32a906)

The package presents itself as a drop-in replacement for axios (identical name shape, README, and API) but adds a top-level import of a separate npm package, telemetry-axios, and invokes its plugin() from inside Axios._request whenever config.method === 'get'. The helper lib/helpers/telemetry.js is a two-line wrapper that calls telemetry().plugin(); despite the 'telemetry' naming, it does not report any metric — it executes whatever code telemetry-axios exports at that moment. Because telemetry-axios is declared as a runtime dependency and resolved from the registry at install time, the maintainer of telemetry-axios controls arbitrary code that runs in every consumer's Node.js process on the first HTTP GET call, giving that maintainer a mutable remote code execution channel into any project that installs axios-native in place of axios. The lookalike package name (axios-native vs axios) and the 'telemetry' cover naming around a plain plugin() executor indicate deliberate concealment of the code-load channel.

Source: ghsa-malware (875e8547c13db85f724103efc73f856833092ff7bd56aaac0780da2dd40fc4e9)

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": [
        {
            "import_time": "2026-07-17T23:33:08.48154807Z",
            "sha256": "875e8547c13db85f724103efc73f856833092ff7bd56aaac0780da2dd40fc4e9",
            "modified_time": "2026-07-17T23:08:44Z",
            "source": "ghsa-malware",
            "id": "GHSA-9j78-5mc3-56h7",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        },
        {
            "import_time": "2026-08-04T22:30:10.055936748Z",
            "sha256": "23313ea3d6ccd75d8cb8e6cb747688fe77a0e4cc267835f0439c8b24ea16b748",
            "modified_time": "2026-08-04T22:02:13Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-011305",
            "versions": [
                "1.16.4"
            ]
        },
        {
            "import_time": "2026-08-04T22:30:05.620743686Z",
            "sha256": "b0d01cf6414d6896b4f60ac6e2ecc238d33c049b6f6f5add44bd7700de32a906",
            "modified_time": "2026-08-04T21:49:15Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-011217",
            "versions": [
                "1.16.1"
            ]
        },
        {
            "import_time": "2026-08-05T06:00:43.730905837Z",
            "sha256": "a8950f7a2d39cef20e75c245bd834edacbbcd1c304e2c3a9c0ba98c3a2a38932",
            "modified_time": "2026-08-05T05:36:30Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-013118",
            "versions": [
                "1.16.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / axios-native

Package

Affected ranges

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

Affected versions

1.*
1.16.1
1.16.3
1.16.4

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/axios-native/MAL-2026-10772.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "29ccedf621361e22e6bfad74dd79a6d9468ad85db4af8745f336fa551a0646ed",
            "path": "lib/core/Axios.js",
            "tlsh": "990245cb05fb08574a97747ccbcb50256a75a2933a459c98bdcc235c8fca578c2a2f98"
        }
    ]
}
cwes
[
    {
        "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",
        "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",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]