ghsa-5q86-62xr-3r57
Vulnerability from github
Published
2022-06-17 01:02
Modified
2022-06-29 21:49
Severity ?
VLAI Severity ?
Summary
Uses of deprecated API can be used to cause DoS in user-facing endpoints
Details
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
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/argoproj/argo-events" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.7.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-31054" ], "database_specific": { "cwe_ids": [ "CWE-400", "CWE-787" ], "github_reviewed": true, "github_reviewed_at": "2022-06-17T01:02:56Z", "nvd_published_at": "2022-06-13T20:15:00Z", "severity": "HIGH" }, "details": "### Impact\nSeveral `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.\n\nEventsources susceptible to an out-of-memory denial-of-service attack:\n\n- AWS SNS\n- Bitbucket\n- Bitbucket\n- Gitlab\n- Slack\n- Storagegrid\n- Webhook\n\n### Patches\nA patch for this vulnerability has been released in the following Argo Events version:\n\nv1.7.1\n\n### Credits\nDisclosed by [Ada Logics](https://adalogics.com/) in a security audit sponsored by CNCF and facilitated by OSTIF.\n\n### For more information\nOpen an issue in the [Argo Events issue tracker](https://github.com/argoproj/argo-events/issues) or [discussions](https://github.com/argoproj/argo-events/discussions)\nJoin us on [Slack](https://argoproj.github.io/community/join-slack) in channel #argo-events", "id": "GHSA-5q86-62xr-3r57", "modified": "2022-06-29T21:49:09Z", "published": "2022-06-17T01:02:56Z", "references": [ { "type": "WEB", "url": "https://github.com/argoproj/argo-events/security/advisories/GHSA-5q86-62xr-3r57" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31054" }, { "type": "WEB", "url": "https://github.com/argoproj/argo-events/issues/1946" }, { "type": "WEB", "url": "https://github.com/argoproj/argo-events/pull/1966" }, { "type": "WEB", "url": "https://github.com/argoproj/argo-events/commit/eaabcb6d65022fc34a0cc9ea7f00681abd326b35" }, { "type": "PACKAGE", "url": "https://github.com/argoproj/argo-events" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Uses of deprecated API can be used to cause DoS in user-facing endpoints" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…