RubySec

Providing security resources for the Ruby community

CVE-2023-50725 (resque): Resque vulnerable to reflected XSS in resque-web failed and queues lists

ADVISORIES

GEM

resque

SEVERITY

CVSS v3.x: 6.3 (Medium)

PATCHED VERSIONS

  • >= 2.2.1

DESCRIPTION

Impact

The following paths in resque-web have been found to be vulnerable to reflected XSS:

/failed/?class=<script>alert(document.cookie)</script>
/queues/><img src=a onerror=alert(document.cookie)>

Patches

v2.2.1

Workarounds

No known workarounds at this time. It is recommended to not click on 3rd party or untrusted links to the resque-web interface until you have patched your application.

References

https://github.com/resque/resque/pull/1790

RELATED