Lucene search
+L

Nutanix AHV : Multiple Vulnerabilities (NXSA-AHV-10.3.0.1)

🗓️ 12 Sep 2025 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 7 Views

Nutanix AHV before 10.3.0.1 has vulnerabilities: zlib, sudo, pam_namespace, and tarfile filters.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(264644);
  script_version("1.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/07/27");

  script_cve_id(
    "CVE-2016-9840",
    "CVE-2023-40403",
    "CVE-2024-12718",
    "CVE-2024-23337",
    "CVE-2025-3576",
    "CVE-2025-4138",
    "CVE-2025-4330",
    "CVE-2025-4435",
    "CVE-2025-4517",
    "CVE-2025-4802",
    "CVE-2025-48060",
    "CVE-2025-6020",
    "CVE-2025-32414",
    "CVE-2025-32462"
  );

  script_name(english:"Nutanix AHV : Multiple Vulnerabilities (NXSA-AHV-10.3.0.1)");

  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.0.1. It is, therefore, affected by multiple
vulnerabilities as referenced in the NXSA-AHV-10.3.0.1 advisory.

  - inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging
    improper pointer arithmetic. (CVE-2016-9840)

  - Sudo before 1.9.17p1, when used with a sudoers file that specifies a host that is neither the current host
    nor ALL, allows listed users to execute commands on unintended machines. (CVE-2025-32462)

  - Allows modifying some file metadata (e.g. last modified) with filter=data or file permissions (chmod)
    with filter=tar of files outside the extraction directory. You are affected by this vulnerability if
    using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract()
    using the filter= parameter with a value of data or tar. See the tarfile extraction filters
    documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more
    information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions
    don't include the extraction filter feature. Note that for Python 3.14 or later the default value of
    filter= changed from no filtering to `data, so if you are relying on this new default behavior then
    your usage is also affected. Note that none of these vulnerabilities significantly affect the installation
    of source distributions which are tar archives as source distributions already allow arbitrary code
    execution during the build process. However when evaluating source distributions it's important to avoid
    installing source distributions with suspicious links. (CVE-2024-12718)

  - Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination
    directory, and the modification of some file metadata. You are affected by this vulnerability if using the
    tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the
    filter= parameter with a value of data or tar. See the tarfile extraction filters documentation
    https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Note that
    for Python 3.14 or later the default value of filter= changed from no filtering to `data, so if you
    are relying on this new default behavior then your usage is also affected. Note that none of these
    vulnerabilities significantly affect the installation of source distributions which are tar archives as
    source distributions already allow arbitrary code execution during the build process. However when
    evaluating source distributions it's important to avoid installing source distributions with suspicious
    links. (CVE-2025-4138, CVE-2025-4330)

  - When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any
    filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0
    in affected versions is that the member would still be extracted and not skipped. (CVE-2025-4435)

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.0.1
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?3bca52a1");
  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:M/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/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:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N");
  script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:P");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-9840");
  script_set_attribute(attribute:"cvss3_score_source", value:"CVE-2025-32462");
  script_set_attribute(attribute:"cvss4_score_source", value:"CVE-2025-48060");

  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:"2016/12/04");
  script_set_attribute(attribute:"patch_publication_date", value:"2025/09/12");
  script_set_attribute(attribute:"plugin_publication_date", value:"2025/09/12");

  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) 2025-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.0.1', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.102001', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.102005', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.103003', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.103014', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.103032', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' },
  { 'fixed_version' : '10.3.0.1', 'equal' : '20230302.103053', 'product' : 'AHV', 'fixed_display' : 'Upgrade the AHV install to 10.3.0.1 or higher.' }
];

vcf::nutanix::check_version_and_report(
    app_info:app_info,
    constraints:constraints,
    severity:SECURITY_WARNING
);

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

27 Jul 2026 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 26.8
CVSS 3.18.8 - 9.4
CVSS 48.7
EPSS0.04793
SSVC
7