Cyber Resilience

CVE-2025-59781

F5 Big-Ip Access Policy Manager 15.1.0 – 15.1.10.8

Published
15 October 2025
Modified
22 October 2025
Patch / advisory
CVSS Score v4 8.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0032 25th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2025-59781 is a high-severity Incomplete Cleanup (CWE-459) vulnerability in F5 Big-Ip Access Policy Manager. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 25th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-14 (Non-persistence) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

When DNS cache is configured on a BIG-IP or BIG-IP Next CNF virtual server, undisclosed DNS queries can cause an increase in memory resource utilization.   Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-41219Same product: F5 Big-Ip Access Policy Manager
CVE-2026-42930Same product: F5 Big-Ip Access Policy Manager
CVE-2026-24464Same product: F5 Big-Ip Access Policy Manager
CVE-2025-59483Same product: F5 Big-Ip Access Policy Manager
CVE-2023-43485Same product: F5 Big-Ip Access Policy Manager
CVE-2024-25560Same product: F5 Big-Ip Access Policy Manager
CVE-2026-40631Same product: F5 Big-Ip Access Policy Manager
CVE-2026-42063Same product: F5 Big-Ip Access Policy Manager
CVE-2023-41964Same product: F5 Big-Ip Access Policy Manager
CVE-2026-40462Same product: F5 Big-Ip Access Policy Manager

Affected Assets

f5
big-ip access policy manager
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip advanced firewall manager
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip advanced web application firewall
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip analytics
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip application acceleration manager
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip application security manager
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip application visibility and reporting
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip automation toolchain
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip carrier-grade nat
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
f5
big-ip container ingress services
15.1.0 — 15.1.10.8 · 16.1.0 — 16.1.6 · 17.1.0 — 17.1.2.2
+12 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.4.1

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover incomplete cleanup through dynamic analysis or resource-leak testing.

Non-persistence mechanisms explicitly initiate resources in a known state and terminate them, directly enforcing cleanup.

Session termination forces explicit release of session-related temporary resources.

Preventing unintended information transfer through shared resources requires complete cleanup of those resources.

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-development practices and coding standards normally require proper resource release and cleanup.

ID.AM-08 partial match
prevents

Life-cycle management encompasses disposal of temporary resources but does not specifically target runtime cleanup bugs.

PR.DS-10 partial match
prevents

Explicitly calls for removing sensitive data after use, directly addressing one class of incomplete cleanup.

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.

degrades

Explicitly requires secure deletion of temporary or residual data, directly addressing incomplete cleanup.

prevents

SDLC practices include cleanup steps, yet the weakness can still occur if those steps are omitted.

prevents

Secure-coding rules can mandate explicit cleanup of temporary resources, but do not guarantee it.

finds

Change-management processes may require cleanup verification, but the control itself does not address the weakness.

References