Vulnerability CVE-2023-50724


Published: 2023-12-21

Description:
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.

Type:

CWE-79

(Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'))

 References:
https://github.com/resque/resque/security/advisories/GHSA-r8xx-8vm8-x6wj
https://github.com/resque/resque/issues/1679
https://github.com/resque/resque/pull/1687

Copyright 2026, cxsecurity.com

 

Back to Top