cvelist/2023/50xxx/CVE-2023-50724.json

96 lines
3.3 KiB
JSON
Raw Normal View History

2023-12-11 18:00:32 +00:00
{
2023-12-21 15:00:35 +00:00
"data_version": "4.0",
2023-12-11 18:00:32 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-50724",
2023-12-21 15:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-12-11 18:00:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-21 15:00:35 +00:00
"value": "Resque (pronounced like \"rescue\") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later. resque-web in resque versions before 2.1.0 are vulnerable to reflected XSS through the current_queue parameter in the path of the queues endpoint. This issue has been patched in version 2.1.0.\n"
}
]
},
"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.1.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/resque/resque/security/advisories/GHSA-r8xx-8vm8-x6wj",
"refsource": "MISC",
"name": "https://github.com/resque/resque/security/advisories/GHSA-r8xx-8vm8-x6wj"
},
{
"url": "https://github.com/resque/resque/issues/1679",
"refsource": "MISC",
"name": "https://github.com/resque/resque/issues/1679"
},
{
"url": "https://github.com/resque/resque/pull/1687",
"refsource": "MISC",
"name": "https://github.com/resque/resque/pull/1687"
}
]
},
"source": {
"advisory": "GHSA-r8xx-8vm8-x6wj",
"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"
2023-12-11 18:00:32 +00:00
}
]
}
}