From b0bdd2db3b6fd99f157091603eb4dc3c9dbf7f93 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:08:10 +0000 Subject: [PATCH] Publish GHSA-592j-995h-p23j --- .../GHSA-592j-995h-p23j.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2024/03/GHSA-592j-995h-p23j/GHSA-592j-995h-p23j.json b/advisories/github-reviewed/2024/03/GHSA-592j-995h-p23j/GHSA-592j-995h-p23j.json index bd5f685146e..63fbc1a503f 100644 --- a/advisories/github-reviewed/2024/03/GHSA-592j-995h-p23j/GHSA-592j-995h-p23j.json +++ b/advisories/github-reviewed/2024/03/GHSA-592j-995h-p23j/GHSA-592j-995h-p23j.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-592j-995h-p23j", - "modified": "2024-05-14T18:13:51Z", + "modified": "2024-08-20T18:05:51Z", "published": "2024-03-25T19:36:59Z", "aliases": [ "CVE-2024-27281" @@ -9,7 +9,14 @@ "summary": "RDoc RCE vulnerability with .rdoc_options", "details": "An issue was discovered in RDoc 6.3.3 through 6.6.2, as distributed in Ruby 3.x through 3.3.0.\n\nWhen parsing `.rdoc_options` (used for configuration in RDoc) as a YAML file, object injection and resultant remote code execution are possible because there are no restrictions on the classes that can be restored.\n\nWhen loading the documentation cache, object injection and resultant remote code execution are also possible if there were a crafted cache.\n\nWe recommend to update the RDoc gem to version 6.6.3.1 or later. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:\n\n* For Ruby 3.0 users: Update to `rdoc` 6.3.4.1\n* For Ruby 3.1 users: Update to `rdoc` 6.4.1.1\n* For Ruby 3.2 users: Update to `rdoc` 6.5.1.1\n\nYou can use `gem update rdoc` to update it. If you are using bundler, please add `gem \"rdoc\", \">= 6.6.3.1\"` to your `Gemfile`.\n\nNote: 6.3.4, 6.4.1, 6.5.1 and 6.6.3 have a incorrect fix. We recommend to upgrade 6.3.4.1, 6.4.1.1, 6.5.1.1 and 6.6.3.1 instead of them.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -126,6 +133,10 @@ "type": "WEB", "url": "https://github.com/ruby/rdoc/commit/e4a0e71e6f1032f8b4e5e58b4ef60d702c22ce17" }, + { + "type": "WEB", + "url": "https://hackerone.com/reports/1187477" + }, { "type": "PACKAGE", "url": "https://github.com/ruby/rdoc" @@ -141,9 +152,10 @@ ], "database_specific": { "cwe_ids": [ + "CWE-502", "CWE-74" ], - "severity": "HIGH", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-03-25T19:36:59Z", "nvd_published_at": "2024-05-14T15:11:57Z"