Improper Input Validation Affecting golang package, versions <0:1.21.13-2.module+el8.10.0+22329+6cd5c9c6
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-CENTOS8-GOLANG-7425782
- published 5 Jul 2024
- disclosed 2 Jul 2024
Introduced: 2 Jul 2024
CVE-2024-24791 Open this link in a new tabHow to fix?
Upgrade Centos:8
golang
to version 0:1.21.13-2.module+el8.10.0+22329+6cd5c9c6 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream golang
package and not the golang
package as distributed by Centos
.
See How to fix?
for Centos:8
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.