Lucene search
+L

106 matches found

RedhatCVE
RedhatCVE
•added 2026/09/23 5:45 p.m.•6 views

CVE-2026-85718

A flaw was found in AsyncHttpClient. When configured with connection limits, the library can leak a connection permit if a Transport Layer Security TLS handshake fails before completion. This permit leak can lead to resource exhaustion, allowing a remote attacker to cause a denial of service by...

5.9CVSS5.6AI score0.00533EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2026/09/23 5:04 p.m.•4 views

CVE-2026-85721

A flaw was found in the AsyncHttpClient AHC library. A remote attacker, by sending a specially crafted, small compressed HTTP response, could exploit a vulnerability in the automatic response decompression mechanism. This flaw, caused by the lack of a cumulative output-size limit, allows the...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
•added 2026/09/22 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2026-85717

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.14.5 to 2.16.0 and fr...

6.8CVSS6AI score0.0053EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/19 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-85719

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.1.0 until 2.16.1 and...

7.5CVSS6AI score0.00361EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/19 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-85720

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and...

5.9CVSS6AI score0.00265EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/19 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-85721

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and...

7.5CVSS6AI score0.0063EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:19 p.m.•7 views

GHSA-F8M2-889X-VW4X AsyncHttpClient re-sends client-wide realm credentials to a cross-origin redirect target

Impact A client configured with a client-wide realm a Realm set on the config builder rather than on an individual request and following redirects could re-send those credentials to a redirect target on a different origin. The redirect code strips the per-exchange realm, but when the target...

6.8CVSS5.8AI score0.0053EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2026/09/17 5:19 p.m.•15 views

AsyncHttpClient re-sends client-wide realm credentials to a cross-origin redirect target

Impact A client configured with a client-wide realm a Realm set on the config builder rather than on an individual request and following redirects could re-send those credentials to a redirect target on a different origin. The redirect code strips the per-exchange realm, but when the target...

6.8CVSS5.8AI score0.0053EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/09/17 5:19 p.m.•6 views

GHSA-XR57-GCX8-52HF AsyncHttpClient sends origin credentials to the proxy on the plaintext CONNECT request

Impact When a request uses an HTTP proxy to reach an HTTPS origin, the client opens the tunnel with a plaintext CONNECT sent to the proxy before any TLS exists. On affected versions the origin's preemptive credentials were added to that CONNECT. A Basic realm sent Authorization: Basic...

5.9CVSS5.6AI score0.00265EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2026/09/17 5:19 p.m.•14 views

AsyncHttpClient sends origin credentials to the proxy on the plaintext CONNECT request

Impact When a request uses an HTTP proxy to reach an HTTPS origin, the client opens the tunnel with a plaintext CONNECT sent to the proxy before any TLS exists. On affected versions the origin's preemptive credentials were added to that CONNECT. A Basic realm sent Authorization: Basic...

5.9CVSS5.6AI score0.00265EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/09/17 5:18 p.m.•5 views

GHSA-7GRG-JCF7-RPMX AsyncHttpClient's unbounded HTTP/1.1 response decompression enables a decompression-bomb denial of service

Impact With automatic response decompression enabled the default, the HTTP/1.1 path decompresses response bodies with no limit on the total output size. A hostile or compromised server, or an attacker who can change a response in transit, can send a small compressed body that inflates without bou...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/09/17 5:18 p.m.•12 views

AsyncHttpClient's unbounded HTTP/1.1 response decompression enables a decompression-bomb denial of service

Impact With automatic response decompression enabled the default, the HTTP/1.1 path decompresses response bodies with no limit on the total output size. A hostile or compromised server, or an attacker who can change a response in transit, can send a small compressed body that inflates without bou...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/09/17 5:18 p.m.•13 views

AsyncHttpClient doesn't verify SCRAM and Digest mutual-authentication responses

Impact For SCRAM, and for Digest with mutual authentication, the client computes the server's verification value the SCRAM ServerSignature, or the Digest rspauth but does not act on the result. If the value is present and does not verify, the client only logs it and still delivers the response to...

3.7CVSS5.6AI score0.00409EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/09/17 5:18 p.m.•9 views

GHSA-FJ9W-C36G-H5X8 AsyncHttpClient doesn't verify SCRAM and Digest mutual-authentication responses

Impact For SCRAM, and for Digest with mutual authentication, the client computes the server's verification value the SCRAM ServerSignature, or the Digest rspauth but does not act on the result. If the value is present and does not verify, the client only logs it and still delivers the response to...

3.7CVSS5.6AI score0.00409EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 5:16 p.m.•6 views

DEBIAN-CVE-2026-85720

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and 3.0.12, a request using an HTTP proxy to reach an HTTPS origin can expose preemptive origin credentials because NettyRequestFactory and...

5.9CVSS6AI score0.00265EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:16 p.m.•10 views

CVE-2026-85720

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and 3.0.12, a request using an HTTP proxy to reach an HTTPS origin can expose preemptive origin credentials because NettyRequestFactory and...

5.9CVSS0.00265EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/17 5:16 p.m.•7 views

CVE-2026-85716

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 3.0.8 until 3.0.12, processScramAuthenticationInfo and processAuthenticationInfo compute the SCRAM ServerSignature or Digest rspauth verification result but log...

3.7CVSS0.00409EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/17 5:16 p.m.•8 views

CVE-2026-85716

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 3.0.8 until 3.0.12, processScramAuthenticationInfo and processAuthenticationInfo compute the SCRAM ServerSignature or Digest rspauth verification result but log...

3.7CVSS5.8AI score0.00409EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/09/17 5:16 p.m.•9 views

CVE-2026-85720

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and 3.0.12, a request using an HTTP proxy to reach an HTTPS origin can expose preemptive origin credentials because NettyRequestFactory and...

5.9CVSS5.9AI score0.00265EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 5:16 p.m.•4 views

UBUNTU-CVE-2026-85716

The AsyncHttpClient AHC library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 3.0.8 until 3.0.12, processScramAuthenticationInfo and processAuthenticationInfo compute the SCRAM ServerSignature or Digest rspauth verification result but log...

3.7CVSS6AI score0.00409EPSS
SaveExploits0References7
Rows per page
Query Builder