CVE-2026-59295
Received
Received - Intake
Memory Leak in Apache HttpAsyncClient via Micrometer Interceptor
Vulnerability report for CVE-2026-59295, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-24
Last updated on: 2026-08-24
Assigner: VMware
Description
Description
Micrometer-instrumented Apache HttpAsyncClient (4.x or 5.x) usage via MicrometerHttpClientInterceptor can leak memory unboundedly when asynchronous requests fail before receiving a response (e.g. connection resets or timeouts). Tracking state for these requests remains in memory indefinitely, and sustained failures lead to heap exhaustion and OutOfMemoryError crashes.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| micrometer | micrometer | From 1.14.0 (inc) to 1.18.0 (exc) |
| micrometer | micrometer | to 1.10.0 (exc) |
| apache | httpasyncclient | 4.x |
| apache | httpasyncclient | 5.x |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |