{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2023-50727", "ASSIGNER": "security-advisories@github.com", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. Reflected XSS issue occurs when /queues is appended with /\">. This issue has been patched in version 2.6.0." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", "cweId": "CWE-79" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "resque", "product": { "product_data": [ { "product_name": "resque", "version": { "version_data": [ { "version_affected": "=", "version_value": "< 2.6.0" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://github.com/resque/resque/security/advisories/GHSA-r9mq-m72x-257g", "refsource": "MISC", "name": "https://github.com/resque/resque/security/advisories/GHSA-r9mq-m72x-257g" }, { "url": "https://github.com/resque/resque/pull/1865", "refsource": "MISC", "name": "https://github.com/resque/resque/pull/1865" }, { "url": "https://github.com/resque/resque/commit/7623b8dfbdd0a07eb04b19fb25b16a8d6f087f9a", "refsource": "MISC", "name": "https://github.com/resque/resque/commit/7623b8dfbdd0a07eb04b19fb25b16a8d6f087f9a" } ] }, "source": { "advisory": "GHSA-r9mq-m72x-257g", "discovery": "UNKNOWN" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:N", "version": "3.1" } ] } }