Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-12772

CVE-2025-12772: Brocade SANnav Information Disclosure

CVE-2025-12772 is an information disclosure vulnerability in Brocade SANnav that exposes switch admin passwords in logs and heap dumps. This article covers technical details, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2025-12772 Overview

CVE-2025-12772 is a cleartext storage of sensitive information vulnerability (CWE-312) affecting Brocade SANnav versions prior to 2.4.0b. The vulnerability arises from improper handling of credentials in logging mechanisms, where the Brocade Fabric OS Switch admin password is written to SANnav support save logs in cleartext. Additionally, when an Out-of-Memory (OOM) condition occurs on a SANnav server, the resulting heap dump file captures the switch password in cleartext as part of the call stack trace.

Critical Impact

A remote authenticated attacker with admin privileges can access SANnav logs or supportsave files to extract switch admin passwords in cleartext, potentially compromising the entire SAN fabric infrastructure.

Affected Products

  • Brocade SANnav versions before 2.4.0b
  • Brocade Fabric OS Switch (credentials exposed through SANnav)
  • Systems utilizing SANnav supportsave functionality

Discovery Timeline

  • 2026-02-02 - CVE-2025-12772 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-12772

Vulnerability Analysis

This vulnerability represents a significant information disclosure issue in the Brocade SANnav storage area network management platform. The core problem lies in the application's logging practices, which fail to properly sanitize or redact sensitive credential information before writing to log files.

The vulnerability manifests in two distinct scenarios. First, during normal operation, the SANnav support save functionality captures diagnostic information that inadvertently includes the Fabric OS Switch admin password. Second, during exceptional conditions when an OOM event triggers heap dump generation, the call stack trace preserved in the heap dump contains the switch password in readable form.

The impact extends beyond simple credential exposure—compromised switch admin credentials could allow an attacker to gain full control over SAN fabric switches, potentially disrupting enterprise storage infrastructure, accessing sensitive data, or pivoting to additional systems within the storage network.

Root Cause

The root cause of CVE-2025-12772 is the failure to implement proper credential masking in the logging subsystem. When the SANnav application processes switch authentication, it stores credentials in memory without adequate protection. The supportsave functionality and JVM heap dump mechanisms then capture this unprotected data, persisting cleartext passwords to disk where they can be retrieved by authorized but potentially malicious administrators.

Attack Vector

Exploitation requires network access and authenticated admin privileges on the SANnav management platform. An attacker would need to:

  1. Obtain administrative access to the SANnav web interface or underlying system
  2. Access the supportsave logs directory or trigger a heap dump collection
  3. Search the log files or heap dump for cleartext password strings
  4. Use the extracted credentials to authenticate to Fabric OS switches

The attack is particularly concerning in environments with shared administrative access or insider threat scenarios, as legitimate admin credentials to SANnav can be leveraged to escalate privileges to the underlying SAN fabric.

Detection Methods for CVE-2025-12772

Indicators of Compromise

  • Unusual access patterns to SANnav supportsave log directories
  • Unexpected heap dump file generation or access
  • Suspicious file transfers of .log or heap dump files from SANnav servers
  • Login attempts to Fabric OS switches using credentials not recently changed

Detection Strategies

  • Monitor file access logs for SANnav support save directories and heap dump locations
  • Implement file integrity monitoring on sensitive log directories
  • Alert on bulk download or copy operations involving diagnostic files
  • Track administrative login patterns to Fabric OS switches for anomalous activity

Monitoring Recommendations

  • Enable detailed audit logging for SANnav administrative actions
  • Configure SIEM rules to correlate SANnav log access with subsequent switch logins
  • Implement behavioral analysis for admin account activities
  • Review access control lists for SANnav diagnostic file locations regularly

How to Mitigate CVE-2025-12772

Immediate Actions Required

  • Upgrade Brocade SANnav to version 2.4.0b or later immediately
  • Rotate all Fabric OS Switch admin passwords after upgrading
  • Audit and delete existing supportsave logs and heap dump files containing exposed credentials
  • Review access logs for any suspicious retrieval of diagnostic files

Patch Information

Broadcom has addressed this vulnerability in Brocade SANnav version 2.4.0b. Organizations should obtain the patched version through Broadcom's support portal. For detailed information, refer to the Broadcom Security Advisory.

Workarounds

  • Restrict administrative access to SANnav servers to the minimum required personnel
  • Implement strict file-level access controls on supportsave directories
  • Disable or limit heap dump generation where operationally feasible
  • Store supportsave files in encrypted volumes with restricted access
  • Implement network segmentation to isolate SANnav management traffic

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBrocade Sannav

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-312
  • Technical References
  • Broadcom Security Advisory
  • Related CVEs
  • CVE-2025-12680: Brocade SANnav Credential Disclosure Flaw

  • CVE-2025-12774: Brocade SANnav Information Disclosure

  • CVE-2025-12773: Brocade SANnav Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English