From 60c01f6c5e9421c6d6d4d6e5b86bea26fec1a659 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:26:13 +0000 Subject: [PATCH] Publish GHSA-w7q9-xr2x-wh7x --- .../GHSA-w7q9-xr2x-wh7x.json | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2018/03/GHSA-w7q9-xr2x-wh7x/GHSA-w7q9-xr2x-wh7x.json b/advisories/github-reviewed/2018/03/GHSA-w7q9-xr2x-wh7x/GHSA-w7q9-xr2x-wh7x.json index 270f62436e4..14b27b9fb23 100644 --- a/advisories/github-reviewed/2018/03/GHSA-w7q9-xr2x-wh7x/GHSA-w7q9-xr2x-wh7x.json +++ b/advisories/github-reviewed/2018/03/GHSA-w7q9-xr2x-wh7x/GHSA-w7q9-xr2x-wh7x.json @@ -1,17 +1,17 @@ { "schema_version": "1.4.0", "id": "GHSA-w7q9-xr2x-wh7x", - "modified": "2023-01-26T22:17:06Z", + "modified": "2023-08-29T11:24:57Z", "published": "2018-03-05T19:06:00Z", "aliases": [ "CVE-2017-12097" ], "summary": "delayed_job_web Cross-site Scripting vulnerability", - "details": "An exploitable cross site scripting (XSS) vulnerability exists in the filter functionality of the delayed_job_web rails gem version 1.4. A specially crafted URL can cause an XSS flaw resulting in an attacker being able to execute arbitrary javascript on the victim's browser. An attacker can phish an authenticated user to trigger this vulnerability.", + "details": "An exploitable cross site scripting (XSS) vulnerability exists in the filter functionality of the delayed_job_web rails gem versions 1.2.9 before 1.4.2. A specially crafted URL can cause an XSS flaw resulting in an attacker being able to execute arbitrary javascript on the victim's browser. An attacker can phish an authenticated user to trigger this vulnerability.", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], "affected": [ @@ -20,8 +20,23 @@ "ecosystem": "RubyGems", "name": "delayed_job_web" }, - "versions": [ - "1.4" + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.2.9" + }, + { + "fixed": "1.4.2" + } + ] + } ] } ], @@ -30,10 +45,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-12097" }, + { + "type": "WEB", + "url": "https://github.com/ejschmitt/delayed_job_web/commit/6bcb10e61ea2b9a44ffa16be8536dff46ad51449" + }, { "type": "PACKAGE", "url": "https://github.com/ejschmitt/delayed_job_web" }, + { + "type": "WEB", + "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/delayed_job_web/CVE-2017-12097.yml" + }, { "type": "WEB", "url": "https://rubygems.org/gems/delayed_job_web/versions/1.4"