CVE-2026-16933 Overview
CVE-2026-16933 affects IBM Power Systems Firmware across multiple release streams. The flaw resides in the interface between the Baseboard Management Controller/Flexible Service Processor (BMC/FSP) and the host system. An attacker with service account or root access to the BMC/FSP can read and write arbitrary regions of host system memory. This gives the attacker full control over the host system and every hosted logical partition. The vulnerability compromises confidentiality, integrity, and availability of the affected Power Systems platforms.
Critical Impact
Attackers with BMC/FSP privileged access gain arbitrary read/write to host memory, enabling complete takeover of the host and all guest partitions.
Affected Products
- IBM Power Systems Firmware FW1120.00, FW1110.00 through FW1110.30
- IBM Power Systems Firmware FW1060.00 through FW1060.80, FW950.00 through FW950.H2
- IBM Power Systems Firmware OP940.00 through OP940.a1 (Power9) and OP940.00 through OP940.81 (Power HMC)
Discovery Timeline
- 2026-08-19 - CVE-2026-16933 published to NVD
- 2026-08-20 - Last updated in NVD database
Technical Details for CVE-2026-16933
Vulnerability Analysis
The vulnerability lives in the trust boundary between the service processor and the host system on IBM Power Systems. The BMC/FSP is a privileged auxiliary controller responsible for platform initialization, monitoring, and lifecycle management. On affected firmware, the interface exposed to the BMC/FSP toward host memory does not adequately constrain the memory regions it may access. An operator with service account or root privileges on the BMC/FSP can pivot from that management plane into the host CPU's physical memory. The flaw is categorized under [CWE-190] (Integer Overflow or Wraparound), suggesting improper size or offset arithmetic in the memory access path.
Root Cause
The root cause is insufficient validation of memory access parameters supplied through the BMC/FSP-to-host interface. Because affected firmware treats the service processor as fully trusted, boundary checks on memory regions targeted by service processor operations are inadequate. Arithmetic handling associated with [CWE-190] can be manipulated to bypass expected region limits.
Attack Vector
Exploitation requires local privileged access to the BMC/FSP, not to the host operating system. An attacker who obtains service account or root credentials on the BMC/FSP, whether through credential theft, insider access, or a prior compromise of the management network, can issue crafted requests over the BMC-to-host memory interface. Successful exploitation yields arbitrary read and write primitives against host RAM. This lets the attacker inject code into the hypervisor, tamper with partition state, or exfiltrate data from any hosted LPAR.
No public exploit code, proof-of-concept, or in-the-wild exploitation has been reported for CVE-2026-16933. See the IBM Support Page for authoritative technical details.
Detection Methods for CVE-2026-16933
Indicators of Compromise
- Unexpected service account or root logins to the BMC/FSP, particularly from outside the designated management network.
- Anomalous firmware update, dump, or memory access operations initiated from the service processor interface.
- Host partition instability, unexplained hypervisor faults, or integrity check failures on running LPARs.
Detection Strategies
- Correlate BMC/FSP authentication logs with change events on host partitions to identify unauthorized privileged sessions.
- Alert on any use of low-level service processor commands that touch host memory outside documented maintenance windows.
- Compare running firmware levels against IBM's fixed versions to flag hosts that remain on vulnerable FW1120, FW1110, FW1060, FW950, or OP940 builds.
Monitoring Recommendations
- Forward BMC/FSP and HMC audit logs to a central SIEM and retain them for privileged-access review.
- Monitor the isolated management network for lateral movement toward Power Systems service processors.
- Track firmware version inventory continuously so that patched and unpatched Power systems are clearly identified.
How to Mitigate CVE-2026-16933
Immediate Actions Required
- Apply the fixed firmware levels published by IBM for FW1120, FW1110, FW1060, FW950, and OP940 as documented on the IBM Support Page.
- Rotate all BMC/FSP service and root account credentials and remove any shared or default accounts.
- Restrict management network access so that only authorized administrators can reach the BMC/FSP interfaces.
Patch Information
IBM has published fixed firmware releases for the affected FW1120, FW1110, FW1060, FW950, and OP940 (Power9 and Power HMC) streams. Consult the IBM Support Page for the exact fix levels and upgrade guidance applicable to each platform.
Workarounds
- Enforce strict network segmentation between the BMC/FSP management plane and general enterprise or workload networks.
- Require multi-factor authentication and privileged access management for all BMC/FSP and HMC operator accounts.
- Audit and minimize the number of accounts holding service or root privileges on the service processor.
# Configuration example
# Refer to the IBM Support Page for vendor-provided upgrade commands:
# https://www.ibm.com/support/pages/node/7283216
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

