Nutanix AHV : Multiple Vulnerabilities (NXSA-AHV-10.3.1.5)
| Reporter | Title | Published | Views | Family All 2716 |
|---|---|---|---|---|
| CVE-2025-12084 | 13 Dec 202520:02 | – | redhatcve | |
| CVE-2025-13601 | 26 Nov 202514:44 | – | redhatcve | |
| CVE-2025-14104 | 5 Dec 202516:21 | – | redhatcve | |
| CVE-2025-15366 | 21 Jan 202615:10 | – | redhatcve | |
| CVE-2025-15367 | 21 Jan 202615:10 | – | redhatcve | |
| CVE-2025-6176 | 1 Nov 202518:06 | – | redhatcve | |
| CVE-2025-66418 | 15 Dec 202516:38 | – | redhatcve | |
| CVE-2025-66471 | 15 Dec 202516:38 | – | redhatcve | |
| CVE-2026-0865 | 21 Jan 202620:48 | – | redhatcve | |
| CVE-2026-1299 | 28 Jan 202613:59 | – | redhatcve |
10
10
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(305293);
script_version("1.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/08/13");
script_cve_id(
"CVE-2025-6176",
"CVE-2025-12084",
"CVE-2025-13601",
"CVE-2025-14104",
"CVE-2025-15366",
"CVE-2025-15367",
"CVE-2025-66418",
"CVE-2025-66471",
"CVE-2026-0865",
"CVE-2026-1299",
"CVE-2026-21441"
);
script_name(english:"Nutanix AHV : Multiple Vulnerabilities (NXSA-AHV-10.3.1.5)");
script_set_attribute(attribute:"synopsis", value:
"The Nutanix AHV host is affected by multiple vulnerabilities .");
script_set_attribute(attribute:"description", value:
"The version of AHV installed on the remote host is prior to 10.3.1.5. It is, therefore, affected by multiple
vulnerabilities as referenced in the NXSA-AHV-10.3.1.5 advisory.
- urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient
handling of large HTTP responses by reading the content in chunks, rather than loading the entire response
body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-
Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library
decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and
prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to
drain the connection and decompress the content unnecessarily. This decompression occurred even before any
read methods were called, and configured read limits did not restrict the amount of decompressed data. As
a result, there was no safeguard against decompression bombs. A malicious server could exploit this to
trigger excessive resource consumption on the client. Applications and libraries are affected when they
stream content from untrusted sources by setting `preload_content=False` when they do not disable
redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content
of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable
redirects by setting `redirect=False` for requests to untrusted source. (CVE-2026-21441)
- Scrapy versions up to 2.13.2 are vulnerable to a denial of service (DoS) attack due to a flaw in its
brotli decompression implementation. The protection mechanism against decompression bombs fails to
mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available
memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data,
leading to excessive memory consumption during decompression. (CVE-2025-6176)
- When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency
on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively
nested documents. (CVE-2025-12084)
- The imaplib module, when passed a user-controlled command, can have additional commands injected using
newlines. Mitigation rejects commands containing control characters. (CVE-2025-15366)
- The poplib module, when passed a user-controlled command, can have additional commands injected using
newlines. Mitigation rejects commands containing control characters. (CVE-2025-15367)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
# https://portal.nutanix.com/page/documents/security-advisories/release-advisories/details?id=NXSA-AHV-10.3.1.5
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?551b28f6");
script_set_attribute(attribute:"solution", value:
"Update the Nutanix AHV software to the recommended version. Before upgrading: if this cluster is registered with Prism
Central, ensure that Prism Central has been upgraded first to a compatible version. Refer to the Software Product
Interoperability page on the Nutanix portal.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H");
script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:P");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-21441");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/10/31");
script_set_attribute(attribute:"patch_publication_date", value:"2026/04/08");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/04/08");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:nutanix:ahv");
script_set_attribute(attribute:"generated_plugin", value:"current");
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("nutanix_collect.nasl");
script_require_keys("Host/Nutanix/Data/Node/Version", "Host/Nutanix/Data/Node/Type");
exit(0);
}
include('vcf.inc');
include('vcf_extras.inc');
var app_info = vcf::nutanix::get_app_info(node:TRUE);
var constraints = [
{ 'min_version' : '10.0', 'fixed_version' : '10.3.1.5', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.102001', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.102005', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103003', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103014', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103032', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103053', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103068', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103072', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103084', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103087', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' },
{ 'fixed_version' : '10.3.1.5', 'equal' : '20230302.103100', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.1.5 or higher.' }
];
vcf::nutanix::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
13 Aug 2026 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 3.17.5 - 7.7
CVSS 48.9
CVSS 37.5
EPSS0.02774
SSVC