axios projectのaxiosにおけるサーバサイドのリクエストフォージェリの脆弱性
| Title |
axios projectのaxiosにおけるサーバサイドのリクエストフォージェリの脆弱性
|
| Summary |
AxiosはブラウザおよびNode.js向けのプロミスベースのHTTPクライアントです。バージョン0.32.0および1.16.0以前のAxiosは、IPv4マッピングされたIPv6アドレスを正規化しませんでした。NO_PROXYに127.0.0.1や169.254.169.254といったIPv4アドレスがリストされている場合でも、IPv4マッピングされたIPv6形式(::ffff:7f00:1、::ffff:a9fe:a9fe)を使用するリクエストURLは、依然として設定されたプロキシを経由してルーティングされてしまいます。Node.jsはこれらのアドレスを基盤となるIPv4ホストに解決するため、リクエストはブロックされずにプロキシ経由で内部サービスに到達してしまいます。この脆弱性はバージョン0.32.0および1.16.0で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 11, 2026, midnight |
| Registration Date |
June 15, 2026, 11:18 a.m. |
| Last Update |
June 15, 2026, 11:18 a.m. |
|
CVSS3.0 : 重要
|
| Score |
8.6
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N |
Affected System
| axios project |
|
axios 0.32.0 未満
|
|
axios 1.0.0 以上 1.16.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月15日] 掲載 |
June 15, 2026, 11:18 a.m. |
NVD Vulnerability Information
CVE-2026-44492
| Summary |
Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, Axios does not normalise IPv4-mapped IPv6 addresses. When NO_PROXY lists an IPv4 address such as 127.0.0.1 or 169.254.169.254, a request URL using the IPv4-mapped IPv6 form (::ffff:7f00:1, ::ffff:a9fe:a9fe) still routes through the configured proxy. Node.js resolves these addresses to the underlying IPv4 host, so the request reaches the internal service via the proxy rather than being blocked. This vulnerability is fixed in 0.32.0 and 1.16.0.
|
| Publication Date |
June 12, 2026, 2:16 a.m. |
| Registration Date |
June 12, 2026, 4:18 a.m. |
| Last Update |
June 13, 2026, 12:16 p.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:* |
|
|
|
0.32.0 |
| cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:* |
1.0.0 |
|
|
1.16.0 |
Related information, measures and tools
Common Vulnerabilities List