CVE-2026-59295 (GCVE-0-2026-59295)

Vulnerability from cvelistv5 – Published: 2026-08-24 10:10 – Updated: 2026-08-24 14:28
VLAI
Title
Micrometer Instrumentation of Apache HttpAsyncClient Denial of Service Vulnerability
Summary
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.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-24 14:28 UTC
CWE
  • CWE-401 - Missing Release of Memory after Effective Lifetime
Impacted products
Vendor Product Version CPE status
VMware (Broadcom) io.micrometer:micrometer-core Affected: 0 , ≤ 1.9.18 (semver)
Affected: 1.14.0 , ≤ 1.14.16 (semver)
Affected: 1.15.0 , ≤ 1.15.12 (semver)
Affected: 1.16.0 , ≤ 1.16.6 (semver)
Affected: 1.17.0 (semver)
Unaffected: 1.9.19 (semver)
Unaffected: 1.14.17 (semver)
Unaffected: 1.15.13 (semver)
Unaffected: 1.16.7 (semver)
Unaffected: 1.16.6.1 (custom)
Unaffected: 1.17.1 (semver)
Unaffected: 1.17.0.1 (custom)
guessed Create a notification for this product.
Date Public
2026-08-20 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-59295",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-24T14:28:32.372143Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-24T14:28:42.575Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "io.micrometer:micrometer-core",
          "vendor": "VMware (Broadcom)",
          "versions": [
            {
              "lessThanOrEqual": "1.9.18",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "1.14.16",
              "status": "affected",
              "version": "1.14.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "1.15.12",
              "status": "affected",
              "version": "1.15.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "1.16.6",
              "status": "affected",
              "version": "1.16.0",
              "versionType": "semver"
            },
            {
              "status": "affected",
              "version": "1.17.0",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.9.19",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.14.17",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.15.13",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.16.7",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.16.6.1",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "1.17.1",
              "versionType": "semver"
            },
            {
              "status": "unaffected",
              "version": "1.17.0.1",
              "versionType": "custom"
            }
          ]
        }
      ],
      "datePublic": "2026-08-20T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eMicrometer-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.\u003c/p\u003e"
            }
          ],
          "value": "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."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-401",
              "description": "CWE-401: Missing Release of Memory after Effective Lifetime",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-24T10:10:06.302Z",
        "orgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
        "shortName": "vmware"
      },
      "references": [
        {
          "name": "Spring Security Advisory CVE-2026-59295",
          "url": "https://spring.io/security/cve-2026-59295"
        },
        {
          "name": "GHSA-747c-jhq3-w433",
          "url": "https://github.com/spring-projects/security-advisories/security/advisories/GHSA-747c-jhq3-w433"
        }
      ],
      "title": "Micrometer Instrumentation of Apache HttpAsyncClient Denial of Service Vulnerability",
      "workarounds": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eMigrate to Apache HttpClient 5.6.x\u0027s native httpclient5-observation module, or use ObservationExecChainHandler when using HttpClient 5.x with Micrometer 1.12.0+.\u003c/p\u003e"
            }
          ],
          "value": "Migrate to Apache HttpClient 5.6.x\u0027s native httpclient5-observation module, or use ObservationExecChainHandler when using HttpClient 5.x with Micrometer 1.12.0+."
        }
      ]
    }
  },
  "cveMetadata": {
    "assignerOrgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
    "assignerShortName": "vmware",
    "cveId": "CVE-2026-59295",
    "datePublished": "2026-08-24T10:10:06.302Z",
    "dateReserved": "2026-07-04T18:13:34.323Z",
    "dateUpdated": "2026-08-24T14:28:42.575Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-59295\",\"sourceIdentifier\":\"security@vmware.com\",\"published\":\"2026-08-24T11:16:39.780\",\"lastModified\":\"2026-08-24T15:16:38.237\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"affected\":[{\"source\":\"security@vmware.com\",\"affectedData\":[{\"vendor\":\"VMware (Broadcom)\",\"product\":\"io.micrometer:micrometer-core\",\"versions\":[{\"version\":\"0\",\"lessThanOrEqual\":\"1.9.18\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.14.0\",\"lessThanOrEqual\":\"1.14.16\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.15.0\",\"lessThanOrEqual\":\"1.15.12\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.16.0\",\"lessThanOrEqual\":\"1.16.6\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.17.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.9.19\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"1.14.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"1.15.13\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"1.16.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"1.16.6.1\",\"versionType\":\"custom\",\"status\":\"unaffected\"},{\"version\":\"1.17.1\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"1.17.0.1\",\"versionType\":\"custom\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@vmware.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-24T14:28:32.372143Z\",\"id\":\"CVE-2026-59295\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@vmware.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"references\":[{\"url\":\"https://github.com/spring-projects/security-advisories/security/advisories/GHSA-747c-jhq3-w433\",\"source\":\"security@vmware.com\"},{\"url\":\"https://spring.io/security/cve-2026-59295\",\"source\":\"security@vmware.com\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-59295\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-24T14:28:32.372143Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-24T14:28:39.220Z\"}}], \"cna\": {\"title\": \"Micrometer Instrumentation of Apache HttpAsyncClient Denial of Service Vulnerability\", \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"VMware (Broadcom)\", \"product\": \"io.micrometer:micrometer-core\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"1.9.18\"}, {\"status\": \"affected\", \"version\": \"1.14.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"1.14.16\"}, {\"status\": \"affected\", \"version\": \"1.15.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"1.15.12\"}, {\"status\": \"affected\", \"version\": \"1.16.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"1.16.6\"}, {\"status\": \"affected\", \"version\": \"1.17.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.9.19\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.14.17\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.15.13\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.16.7\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.16.6.1\", \"versionType\": \"custom\"}, {\"status\": \"unaffected\", \"version\": \"1.17.1\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"1.17.0.1\", \"versionType\": \"custom\"}]}], \"datePublic\": \"2026-08-20T00:00:00.000Z\", \"references\": [{\"url\": \"https://spring.io/security/cve-2026-59295\", \"name\": \"Spring Security Advisory CVE-2026-59295\"}, {\"url\": \"https://github.com/spring-projects/security-advisories/security/advisories/GHSA-747c-jhq3-w433\", \"name\": \"GHSA-747c-jhq3-w433\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Migrate to Apache HttpClient 5.6.x\u0027s native httpclient5-observation module, or use ObservationExecChainHandler when using HttpClient 5.x with Micrometer 1.12.0+.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eMigrate to Apache HttpClient 5.6.x\u0027s native httpclient5-observation module, or use ObservationExecChainHandler when using HttpClient 5.x with Micrometer 1.12.0+.\u003c/p\u003e\", \"base64\": false}]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eMicrometer-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.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-401\", \"description\": \"CWE-401: Missing Release of Memory after Effective Lifetime\"}]}], \"providerMetadata\": {\"orgId\": \"dcf2e128-44bd-42ed-91e8-88f912c1401d\", \"shortName\": \"vmware\", \"dateUpdated\": \"2026-08-24T10:10:06.302Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-59295\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-24T14:28:42.575Z\", \"dateReserved\": \"2026-07-04T18:13:34.323Z\", \"assignerOrgId\": \"dcf2e128-44bd-42ed-91e8-88f912c1401d\", \"datePublished\": \"2026-08-24T10:10:06.302Z\", \"assignerShortName\": \"vmware\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…