The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-12679

CVE-2025-12679: Brocade SANnav Information Disclosure

CVE-2025-12679 is an information disclosure vulnerability in Brocade SANnav that exposes PBE keys in plaintext within audit logs during migration. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-12679 Overview

A sensitive data exposure vulnerability has been identified in Brocade SANnav versions prior to 2.4.0b. The vulnerability causes the Password-Based Encryption (PBE) key to be printed in plaintext within the system audit log file during migration operations. A remote authenticated attacker with access to the audit logs could potentially retrieve the PBE key, compromising encrypted data protected by this key.

It is important to note that this vulnerability is only triggered during migration processes and does not affect new installations. The affected system audit logs are accessible only to privileged users on the server and are managed by the host server's operating system rather than SANnav itself. These logs are only visible to the server administrator of the host server and are not accessible to SANnav administrators or regular SANnav users.

Critical Impact

Exposure of the Password-Based Encryption (PBE) key could allow an attacker to decrypt sensitive data protected by this key, potentially leading to broader system compromise and unauthorized access to encrypted credentials or configuration data.

Affected Products

  • Brocade SANnav versions prior to 2.4.0b

Discovery Timeline

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

Technical Details for CVE-2025-12679

Vulnerability Analysis

This vulnerability is classified under CWE-312 (Cleartext Storage of Sensitive Information). The core issue stems from improper handling of cryptographic key material during the migration process in Brocade SANnav. When a migration operation is performed, the system writes the Password-Based Encryption key directly to the audit log file without proper redaction or masking.

Password-Based Encryption keys are critical security assets used to protect sensitive data at rest. When such keys are exposed in plaintext, any attacker who gains read access to the log files can retrieve the key and use it to decrypt protected data. While the attack requires local access and elevated privileges, the potential impact is significant given the sensitive nature of PBE keys in storage area network management systems.

Root Cause

The root cause of this vulnerability is insufficient output sanitization during the migration logging process. The SANnav application fails to properly redact or mask sensitive cryptographic material before writing it to system audit logs. This represents a violation of secure coding practices that mandate the exclusion of secrets, credentials, and cryptographic keys from log output.

The logging mechanism does not implement appropriate filters or scrubbing routines to detect and mask PBE key values before they are persisted to the audit log file, resulting in cleartext exposure of this sensitive information.

Attack Vector

The attack vector requires local access to the system where Brocade SANnav is installed. An attacker would need to:

  1. Obtain authenticated access to the host server with sufficient privileges to read system audit logs
  2. Wait for or trigger a migration operation that causes the PBE key to be logged
  3. Search the audit log files for the exposed PBE key material
  4. Use the recovered key to decrypt any data protected by this PBE key

While the attack requires elevated privileges on the host server, it could be exploited by insider threats, compromised administrator accounts, or through privilege escalation from other vulnerabilities. The exposure persists as long as the audit logs containing the key are retained on the system.

Detection Methods for CVE-2025-12679

Indicators of Compromise

  • Unexpected or unauthorized access to system audit log files on the SANnav host server
  • Unusual log file access patterns, particularly around migration event timestamps
  • Evidence of log file exfiltration or copying to external locations
  • Unauthorized decryption attempts using recovered PBE key material

Detection Strategies

  • Implement file integrity monitoring on system audit log directories to detect unauthorized access
  • Monitor for anomalous read operations against audit log files by non-administrative users
  • Enable audit logging for access to the audit log files themselves to create an access trail
  • Review authentication logs for unusual privileged access patterns to the SANnav host server

Monitoring Recommendations

  • Configure SIEM alerts for bulk log file access or unusual access patterns to audit directories
  • Implement privileged access management (PAM) solutions to monitor and record all administrative access to the SANnav server
  • Regularly review access control lists on audit log directories to ensure principle of least privilege
  • Consider implementing log forwarding to a centralized, secured logging platform with restricted access

How to Mitigate CVE-2025-12679

Immediate Actions Required

  • Upgrade Brocade SANnav to version 2.4.0b or later as soon as possible
  • Review existing audit log files for potential PBE key exposure, particularly logs generated during previous migrations
  • Rotate any PBE keys that may have been exposed in audit logs
  • Securely delete or archive historical audit logs containing exposed key material

Patch Information

Broadcom has addressed this vulnerability in Brocade SANnav version 2.4.0b. Organizations running affected versions should upgrade to the patched version immediately. For detailed patch information and download instructions, refer to the Broadcom Security Advisory #36845.

Workarounds

  • Restrict access to system audit logs to only essential administrative personnel until patching is complete
  • Implement additional access controls and monitoring on the directories containing system audit logs
  • Avoid performing migration operations on affected versions until the patch can be applied
  • Consider temporarily relocating audit logs to a more secured, access-restricted location with enhanced monitoring

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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • 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-312
  • Technical References
  • Broadcom Security Advisory #36845
  • Related CVEs
  • CVE-2026-0869: Brocade ASCG Authentication Bypass Flaw
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