| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| CVE-2026-44492 vulnerabilities | 1 Jun 202619:18 | – | cgr | |
| CVE-2026-44492 | 29 May 202606:32 | – | circl | |
| CVE-2026-44492 | 29 May 202615:59 | – | cve | |
| axios's shouldBypassProxy does not recognize IPv4-mapped IPv6 addresses, allowing NO_PROXY bypass (incomplete fix for CVE-2025-62718) | 29 May 202615:59 | – | github | |
| CGA-57W2-2W5G-VG5W | 1 Jun 202616:26 | – | osv | |
| GHSA-PJWM-PJ3P-43MV axios's shouldBypassProxy does not recognize IPv4-mapped IPv6 addresses, allowing NO_PROXY bypass (incomplete fix for CVE-2025-62718) | 29 May 202615:59 | – | osv | |
| MINI-2435-QG94-MHRX | 30 May 202615:28 | – | osv | |
| MINI-729V-J659-46JV | 30 May 202615:41 | – | osv | |
| MINI-8HP2-QFPF-W4FG | 30 May 202615:41 | – | osv | |
| MINI-987C-C399-XG2C | 30 May 202615:41 | – | osv |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(318801);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/05");
script_cve_id("CVE-2026-44492");
script_xref(name:"IAVA", value:"2026-A-0534");
script_name(english:"Node.js Module axios < 0.32.0 / 1.x < 1.16.0 NO_PROXY Bypass (SSRF)");
script_set_attribute(attribute:"synopsis", value:
"A module in the Node.js JavaScript run-time environment is affected by a server-side request forgery vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of the axios Node.js module installed on the remote host is prior to 0.32.0 or 1.x prior to 1.16.0. It
is, therefore, affected by the following vulnerability:
- shouldBypassProxy, introduced in v1.15.0 to fix CVE-2025-62718, 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 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. (CVE-2026-44492)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://github.com/advisories/GHSA-pjwm-pj3p-43mv");
script_set_attribute(attribute:"solution", value:
"Upgrade to axios version 0.32.0 / 1.16.0 or later.");
script_set_attribute(attribute:"agent", value:"all");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-44492");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/05/29");
script_set_attribute(attribute:"patch_publication_date", value:"2026/05/29");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/06/05");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"asset_categories", value:"component");
script_set_attribute(attribute:"cpe", value:"cpe:/a:axios:axios");
script_set_attribute(attribute:"stig_severity", value:"II");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("nodejs_modules_win_installed.nbin", "nodejs_modules_linux_installed.nbin", "nodejs_modules_mac_installed.nbin");
script_require_keys("installed_sw/Node.js", "Host/nodejs/modules/enumerated");
exit(0);
}
include('vcf_extras_nodejs.inc');
var app_info = vcf_extras::nodejs_modules::get_app_info(app:'axios');
if (empty_or_null(app_info))
audit(AUDIT_NOT_INST, 'axios');
vcf::check_all_backporting(app_info:app_info);
var constraints = [
{ 'fixed_version' : '0.32.0' },
{ 'min_version' : '1.0.0', 'fixed_version' : '1.16.0' }
];
vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_HOLE);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation