Lucene search
K

Netapp SnapCenter < 6.0p1 / 6.1 < 6.1P1 Privilege Escalation

🗓️ 28 Mar 2025 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 33 Views

NetApp SnapCenter versions below 6.0.1P1 and 6.1P1 are vulnerable to privilege escalation issues.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2025-26512
24 Mar 202522:15
attackerkb
Circl
CVE-2025-26512
24 Mar 202522:23
circl
CNNVD
NetApp SnapCenter 安全漏洞
24 Mar 202500:00
cnnvd
CVE
CVE-2025-26512
24 Mar 202522:06
cve
Cvelist
CVE-2025-26512 CVE-2025-26512 Privilege Escalation Vulnerability in SnapCenter
24 Mar 202522:06
cvelist
EUVD
EUVD-2025-8028
3 Oct 202520:07
euvd
NCSC
Vulnerability fixed in NetApp SnapCenter
25 Mar 202508:41
ncsc
NVD
CVE-2025-26512
24 Mar 202522:15
nvd
Positive Technologies
PT-2025-12718 · Netapp · Snapcenter
24 Mar 202500:00
ptsecurity
RedhatCVE
CVE-2025-26512
26 Mar 202522:16
redhatcve
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(233462);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2025/03/28");

  script_cve_id("CVE-2025-26512");
  script_xref(name:"IAVA", value:"2025-A-0203");

  script_name(english:"Netapp SnapCenter < 6.0p1 / 6.1 < 6.1P1 Privilege Escalation");

  script_set_attribute(attribute:"synopsis", value:
"NetApp SnapCenter running on the remote host is affected by a privilege escalation vulnerability");
  script_set_attribute(attribute:"description", value:
"The version of Netapp SnapCenter installed on the remote host is affected by a privilege escalation vulnerability.
SnapCenter versions prior to 6.0.1P1 and 6.1P1 are susceptible to a vulnerability which may allow an authenticated
SnapCenter Server user to become an admin user on a remote system where a SnapCenter plug-in has been installed.

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://security.netapp.com/advisory/ntap-20250324-0001/");
  script_set_attribute(attribute:"solution", value:
"Upgrade to SnapCenter version 6.0P1, 6.1P1 or later");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-26512");

  script_set_attribute(attribute:"vuln_publication_date", value:"2025/03/24");
  script_set_attribute(attribute:"patch_publication_date", value:"2025/03/24");
  script_set_attribute(attribute:"plugin_publication_date", value:"2025/03/28");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:netapp:snapcenter");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("netapp_snapcenter_win_installed.nbin");
  script_require_keys("installed_sw/NetApp SnapCenter Server");

  exit(0);
}

include('vcf.inc');

if (!get_kb_item('Host/local_checks_enabled'))
  audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);

var app_info = vcf::get_app_info(app:'NetApp SnapCenter Server', win_local:1);

# Blind remote detection with no patch info - flag all 6.0, 6.1 if paranoia is enabled
var constraints = [
  { 'max_version' : '5.9999999999', 'fixed_display': '6.0P1 / 6.1P1' },
  { 'min_version' : '6.0', 'fixed_version' : '6.2', 'fixed_display': '6.0P1 / 6.1 P1', 'require_paranoia' : true }
];

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