Skip to content

Commit 43c6a01

Browse files
Merge pull request #9099 from github/Lueton-GHSA-hjcp-jmpx-g3qm
2 parents c97948f + 7d1dd8a commit 43c6a01

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

advisories/unreviewed/2026/07/GHSA-hjcp-jmpx-g3qm/GHSA-hjcp-jmpx-g3qm.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,55 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-hjcp-jmpx-g3qm",
4-
"modified": "2026-07-31T18:32:17Z",
4+
"modified": "2026-07-31T18:33:21Z",
55
"published": "2026-07-31T12:30:30Z",
66
"aliases": [
77
"CVE-2026-64607"
88
],
9+
"summary": "Apache HttpComponents Client: Connection Leak on Content-Encoding Decode Error Leads to Pool Exhaustion DoS",
910
"details": "HttpClient based on the classic i/o model fails to correctly release the underlying connection back to the connection manager if it encounters an invalid or unsupported `Content-Encoding` header value in the response message. Please note this defect does not affect HttpClient based on the async i/o model.\n\nThis issue affects Apache HttpComponents Client: from 5.0-alpha1 through 5.6.2.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.httpcomponents.client5:httpclient5"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "5.0-alpha1"
29+
},
30+
{
31+
"fixed": "5.6.3"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 5.6.2"
38+
}
39+
}
40+
],
1741
"references": [
1842
{
1943
"type": "ADVISORY",
2044
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64607"
2145
},
2246
{
2347
"type": "WEB",
24-
"url": "https://lists.apache.org/thread/qqfzo3fqcdk4l5496vz95ppvl4ty511q"
48+
"url": "https://app.opencve.io/cve/CVE-2026-64607"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://lists.apache.org/thread/qqfzo3fqcdk4l5496vz95ppvl4ty511q7"
2553
}
2654
],
2755
"database_specific": {

0 commit comments

Comments
 (0)