CVE-2025-46706
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedWhen an iRule containing the HTTP::respond command is configured on a virtual server, undisclosed requests can cause an increase in memory resource utilization. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThis is a denial-of-service vulnerability in F5 BIG-IP where iRules containing the HTTP::respond command can cause excessive memory consumption when processing certain undisclosed requests. The vulnerability allows an attacker to trigger memory growth by sending specific requests to virtual servers configured with such iRules, potentially leading to resource exhaustion.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 1.1.0, <= 1.4.1>= 1.7.0, <= 1.9.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2>= 16.1.0, < 16.1.6>= 17.1.0, < 17.1.2.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the installed F5 BIG-IP product and versionUse the command 'tmsh show sys version' or check the web UI under System > Software > Image List to determine the exact product module and version number installedAffected if The version falls within the affected ranges: 1.1.0-1.4.1 for Next Cloud Native Network Functions, 1.7.0-1.9.2 for Next Service Proxy For Kubernetes, 16.1.0-<16.1.6 or 17.1.0-<17.1.2.2 for Access Policy Manager, AFM, AWM, Analytics, AAM, or ASM
-
List all virtual servers with iRules attachedRun 'tmsh list ltm virtual' to enumerate virtual servers, then run 'tmsh list ltm virtual <name> rules' for each to identify which have iRules configuredAffected if Any virtual server has one or more iRules assigned to it
-
Inspect iRules for HTTP::respond command usageFor each iRule identified, run 'tmsh list ltm rule <rule_name>' to view the iRule content, then search for the string 'HTTP::respond' within the iRule definitionAffected if Any iRule contains the HTTP::respond command, regardless of arguments
-
Monitor memory consumption on the BIG-IP deviceRun 'tmsh show sys memory' or use the web UI under Statistics > Module Statistics > System > CPU and Memory to observe current memory usage trends over timeAffected if Memory usage shows unusual growth or approaches resource limits, especially on systems with iRules using HTTP::respond
-
Review virtual server traffic patternsUse 'tmsh show ltm virtual <name> stats' to view request statistics, and check logs under /var/log/ltm for any abnormal request patterns or errorsAffected if High request volumes are being processed by virtual servers with HTTP::respond iRules, or anomalous traffic patterns are detected
Your environment is affected if you are running any of the listed product versions AND you have virtual servers configured with iRules that contain the HTTP::respond command processing traffic.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped16.1.617.1.2.2
Review all virtual servers with iRules that use HTTP::respond command and implement request throttling or modify iRule logic to prevent unbounded memory allocation. Consider applying traffic filtering or rate limiting as an interim control.
BIG-IP 16.1.6, 17.1.2.2 or later; BIG-IP Next CNF 1.4.2 or later; BIG-IP Next SPK 1.9.3 or later
- 1. Identify all virtual servers with iRules containing the HTTP::respond command in your F5 BIG-IP or BIG-IP Next deployment
- 2. For BIG-IP (traditional) versions 16.1.x: upgrade to version 16.1.6 or later
- 3. For BIG-IP (traditional) versions 17.1.x: upgrade to version 17.1.2.2 or later
- 4. For BIG-IP Next Cloud Native Network Functions: upgrade to version 1.4.2 or later
- 5. For BIG-IP Next Service Proxy for Kubernetes: upgrade to version 1.9.3 or later
- 6. After upgrade, monitor memory utilization to confirm the issue is resolved
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-46706 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-46706 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data