Cyber Resilience

CVE-2026-0383

High

Published: 03 February 2026

Published
03 February 2026
Modified
06 February 2026
KEV Added
Patch
CVSS Score v4 8.2 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/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.0020 9.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-0383 is a high-severity OS Command Injection (CWE-78) vulnerability in Broadcom Fabric Operating System. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Shell History (T1552.003); ranked at the 9.6th 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 AC-3 (Access Enforcement) and AU-9 (Protection of Audit Information).

Deeper analysis

CVE-2026-0383 is a vulnerability in Brocade Fabric OS that enables an authenticated local attacker with privileges to access the Bash shell to read insecurely stored file contents, including those from the history command. Classified under CWE-78 (OS Command Injection), it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability with low attack complexity and privileges required.

An authenticated local attacker possessing privileges to access the Bash shell can exploit this issue to retrieve sensitive file contents that are stored insecurely, such as command history logs. This could expose historical commands executed by administrators or other users, potentially revealing credentials, configuration details, or other operational secrets on the affected Fabric OS system.

The Broadcom security advisory at https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36851 provides details on mitigation steps and available patches for this vulnerability in Brocade Fabric OS. Security practitioners should consult this reference for version-specific remediation guidance.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability in Brocade Fabric OS could allow an authenticated, local attacker with privileges to access the Bash shell to access insecurely stored file contents including the history command.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552.003 Shell History Credential Access
Adversaries may search the command history on compromised systems for insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Directly enables reading of Bash shell history and other insecure local files containing credentials/secrets via local authenticated access and OS command injection.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-5462Same product: Broadcom Fabric Operating System
CVE-2025-9711Same product: Broadcom Fabric Operating System
CVE-2025-58382Same product: Broadcom Fabric Operating System
CVE-2025-58383Same product: Broadcom Fabric Operating System
CVE-2024-5461Same product: Broadcom Fabric Operating System
CVE-2025-12774Same vendor: Broadcom
CVE-2025-69269Same vendor: Broadcom
CVE-2024-4282Same vendor: Broadcom
CVE-2024-2240Same vendor: Broadcom
CVE-2026-0869Same vendor: Broadcom

Affected Assets

broadcom
fabric operating system
10.0.0 · ≤ 9.2.1c2 · 9.2.2 — 9.2.2b

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Protects audit information such as bash history command files from unauthorized access by authenticated local privileged attackers.

prevent

Enforces logical access controls to prevent privileged local attackers from reading insecurely stored sensitive file contents via the Bash shell.

prevent

Restricts privileges for Bash shell access to the minimum necessary, limiting the ability of local users to exploit insecure file storage.

References