x/vulndb: potential Go vuln in github.com/argoproj/argo-events: CVE-2022-31054 #490
Labels
excluded: EFFECTIVELY_PRIVATE
This vulnerability exists in a package can be imported, but isn't meant to be outside that module.
CVE-2022-31054 references github.com/argoproj/argo-events, which may be a Go module.
Description:
Argo Events is an event-driven workflow automation framework for Kubernetes. Prior to version 1.7.1, several
HandleRoute
endpoints make use of the deprecatedioutil.ReadAll()
.ioutil.ReadAll()
reads all the data into memory. As such, an attacker who sends a large request to the Argo Events server will be able to crash it and cause denial of service. A patch for this vulnerability has been released in Argo Events version 1.7.1.Links:
See doc/triage.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: