CVE-2026-64607 PUBLISHED

Apache HttpComponents Client: Connection Leak on Content-Encoding Decode Error Leads to Pool Exhaustion DoS

Assigner: apache
Reserved: 20.07.2026 Published: 31.07.2026 Updated: 31.07.2026

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.

This issue affects Apache HttpComponents Client: from 5.0-alpha1 through 5.6.2.

Product Status

Vendor Apache Software Foundation
Product Apache HttpComponents Client
Versions Default: unaffected
  • affected from 5.0-alpha to 5.6.2 (incl.)

Credits

  • Yu Bao <by111@126.com> finder

References

Problem Types

  • CWE-772 Missing Release of Resource after Effective Lifetime CWE