Skip to content

Uses of deprecated API can be used to cause DoS in user-facing endpoints

High severity GitHub Reviewed Published Jun 13, 2022 in argoproj/argo-events • Updated Jan 27, 2023

Package

gomod github.com/argoproj/argo-events (Go)

Affected versions

< 1.7.1

Patched versions

1.7.1

Description

Impact

Several HandleRoute endpoints make use of the deprecated ioutil.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.

Eventsources susceptible to an out-of-memory denial-of-service attack:

  • AWS SNS
  • Bitbucket
  • Bitbucket
  • Gitlab
  • Slack
  • Storagegrid
  • Webhook

Patches

A patch for this vulnerability has been released in the following Argo Events version:

v1.7.1

Credits

Disclosed by Ada Logics in a security audit sponsored by CNCF and facilitated by OSTIF.

For more information

Open an issue in the Argo Events issue tracker or discussions
Join us on Slack in channel #argo-events

References

@whynowy whynowy published to argoproj/argo-events Jun 13, 2022
Published by the National Vulnerability Database Jun 13, 2022
Published to the GitHub Advisory Database Jun 17, 2022
Reviewed Jun 17, 2022
Last updated Jan 27, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE ID

CVE-2022-31054

GHSA ID

GHSA-5q86-62xr-3r57

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.