RubySec

Providing security resources for the Ruby community

CVE-2023-50724 (resque): Resque vulnerable to Reflected Cross Site Scripting through pathnames

ADVISORIES

GEM

resque

SEVERITY

CVSS v3.x: 6.3 (Medium)

PATCHED VERSIONS

  • >= 2.1.0

DESCRIPTION

Impact

resque-web in resque versions before 2.1.0 is vulnerable to reflected XSS through the current_queue parameter in the path of the queues endpoint.

Patches

v2.1.0

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/issues/1679 https://github.com/resque/resque/pull/1687

RELATED