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-12773

CVE-2025-12773: Brocade SANnav Information Disclosure

CVE-2025-12773 is an information disclosure vulnerability in Brocade SANnav that exposes database passwords in audit logs. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 6, 2026

CVE-2025-12773 Overview

A sensitive information disclosure vulnerability exists in Brocade SANnav versions prior to 2.4.0a. The vulnerability resides in the update-reports-purge-settings.sh script, which improperly logs the SANnav database password to system audit logs. This information disclosure flaw allows a remote authenticated attacker with access to audit logs to retrieve the database credentials, potentially leading to unauthorized database access and further compromise of the SANnav management infrastructure.

Critical Impact

Database credentials exposed in audit logs can enable attackers with log access to gain unauthorized access to the Brocade SANnav database, potentially compromising storage area network management data and configurations.

Affected Products

  • Brocade SANnav versions before 2.4.0a
  • Systems running the update-reports-purge-settings.sh script with audit logging enabled

Discovery Timeline

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

Technical Details for CVE-2025-12773

Vulnerability Analysis

This vulnerability is classified under CWE-209 (Generation of Error Message Containing Sensitive Information). The core issue stems from improper handling of sensitive credentials within the update-reports-purge-settings.sh script. When the script executes, it inadvertently writes the SANnav database password to system audit logs in a manner that makes it accessible to users with audit log read permissions.

The attack requires local access and high privileges, along with some user interaction. However, once an attacker gains access to the audit logs, they can extract the database password and use it to connect directly to the SANnav database. This could expose sensitive SAN configuration data, fabric information, and potentially allow modification of network management settings.

Root Cause

The vulnerability stems from insufficient sanitization of sensitive data before logging. The update-reports-purge-settings.sh script fails to mask or redact database credentials when writing to audit logs. This represents a common secure coding oversight where logging mechanisms capture more information than intended, including credentials that should never be persisted in plaintext form in any log file.

Attack Vector

The attack requires local access to the system running Brocade SANnav. An attacker must first obtain authenticated access to the system with sufficient privileges to read audit logs. Once audit log access is obtained, the attacker can search for entries generated by the update-reports-purge-settings.sh script to locate the exposed database password.

The attack flow involves:

  1. Gaining authenticated access to a system running vulnerable SANnav versions
  2. Accessing system audit logs (requires appropriate privileges)
  3. Searching log entries for database credential exposure
  4. Using extracted credentials to access the SANnav database directly

Detection Methods for CVE-2025-12773

Indicators of Compromise

  • Unusual or unauthorized access to system audit log files
  • Database authentication attempts from unexpected sources or IP addresses
  • Multiple failed or successful database login attempts outside normal operational patterns
  • Evidence of audit log file access by non-administrative users

Detection Strategies

  • Monitor audit log file access patterns for anomalous reads or bulk exports
  • Implement alerts for database authentication from non-standard application sources
  • Review access control logs for unauthorized attempts to read audit logs
  • Deploy file integrity monitoring on audit log directories

Monitoring Recommendations

  • Enable detailed logging of audit log file access events
  • Configure SIEM rules to detect patterns consistent with credential harvesting from logs
  • Monitor for direct database connections that bypass the SANnav application layer
  • Implement user behavior analytics for privileged accounts with audit log access

How to Mitigate CVE-2025-12773

Immediate Actions Required

  • Upgrade Brocade SANnav to version 2.4.0a or later immediately
  • Review existing audit logs for potential credential exposure and rotate database passwords
  • Restrict access to audit log files to essential personnel only
  • Audit user accounts with audit log access permissions

Patch Information

Broadcom has released a fix in Brocade SANnav version 2.4.0a. Organizations should prioritize upgrading to this version or later to remediate this vulnerability. Refer to the Broadcom Security Advisory for detailed upgrade instructions and additional security guidance.

Workarounds

  • Implement strict access controls on audit log files, limiting read access to only essential security personnel
  • If possible, disable audit logging for the update-reports-purge-settings.sh script until patching is complete
  • Rotate database credentials after reviewing audit logs for potential exposure
  • Consider segmenting SANnav management systems to limit the impact of credential compromise
bash
# Restrict audit log permissions (temporary mitigation)
chmod 600 /var/log/audit/*
chown root:root /var/log/audit/*
# Review audit log access (identify potential exposure)
ausearch -k audit-log-access --start today

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 Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/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-209
  • Technical References
  • Broadcom Security Advisory
  • Related CVEs
  • CVE-2025-12680: Brocade SANnav Credential Disclosure Flaw

  • CVE-2025-12774: Brocade SANnav Information Disclosure

  • CVE-2025-12772: 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