CVE-2026-44492 漏洞深度分析

漏洞概述

CVE 编号: CVE-2026-44492
CVSS 评分: 8.6(HIGH)
CVSS 向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CWE 分类: CWE-918,CWE-289
漏洞状态: Modified
发布时间: 2026-06-11T17:16:33.167
最后更新: 2026-07-14T12:17:07.407

漏洞描述

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.

影响分析

此漏洞的具体影响取决于实际利用场景。"

修复建议

  1. 及时关注厂商发布的安全更新和补丁
  2. 升级受影响组件到最新版本
  3. 如无法立即升级,参考厂商提供的临时缓解措施
  4. 加强网络访问控制和监控

参考链接

  1. https://github.com/axios/axios/security/advisories/GHSA-pjwm-pj3p-43mv
  2. https://access.redhat.com/errata/RHSA-2026:20889
  3. https://access.redhat.com/errata/RHSA-2026:20938
  4. https://access.redhat.com/errata/RHSA-2026:26234
  5. https://access.redhat.com/errata/RHSA-2026:27044