CVE-2022-23009

7.2 HIGH

📋 TL;DR

This vulnerability allows an authenticated administrative user on a BIG-IQ managed BIG-IP device to access other BIG-IP devices managed by the same BIG-IQ system. This affects BIG-IQ Centralized Management 8.x installations where administrative users have access to managed BIG-IP devices. The vulnerability enables privilege escalation across managed devices.

💻 Affected Systems

Products:
  • F5 BIG-IQ Centralized Management
Versions: 8.x before 8.1.0
Operating Systems: F5 TMOS-based systems
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects BIG-IQ managed BIG-IP environments. Software versions that have reached End of Technical Support (EoTS) are not evaluated.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker with administrative access to one BIG-IP device could gain administrative control over all BIG-IP devices managed by the same BIG-IQ system, potentially compromising the entire network infrastructure.

🟠

Likely Case

Administrative users could unintentionally or intentionally access and modify configurations on BIG-IP devices they shouldn't have access to, leading to configuration errors or unauthorized changes.

🟢

If Mitigated

With proper access controls and monitoring, the impact is limited to authorized administrative users who might gain unintended access to additional systems.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Requires authenticated administrative access to a BIG-IQ managed BIG-IP device. The vulnerability is inherent to the access control mechanism.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 8.1.0 or later

Vendor Advisory: https://support.f5.com/csp/article/K47592780

Restart Required: Yes

Instructions:

1. Download BIG-IQ version 8.1.0 or later from F5 Downloads. 2. Backup current configuration. 3. Install the update following F5's upgrade procedures. 4. Restart the BIG-IQ system.

🔧 Temporary Workarounds

Restrict Administrative Access

all

Limit administrative access to BIG-IQ managed BIG-IP devices to only essential personnel and implement strict access controls.

Network Segmentation

all

Segment BIG-IQ management traffic from regular network traffic and restrict access between managed BIG-IP devices.

🧯 If You Can't Patch

  • Implement strict role-based access control (RBAC) and monitor administrative activities closely
  • Segment the management network and restrict communication between BIG-IQ and managed BIG-IP devices

🔍 How to Verify

Check if Vulnerable:

Check BIG-IQ version: If running 8.x version earlier than 8.1.0, the system is vulnerable.

Check Version:

ssh admin@bigiq-ip show sys version | grep Version

Verify Fix Applied:

Verify BIG-IQ version is 8.1.0 or later and test that administrative users cannot access unauthorized BIG-IP devices.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to BIG-IP devices from BIG-IQ administrative users
  • Configuration changes on BIG-IP devices by unauthorized administrators

Network Indicators:

  • Unexpected administrative traffic between BIG-IQ and BIG-IP devices
  • Authentication requests from BIG-IQ to non-authorized BIG-IP devices

SIEM Query:

source="bigiq_logs" AND (event_type="access_attempt" OR event_type="config_change") AND target_device NOT IN authorized_devices_list

🔗 References

📤 Share & Export