CVE-2023-40286

8.3 HIGH

📋 TL;DR

This Cross-Site Scripting (XSS) vulnerability affects Supermicro X11SSM-F, X11SAE-F, and X11SSE-F BMC/IPMI firmware version 1.66. An attacker could inject malicious scripts into web interfaces, potentially compromising BMC management sessions. Organizations using these specific Supermicro server models with vulnerable firmware are affected.

💻 Affected Systems

Products:
  • Supermicro X11SSM-F
  • Supermicro X11SAE-F
  • Supermicro X11SSE-F
Versions: BMC/IPMI firmware version 1.66
Operating Systems: Any OS using affected BMC/IPMI firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects specific Supermicro server models with the vulnerable BMC/IPMI firmware version. The vulnerability is in the web management interface component.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of BMC management interface leading to server control takeover, credential theft, and lateral movement within the network.

🟠

Likely Case

Session hijacking, credential theft, and unauthorized access to BMC management functions.

🟢

If Mitigated

Limited impact with proper network segmentation and access controls, potentially only affecting isolated management interfaces.

🌐 Internet-Facing: HIGH - If BMC interfaces are exposed to the internet, attackers can directly exploit this vulnerability.
🏢 Internal Only: MEDIUM - Internal attackers or compromised internal systems could exploit this to escalate privileges within the management network.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

XSS vulnerabilities typically require some level of user interaction (visiting a malicious link or page) but can be combined with other techniques for more sophisticated attacks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check vendor advisory for latest patched version

Vendor Advisory: https://www.supermicro.com/en/support/security_BMC_IPMI_Oct_2023

Restart Required: Yes

Instructions:

1. Download latest BMC/IPMI firmware from Supermicro support site. 2. Log into BMC web interface. 3. Navigate to Maintenance > Firmware Update. 4. Upload and apply the firmware update. 5. Reboot the BMC after update completes.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate BMC/IPMI management interfaces from general network traffic and internet access.

Access Control Restrictions

all

Implement strict access controls and authentication requirements for BMC management interfaces.

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate BMC interfaces from untrusted networks
  • Enable multi-factor authentication and strong access controls for BMC management access

🔍 How to Verify

Check if Vulnerable:

Log into BMC web interface and check firmware version under Maintenance > Firmware Information. If version is 1.66, system is vulnerable.

Check Version:

ipmitool mc info | grep 'Firmware Revision' (if IPMI tools are configured)

Verify Fix Applied:

After updating, verify firmware version shows a version newer than 1.66 in the BMC web interface.

📡 Detection & Monitoring

Log Indicators:

  • Unusual BMC web interface access patterns
  • Multiple failed login attempts followed by successful login
  • Suspicious JavaScript or HTML payloads in web logs

Network Indicators:

  • Unusual traffic to BMC management ports (default 443/623)
  • Requests containing suspicious script tags or JavaScript code to BMC interfaces

SIEM Query:

source="bmc_logs" AND ("<script>" OR "javascript:" OR "onerror=" OR "onload=")

🔗 References

📤 Share & Export