Cyber Resilience

CVE-2022-41622

CSRF in F5 Big-Ip Advanced Firewall Manager 13.1.0 – 13.1.5

High EPSSCSRF
Published
07 December 2022
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.88 99.7th percentile
Risk Priority 87 floored blend · peak EPSS

Summary

CVE-2022-41622 is a high-severity CSRF (CWE-352) vulnerability in F5 Big-Ip Advanced Firewall Manager. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2022-41622 is a cross-site request forgery vulnerability present in all supported versions of F5 BIG-IP and BIG-IQ when iControl SOAP is used. The flaw is tracked under CWE-352 and carries a CVSS 3.1 base score of 8.8, reflecting network attack vector, low complexity, no required privileges, and required user interaction that can result in high impact to confidentiality, integrity, and availability.

An unauthenticated remote attacker can exploit the issue by tricking an authenticated administrative user into submitting a malicious request, allowing the attacker to perform arbitrary actions within the victim’s session on the affected BIG-IP or BIG-IQ system.

The vendor advisory K94221585 describes mitigation steps and available updates. The associated EPSS score rose from a low baseline to a peak of 0.8126 on 2025-12-11 before receding to its current value of 0.5977, indicating that exploitation interest increased after public disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In all versions,  BIG-IP and BIG-IQ are vulnerable to cross-site request forgery (CSRF) attacks through iControl SOAP.   Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
CSRF in a public-facing management interface (iControl SOAP) allows unauthenticated attackers to perform arbitrary actions via a tricked admin, directly enabling exploitation of a remotely accessible application.
T1566.002 Spearphishing Link Initial Accessconfidence: MEDIUM
Attack requires tricking an authenticated admin into submitting a malicious request, consistent with spearphishing link delivery of the CSRF payload.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-28900Shared CWE-352
CVE-2024-25932Shared CWE-352
CVE-2024-34809Shared CWE-352
CVE-2025-2935Shared CWE-352
CVE-2024-54205Shared CWE-352
CVE-2025-23898Shared CWE-352
CVE-2025-5933Shared CWE-352
CVE-2025-9623Shared CWE-352
CVE-2025-32267Shared CWE-352
CVE-2023-47718Shared CWE-352

Affected Assets

f5
big-iq centralized management
7.1.0 · 8.0.0 — 8.2.0
f5
big-ip advanced firewall manager
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip analytics
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip access policy manager
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip application security manager
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip domain name system
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip fraud protection service
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip global traffic manager
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip link controller
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
f5
big-ip local traffic manager
17.0.0 · 13.1.0 — 13.1.5 · 14.1.0 — 14.1.5 · 15.1.0 — 15.1.8
+2 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-23 Session Authenticity
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces that every iControl SOAP request must satisfy authorization checks beyond mere session presence, directly blocking forged requests that lack a valid anti-CSRF token or origin.

prevent

Requires cryptographic or protocol-level verification that SOAP requests are part of an authentic, non-forged session, preventing CSRF from succeeding against BIG-IP/BIG-IQ administrative sessions.

prevent

Mandates validation of all SOAP input parameters and headers, enabling detection and rejection of requests that do not contain required anti-CSRF tokens or expected referer/origin values.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require anti-CSRF controls such as tokens or SameSite attributes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

none

Contextual intelligence about emerging CSRF toolkits can be translated into updated anti-CSRF token or same-site policy configurations across applications.

References