Improper Input Validation Affecting golang-tests package, versions <0:1.22.5-1.amzn2.0.1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-AMZN2-GOLANGTESTS-7548157
- published 23 Jul 2024
- disclosed 2 Jul 2024
Introduced: 2 Jul 2024
New CVE-2024-24791 Open this link in a new tabHow to fix?
Upgrade Amazon-Linux:2 golang-tests to version 0:1.22.5-1.amzn2.0.1 or higher.
This issue was patched in ALAS2-2024-2598.
NVD Description
Note: Versions mentioned in the description apply only to the upstream golang-tests package and not the golang-tests package as distributed by Amazon-Linux.
See How to fix? for Amazon-Linux:2 relevant fixed versions and status.
The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail. An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending "Expect: 100-continue" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.