Cyber Resilience

CVE-2024-5462

Medium

Published: 15 February 2025

Published
15 February 2025
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/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
EPSS Score 0.0009 25.4th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-5462 is a medium-severity Cleartext Transmission of Sensitive Information (CWE-319) vulnerability in Broadcom Fabric Operating System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Credentials In Files (T1552.001); ranked at the 25.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SC-28 (Protection of Information at Rest).

Deeper analysis

CVE-2024-5462 affects Brocade Fabric OS versions prior to 9.2.0. The vulnerability arises when configuration settings are not enabled to encrypt SNMP passwords, causing the SNMP privsecret and authsecret fields to be exposed in plaintext within configupload captures or supportsave captures. This issue is classified under CWE-319 (Cleartext Transmission of Sensitive Information) with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact from a network-accessible attack with low complexity and no privileges required.

An attacker who obtains access to an unencrypted configupload or supportsave capture can extract the plaintext SNMP passwords. With these credentials, the attacker can perform SNMPv3 queries to retrieve values of supported OIDs and modify a limited number of MIB objects, potentially enabling unauthorized monitoring or configuration changes on the affected Fabric OS device.

The Broadcom security advisory at https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24610 provides details on mitigation. Administrators should upgrade to Fabric OS 9.2.0 or later and ensure SNMP password encryption is explicitly enabled in configuration settings to prevent plaintext exposure in captures.

EU & UK References

Vulnerability details

If Brocade Fabric OS before Fabric OS 9.2.0 configuration settings are not set to encrypt SNMP passwords, then the SNMP privsecret / authsecret fields can be exposed in plaintext. The plaintext passwords can be exposed in a configupload capture or…

more

a supportsave capture if encryption of passwords is not enabled. An attacker can use these passwords to fetch values of the supported OIDs via SNMPv3 queries. There are also a limited number of MIB objects that can be modified.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Direct exposure of SNMP credentials in plaintext within config/support capture files (CWE-319) maps to unsecured credentials stored in files.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-0383Same product: Broadcom Fabric Operating System
CVE-2025-58383Same product: Broadcom Fabric Operating System
CVE-2025-58382Same product: Broadcom Fabric Operating System
CVE-2025-9711Same product: Broadcom Fabric Operating System
CVE-2025-12774Same vendor: Broadcom
CVE-2024-5461Same product: Broadcom Fabric Operating System
CVE-2026-0869Same vendor: Broadcom
CVE-2025-69272Same vendor: Broadcom
CVE-2024-26155Shared CWE-319
CVE-2024-2240Same vendor: Broadcom

Affected Assets

broadcom
fabric operating system
≤ 9.2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires establishing and enforcing configuration settings to encrypt SNMP passwords, directly preventing plaintext exposure in configupload and supportsave captures.

prevent

Mandates timely flaw remediation including upgrading to Fabric OS 9.2.0 or later, which fixes the vulnerability causing plaintext SNMP credential exposure.

prevent

Implements safeguards to protect sensitive information at rest, such as SNMP passwords in configupload and supportsave files, from unauthorized disclosure.

References