CVE-2023-31176

7.5 HIGH

📋 TL;DR

An insufficient entropy vulnerability in Schweitzer Engineering Laboratories SEL-451 devices allows unauthenticated remote attackers to brute-force session tokens and bypass authentication. This affects all organizations using vulnerable SEL-451 devices, particularly in critical infrastructure sectors like energy and utilities.

💻 Affected Systems

Products:
  • Schweitzer Engineering Laboratories SEL-451
Versions: All versions prior to the fix mentioned in Instruction Manual Appendix A dated 20230830
Operating Systems: Embedded firmware
Default Config Vulnerable: ⚠️ Yes
Notes: All SEL-451 devices with default configurations are vulnerable. The vulnerability is in the session token generation mechanism.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of SEL-451 devices allowing unauthorized control of protective relays, potentially leading to power grid disruption or equipment damage.

🟠

Likely Case

Unauthorized access to device configuration and control functions, enabling data theft, manipulation of protection settings, or denial of service.

🟢

If Mitigated

Limited impact if devices are behind firewalls with strict network segmentation and authentication controls.

🌐 Internet-Facing: HIGH - Direct internet exposure allows unauthenticated attackers to brute-force tokens remotely.
🏢 Internal Only: MEDIUM - Internal attackers or compromised internal systems could exploit this vulnerability.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability description indicates brute-forcing is possible, suggesting relatively straightforward exploitation once the weakness is understood.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version referenced in Instruction Manual Appendix A dated 20230830

Vendor Advisory: https://selinc.com/support/security-notifications/external-reports/

Restart Required: Yes

Instructions:

1. Review SEL Instruction Manual Appendix A dated 20230830. 2. Obtain updated firmware from SEL support. 3. Apply firmware update following SEL procedures. 4. Restart device as required.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate SEL-451 devices behind firewalls to prevent direct remote access

Access Control Lists

all

Implement strict network ACLs to limit which IP addresses can communicate with SEL-451 devices

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate SEL-451 devices from untrusted networks
  • Deploy intrusion detection systems to monitor for authentication bypass attempts

🔍 How to Verify

Check if Vulnerable:

Check device firmware version against the fixed version in Instruction Manual Appendix A dated 20230830

Check Version:

Use SEL device management interface or consult device documentation for version checking

Verify Fix Applied:

Verify firmware version matches or exceeds the fixed version specified in the manual

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authentication attempts followed by successful login
  • Unusual login patterns or source IPs

Network Indicators:

  • Brute-force patterns against authentication endpoints
  • Unexpected successful authentication from new sources

SIEM Query:

source="sel-451" AND (event_type="authentication" AND result="success") | stats count by src_ip | where count > threshold

🔗 References

📤 Share & Export