Lucene search
K

Nutanix AOS : Multiple Vulnerabilities (NXSA-AOS-7.0.1.7)

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

Nutanix AOS before 7.0.1.7 has remote command injection in Emacs and a JSON unmarshal loop.

Related
Refs
Code
ReporterTitlePublishedViews
Family
IBM Security Bulletins
Security Bulletin: Multiple Vulnerabilities in IBM API Connect
15 Mar 202500:18
ibm
IBM Security Bulletins
Security Bulletin: IBM watsonx Orchestrate Cartridge affected by vulnerability in Protocol Buffers protobuf-go
26 Feb 202518:44
ibm
IBM Security Bulletins
Security Bulletin: IBM App Connect Enterprise Certified Container UBI updates
4 Dec 202410:17
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilies in Go affect IBM Robotic Process Automation for Cloud Pak.
2 Dec 202415:46
ibm
IBM Security Bulletins
Security Bulletin: IBM Watson Assistant for IBM Cloud Pak for Data is vulnerable to Protocol Buffers protobuf-go denial of service vulnerability [ CVE-2024-24786]
28 Jan 202522:08
ibm
IBM Security Bulletins
Security Bulletin: IBM QRadar SIEM contains multiple vulnerabilities
26 Mar 202504:11
ibm
IBM Security Bulletins
Security Bulletin: Security vulnerabilities may affect Go packages that are shipped with IBM CICS TX Standard.
22 Jul 202415:17
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities exists in IBM Netezza Software
25 Jun 202602:33
ibm
IBM Security Bulletins
Security Bulletin: IBM Instana Observability is affected by multiple vulnerabilities within Instana Agent container image
25 Sep 202413:30
ibm
IBM Security Bulletins
Security Bulletin: IBM MQ Operator and Queue manager container images are vulnerable to protobuf-go, libcurl, libexpat, Java SE, IBM GSKit-Crypto, open redirect, buffer overflow condition and golang-fips/openssl vulnerabilities.
30 Apr 202407:19
ibm
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(260196);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2025/09/01");

  script_cve_id("CVE-2024-24786", "CVE-2025-1244");

  script_name(english:"Nutanix AOS : Multiple Vulnerabilities (NXSA-AOS-7.0.1.7)");

  script_set_attribute(attribute:"synopsis", value:
"The Nutanix AOS host is affected by multiple vulnerabilities .");
  script_set_attribute(attribute:"description", value:
"The version of AOS installed on the remote host is prior to 7.0.1.7. It is, therefore, affected by multiple
vulnerabilities as referenced in the NXSA-AOS-7.0.1.7 advisory.

  - A command injection flaw was found in the text editor Emacs. It could allow a remote, unauthenticated
    attacker to execute arbitrary shell commands on a vulnerable system. Exploitation is possible by tricking
    users into visiting a specially crafted website or an HTTP URL with a redirect. (CVE-2025-1244)

  - The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid
    JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any
    value, or when the UnmarshalOptions.DiscardUnknown option is set. (CVE-2024-24786)

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-AOS-7.0.1.7
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?3401cbf8");
  script_set_attribute(attribute:"solution", value:
"Update the Nutanix AOS 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:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/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:U");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-1244");
  script_set_attribute(attribute:"cvss4_score_source", value:"CVE-2024-24786");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2024/03/05");
  script_set_attribute(attribute:"patch_publication_date", value:"2025/09/01");
  script_set_attribute(attribute:"plugin_publication_date", value:"2025/09/01");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:nutanix:aos");
  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 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("nutanix_collect.nasl");
  script_require_keys("Host/Nutanix/Data/lts", "Host/Nutanix/Data/Service", "Host/Nutanix/Data/Version", "Host/Nutanix/Data/arch");

  exit(0);
}

include('vcf.inc');
include('vcf_extras.inc');

var app_info = vcf::nutanix::get_app_info();

var constraints = [
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.0.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.0.6', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.6', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.7', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.8', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.0.1', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.0.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.6', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.7', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.8', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.9', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.0.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.6', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.7', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.8', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.0.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1.5', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1.6', 'product' : 'AOS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.0.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.0.6', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.6', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.7', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.7.1.8', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.0.1', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.0.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.6', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.7', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.8', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.8.1.9', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.0.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.6', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.7', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '6.10.1.8', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.0.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1.5', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 or higher.' },
  { 'fixed_version' : '7.0.1.7', 'equal' : '7.0.1.6', 'product' : 'NDFS', 'fixed_display' : 'Upgrade the AOS install to 7.0.1.7 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

01 Sep 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.18.8
EPSS0.02657
SSVC
2