From d28ed96e44e4fb97b065e769df63e719717b0b83 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:17:28 +0000 Subject: [PATCH] Publish Advisories GHSA-84j7-475p-hp8v GHSA-33vf-4xgg-9r58 GHSA-jc8m-cxhj-668x --- .../2020/02/GHSA-84j7-475p-hp8v/GHSA-84j7-475p-hp8v.json | 7 +++---- .../2020/03/GHSA-33vf-4xgg-9r58/GHSA-33vf-4xgg-9r58.json | 8 ++++++-- .../2020/05/GHSA-jc8m-cxhj-668x/GHSA-jc8m-cxhj-668x.json | 6 +++++- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/advisories/github-reviewed/2020/02/GHSA-84j7-475p-hp8v/GHSA-84j7-475p-hp8v.json b/advisories/github-reviewed/2020/02/GHSA-84j7-475p-hp8v/GHSA-84j7-475p-hp8v.json index f2aff215e8c..bcf44ffc057 100644 --- a/advisories/github-reviewed/2020/02/GHSA-84j7-475p-hp8v/GHSA-84j7-475p-hp8v.json +++ b/advisories/github-reviewed/2020/02/GHSA-84j7-475p-hp8v/GHSA-84j7-475p-hp8v.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-84j7-475p-hp8v", - "modified": "2022-05-27T22:56:48Z", + "modified": "2023-05-16T16:16:12Z", "published": "2020-02-28T16:53:55Z", "aliases": [ "CVE-2020-5247" ], "summary": "HTTP Response Splitting in Puma", - "details": "In Puma (RubyGem) before 4.3.2 and 3.12.3, if an application using Puma allows untrusted input in a response header,\nan attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, \nsuch as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting.\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server.\n\nThis has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters. ", + "details": "In Puma (RubyGem) before 4.3.2 and 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting.\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server.\n\nThis has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters. ", "severity": [ { "type": "CVSS_V3", @@ -108,8 +108,7 @@ ], "database_specific": { "cwe_ids": [ - "CWE-113", - "CWE-74" + "CWE-113" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2020/03/GHSA-33vf-4xgg-9r58/GHSA-33vf-4xgg-9r58.json b/advisories/github-reviewed/2020/03/GHSA-33vf-4xgg-9r58/GHSA-33vf-4xgg-9r58.json index 29d7581ef81..d783e6fdd05 100644 --- a/advisories/github-reviewed/2020/03/GHSA-33vf-4xgg-9r58/GHSA-33vf-4xgg-9r58.json +++ b/advisories/github-reviewed/2020/03/GHSA-33vf-4xgg-9r58/GHSA-33vf-4xgg-9r58.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-33vf-4xgg-9r58", - "modified": "2021-01-08T20:28:10Z", + "modified": "2023-05-16T16:16:20Z", "published": "2020-03-03T23:33:16Z", "aliases": [ "CVE-2020-5249" ], "summary": "HTTP Response Splitting (Early Hints) in Puma", - "details": "### Impact\nIf an application using Puma allows untrusted input in an early-hints header, an attacker can use a carriage return character to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as [HTTP Response Splitting](https://owasp.org/www-community/attacks/HTTP_Response_Splitting)\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to [CVE-2020-5247](https://github.com/puma/puma/security/advisories/GHSA-84j7-475p-hp8v), which fixed this vulnerability but only for regular responses.\n\n### Patches\nThis has been fixed in 4.3.3 and 3.12.4.\n\n### Workarounds\nUsers can not allow untrusted/user input in the Early Hints response header.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [puma](https://github.com/puma/puma)\n* Email us a project maintainer. [Email addresses are listed in our Code of Conduct](https://github.com/puma/puma/blob/master/CODE_OF_CONDUCT.md#enforcement).", + "details": "### Impact\nIf an application using Puma allows untrusted input in an early-hints header, an attacker can use a carriage return character to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as [HTTP Response Splitting](https://owasp.org/www-community/attacks/HTTP_Response_Splitting).\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to [CVE-2020-5247](https://github.com/puma/puma/security/advisories/GHSA-84j7-475p-hp8v), which fixed this vulnerability but only for regular responses.\n\n### Patches\nThis has been fixed in 4.3.3 and 3.12.4.\n\n### Workarounds\nUsers can not allow untrusted/user input in the Early Hints response header.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [puma](https://github.com/puma/puma)\n* Email us a project maintainer. [Email addresses are listed in our Code of Conduct](https://github.com/puma/puma/blob/master/CODE_OF_CONDUCT.md#enforcement).", "severity": [ { "type": "CVSS_V3", @@ -71,6 +71,10 @@ "type": "WEB", "url": "https://github.com/puma/puma/commit/c22712fc93284a45a93f9ad7023888f3a65524f3" }, + { + "type": "PACKAGE", + "url": "https://github.com/puma/puma" + }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/puma/CVE-2020-5249.yml" diff --git a/advisories/github-reviewed/2020/05/GHSA-jc8m-cxhj-668x/GHSA-jc8m-cxhj-668x.json b/advisories/github-reviewed/2020/05/GHSA-jc8m-cxhj-668x/GHSA-jc8m-cxhj-668x.json index 29cc1c013b4..370678e3928 100644 --- a/advisories/github-reviewed/2020/05/GHSA-jc8m-cxhj-668x/GHSA-jc8m-cxhj-668x.json +++ b/advisories/github-reviewed/2020/05/GHSA-jc8m-cxhj-668x/GHSA-jc8m-cxhj-668x.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jc8m-cxhj-668x", - "modified": "2021-01-08T20:19:40Z", + "modified": "2023-05-16T16:16:57Z", "published": "2020-05-07T21:16:46Z", "aliases": [ "CVE-2020-11052" @@ -56,6 +56,10 @@ "type": "WEB", "url": "https://github.com/Sorcery/sorcery/commit/0f116d223826895a73b12492f17486e5d54ab7a7" }, + { + "type": "PACKAGE", + "url": "https://github.com/Sorcery/sorcery" + }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/sorcery/CVE-2020-11052.yml"