RubySec

Providing security resources for the Ruby community

CVE-2022-44303 (resque-scheduler): Resque Scheduler Reflected XSS In Delayed Jobs View

ADVISORIES

GEM

resque-scheduler

SEVERITY

CVSS v3.x: 6.3 (Medium)

UNAFFECTED VERSIONS

  • < 1.27.4

PATCHED VERSIONS

  • >= 4.10.2

DESCRIPTION

Impact

Resque Scheduler version 1.27.4 and above are affected by a cross-site scripting vulnerability. A remote attacker can inject javascript code to the "{schedule_job}" or "args" parameter in /resque/delayed/jobs/{schedule_job}?args={args_id} to execute javascript at client side.

Patches

Fixed in v4.10.2

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://nvd.nist.gov/vuln/detail/CVE-2022-44303
  • https://github.com/resque/resque-scheduler/issues/761
  • https://github.com/resque/resque/issues/1885
  • https://github.com/resque/resque-scheduler/pull/780
  • https://github.com/resque/resque-scheduler/pull/783

RELATED