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.
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Link | Tags |
---|---|
https://github.com/resque/resque/security/advisories/GHSA-r8xx-8vm8-x6wj | vendor advisory |
https://github.com/resque/resque/issues/1679 | exploit mitigation third party advisory issue tracking |
https://github.com/resque/resque/pull/1687 | patch |