| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2025-23352 | 23 Oct 202518:44 | – | circl | |
| NVIDIA Virtual GPU Manager 缓冲区错误漏洞 | 23 Oct 202500:00 | – | cnnvd | |
| CVE-2025-23352 | 23 Oct 202518:36 | – | cve | |
| CVE-2025-23352 | 23 Oct 202518:36 | – | cvelist | |
| EUVD-2025-35725 | 23 Oct 202521:31 | – | euvd | |
| CVE-2025-23352 | 23 Oct 202519:15 | – | nvd | |
| Security Bulletin: NVIDIA GPU Display Drivers - October 2025 | 9 Oct 202500:00 | – | nvidia | |
| CVE-2025-23352 | 30 Oct 202512:11 | – | redhatcve | |
| CVE-2025-23352 | 23 Oct 202518:36 | – | vulnrichment |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(270686);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/02/24");
script_cve_id("CVE-2025-23352");
script_xref(name:"IAVA", value:"2025-A-0736-S");
script_name(english:"NVIDIA Virtual GPU Manager Multiple Vulnerabilities (October 2025)");
script_set_attribute(attribute:"synopsis", value:
"A GPU virtualization application installed on the remote host is affected by multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The NVIDIA Virtual GPU Manager software on the remote host is missing a security update. It is, therefore, affected by
a vulnerability where a malicious guest could cause uninitialized pointer access. A successful exploit of this
vulnerability might lead to code execution, denial of service, escalation of privileges, information disclosure, and data tampering.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
# https://nvidia.custhelp.com/app/answers/detail/a_id/5670/~/security-bulletin%3A-nvidia-gpu-display-driver---july-2025
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?3251f5e4");
script_set_attribute(attribute:"solution", value:
"Upgrade the NVIDIA vGPU Manager software in accordance with the vendor advisory.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-23352");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/10/09");
script_set_attribute(attribute:"patch_publication_date", value:"2025/10/09");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/10/17");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:nvidia:virtual_gpu_manager");
script_set_attribute(attribute:"stig_severity", value:"I");
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("nvidia_vgpu_manager_installed.nbin");
script_require_keys("installed_sw/NVIDIA Virtual GPU Manager", "os_fingerprint.nasl");
exit(0);
}
include('vcf.inc');
var app_info = vcf::get_app_info(app:'NVIDIA Virtual GPU Manager');
var constraints = [
{ 'min_version' : '535.0', 'fixed_version' : '535.274.03', 'fixed_display' : '16.12 (535.274.03)' },
{ 'min_version' : '570.0', 'fixed_version' : '570.195.02', 'fixed_display' : '18.5 (570.195.02)' },
{ 'min_version' : '580.0', 'fixed_version' : '580.95.02', 'fixed_display' : '19.2 (580.95.02)' }
];
vcf::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