From 0a0003d365697fb2ced4b78af6fa27b7ff0f44fd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:21:09 +0000 Subject: [PATCH] Publish GHSA-v7hc-87jc-qrrr --- .../GHSA-v7hc-87jc-qrrr.json | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 advisories/github-reviewed/2023/12/GHSA-v7hc-87jc-qrrr/GHSA-v7hc-87jc-qrrr.json diff --git a/advisories/github-reviewed/2023/12/GHSA-v7hc-87jc-qrrr/GHSA-v7hc-87jc-qrrr.json b/advisories/github-reviewed/2023/12/GHSA-v7hc-87jc-qrrr/GHSA-v7hc-87jc-qrrr.json new file mode 100644 index 00000000000..d03a93e3824 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-v7hc-87jc-qrrr/GHSA-v7hc-87jc-qrrr.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v7hc-87jc-qrrr", + "modified": "2023-12-06T19:19:35Z", + "published": "2023-12-06T19:19:35Z", + "aliases": [ + + ], + "summary": "eventing-github vulnerable to denial of service caused by improper enforcement of the timeout on individual read operations", + "details": "### Impact\n\nThe eventing-github cluster-local server doesn't set `ReadHeaderTimeout`‬‭ which could lead do a DDoS‬ ‭attack, where a large group of users send requests to the server causing the server to hang‬ ‭for long enough to deny it from being available to other users, also know as a Slowloris‬ ‭attack.\n\n### Patches\n\nFix in `v1.12.1` and `v1.11.3`\n\n### Credits\n\nThe vulnerability was reported by Ada Logics during an ongoing security audit of Knative involving Ada Logics, the Knative maintainers, OSTIF and CNCF.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "knative.dev/eventing-github" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.39.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/knative-extensions/eventing-github/security/advisories/GHSA-v7hc-87jc-qrrr" + }, + { + "type": "WEB", + "url": "https://github.com/knative-extensions/eventing-github/pull/442" + }, + { + "type": "WEB", + "url": "https://github.com/knative-extensions/eventing-github/pull/446" + }, + { + "type": "WEB", + "url": "https://github.com/knative-extensions/eventing-github/pull/447" + }, + { + "type": "WEB", + "url": "https://github.com/knative-extensions/eventing-github/commit/ea5cb8b25fc3410dde45ce2eb95454e4cfe77c40" + }, + { + "type": "PACKAGE", + "url": "https://github.com/knative-extensions/eventing-github" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2023-12-06T19:19:35Z", + "nvd_published_at": null + } +} \ No newline at end of file