From 2e906d2a1de9d8d7b808f509ba6db5664b49b8be Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 16:19:10 +0000 Subject: [PATCH] Publish Advisories GHSA-g6wq-qcwm-j5g2 GHSA-p4x4-rw2p-8j8m GHSA-5jjv-x4fq-qjwp --- .../2020/06/GHSA-g6wq-qcwm-j5g2/GHSA-g6wq-qcwm-j5g2.json | 4 ++-- .../2020/06/GHSA-p4x4-rw2p-8j8m/GHSA-p4x4-rw2p-8j8m.json | 6 +++++- .../2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2020/06/GHSA-g6wq-qcwm-j5g2/GHSA-g6wq-qcwm-j5g2.json b/advisories/github-reviewed/2020/06/GHSA-g6wq-qcwm-j5g2/GHSA-g6wq-qcwm-j5g2.json index db775bcc0f3..a229582333d 100644 --- a/advisories/github-reviewed/2020/06/GHSA-g6wq-qcwm-j5g2/GHSA-g6wq-qcwm-j5g2.json +++ b/advisories/github-reviewed/2020/06/GHSA-g6wq-qcwm-j5g2/GHSA-g6wq-qcwm-j5g2.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-g6wq-qcwm-j5g2", - "modified": "2023-01-20T18:53:13Z", + "modified": "2023-05-16T16:17:54Z", "published": "2020-06-05T14:21:29Z", "aliases": [ "CVE-2020-7663" ], "summary": "Regular Expression Denial of Service in websocket-extensions (RubyGem)", - "details": "### Impact\n\nThe ReDoS flaw allows an attacker to exhaust the server's capacity to process\nincoming requests by sending a WebSocket handshake request containing a header\nof the following form:\n\n Sec-WebSocket-Extensions: a; b=\"\\c\\c\\c\\c\\c\\c\\c\\c\\c\\c ...\n\nThat is, a header containing an unclosed string parameter value whose content is\na repeating two-byte sequence of a backslash and some other character. The\nparser takes exponential time to reject this header as invalid, and this will\nblock the processing of any other work on the same thread. Thus if you are\nrunning a single-threaded server, such a request can render your service\ncompletely unavailable.\n\n### Patches\n\nUsers should upgrade to version 0.1.5.\n\n### Workarounds\n\nThere are no known work-arounds other than disabling any public-facing\nWebSocket functionality you are operating.\n\n### References\n\n- https://blog.jcoglan.com/2020/06/02/redos-vulnerability-in-websocket-extensions/", + "details": "### Impact\n\nThe ReDoS flaw allows an attacker to exhaust the server's capacity to process incoming requests by sending a WebSocket handshake request containing a header of the following form:\n\n Sec-WebSocket-Extensions: a; b=\"\\c\\c\\c\\c\\c\\c\\c\\c\\c\\c ...\n\nThat is, a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. The parser takes exponential time to reject this header as invalid, and this will block the processing of any other work on the same thread. Thus if you are running a single-threaded server, such a request can render your service completely unavailable.\n\n### Patches\n\nUsers should upgrade to version 0.1.5.\n\n### Workarounds\n\nThere are no known work-arounds other than disabling any public-facing WebSocket functionality you are operating.\n\n### References\n\n- https://blog.jcoglan.com/2020/06/02/redos-vulnerability-in-websocket-extensions/", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2020/06/GHSA-p4x4-rw2p-8j8m/GHSA-p4x4-rw2p-8j8m.json b/advisories/github-reviewed/2020/06/GHSA-p4x4-rw2p-8j8m/GHSA-p4x4-rw2p-8j8m.json index eb95f5bd06c..53c6298fbf2 100644 --- a/advisories/github-reviewed/2020/06/GHSA-p4x4-rw2p-8j8m/GHSA-p4x4-rw2p-8j8m.json +++ b/advisories/github-reviewed/2020/06/GHSA-p4x4-rw2p-8j8m/GHSA-p4x4-rw2p-8j8m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p4x4-rw2p-8j8m", - "modified": "2021-01-08T17:08:40Z", + "modified": "2023-05-16T16:18:26Z", "published": "2020-06-16T22:08:06Z", "aliases": [ "CVE-2020-4054" @@ -48,6 +48,10 @@ "type": "WEB", "url": "https://github.com/rgrove/sanitize/commit/a11498de9e283cd457b35ee252983662f7452aa9" }, + { + "type": "PACKAGE", + "url": "https://github.com/rgrove/sanitize" + }, { "type": "WEB", "url": "https://github.com/rgrove/sanitize/releases/tag/v5.2.1" diff --git a/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json b/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json index deb3c89b970..1ffb4c61217 100644 --- a/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json +++ b/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-5jjv-x4fq-qjwp", - "modified": "2021-01-07T22:52:18Z", + "modified": "2023-05-16T16:18:49Z", "published": "2020-10-05T15:48:34Z", "aliases": [ "CVE-2020-15237" @@ -51,6 +51,10 @@ { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/shrine/CVE-2020-15237.yml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/shrinerb/shrine" } ], "database_specific": {