CVE-2025-61933

6.1 MEDIUM

📋 TL;DR

A reflected cross-site scripting (XSS) vulnerability in BIG-IP APM allows attackers to execute malicious JavaScript in the context of logged-out users by tricking them into clicking specially crafted links. This affects BIG-IP APM systems with vulnerable configurations. Only systems running supported software versions are affected.

💻 Affected Systems

Products:
  • F5 BIG-IP APM
Versions: Specific versions not disclosed in CVE; check F5 advisory for affected versions
Operating Systems: F5 TMOS
Default Config Vulnerable: ✅ No
Notes: Only affects specific undisclosed pages in BIG-IP APM. Systems with End of Technical Support (EoTS) versions are not evaluated.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal session tokens, redirect users to malicious sites, or perform actions on behalf of the user, potentially leading to account compromise or data theft.

🟠

Likely Case

Attackers would typically use this to steal session cookies or credentials from logged-out users who click malicious links, enabling account takeover or phishing.

🟢

If Mitigated

With proper input validation and output encoding, the attack would fail to execute JavaScript, limiting impact to failed exploitation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires user interaction (clicking malicious link). Attack targets logged-out users specifically.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check F5 advisory K000156596 for specific fixed versions

Vendor Advisory: https://my.f5.com/manage/s/article/K000156596

Restart Required: No

Instructions:

1. Review F5 advisory K000156596. 2. Identify affected BIG-IP APM versions. 3. Upgrade to patched version specified in advisory. 4. Verify fix implementation.

🔧 Temporary Workarounds

Input Validation and Output Encoding

all

Implement strict input validation and proper output encoding on the vulnerable page to prevent XSS payload execution.

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block XSS patterns
  • Disable or restrict access to the vulnerable page if not required

🔍 How to Verify

Check if Vulnerable:

Review F5 advisory K000156596 to determine if your BIG-IP APM version is affected. Test with safe XSS payloads if authorized.

Check Version:

tmsh show sys version

Verify Fix Applied:

After patching, test the previously vulnerable page with XSS payloads to confirm they are properly sanitized.

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests with JavaScript payloads in query parameters
  • Multiple failed XSS attempts from single IPs

Network Indicators:

  • HTTP requests containing script tags or JavaScript in URL parameters to BIG-IP APM pages

SIEM Query:

source="bigip_logs" AND (url="*<script>*" OR url="*javascript:*")

🔗 References

📤 Share & Export