製品・ソフトウェアに関する情報
axios projectのaxiosにおけるオブジェクトプロトタイプ属性の不適切に制御された変更に関する脆弱性
Title axios projectのaxiosにおけるオブジェクトプロトタイプ属性の不適切に制御された変更に関する脆弱性
Summary

AxiosはブラウザとNode.js向けのPromiseベースのHTTPクライアントです。バージョン1.0.0から1.15.2未満の間、HTTPアダプター内の5つの設定プロパティ(auth、baseURL、socketPath、beforeRedirect、およびinsecureHTTPParser)がhasOwnPropertyチェックなしに直接プロパティアクセスされていました。これにより、プロトタイプ汚染のガジェットとして悪用される可能性がありました。同じプロセス内の他の依存関係によってObject.prototypeが汚染されると、axiosはアウトバウンドのHTTPリクエスト毎にこれらの汚染された値を静かに取得してしまいます。この問題はバージョン1.15.2で修正されました。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 8, 2026, midnight
Registration Date May 15, 2026, 11 a.m.
Last Update May 15, 2026, 11 a.m.
CVSS3.0 : 緊急
Score 9.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Affected System
axios project
axios 1.0.0 以上 1.15.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年05月15日]
  掲載
May 15, 2026, 11 a.m.

NVD Vulnerability Information
CVE-2026-42264
Summary

Axios is a promise based HTTP client for the browser and Node.js. From version 1.0.0 to before version 1.15.2, fFive config properties (auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser) in the HTTP adapter are read via direct property access without hasOwnProperty guards, making them exploitable as prototype pollution gadgets. When Object.prototype is polluted by another dependency in the same process, axios silently picks up these polluted values on every outbound HTTP request. This issue has been patched in version 1.15.2.

Publication Date May 8, 2026, 1:16 p.m.
Registration Date May 9, 2026, 4:11 a.m.
Last Update May 14, 2026, 2:53 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:* 1.0.0 1.15.2
Related information, measures and tools
Common Vulnerabilities List