RubySec

Providing security resources for the Ruby community

CVE-2024-54133 (actionpack): Possible Content Security Policy bypass in Action Dispatch

ADVISORIES

GEM

actionpack

FRAMEWORK

Ruby on Rails

UNAFFECTED VERSIONS

  • < 5.2.0

PATCHED VERSIONS

  • ~> 7.0.8.7
  • ~> 7.1.5.1
  • ~> 7.2.2.1
  • >= 8.0.0.1

DESCRIPTION

There is a possible Cross Site Scripting (XSS) vulnerability in the content_security_policy helper in Action Pack.

Impact

Applications which set Content-Security-Policy (CSP) headers dynamically from untrusted user input may be vulnerable to carefully crafted inputs being able to inject new directives into the CSP. This could lead to a bypass of the CSP and its protection against XSS and other attacks.

Releases

The fixed releases are available at the normal locations.

Workarounds

Applications can avoid setting CSP headers dynamically from untrusted input, or can validate/sanitize that input.

Credits

Thanks to ryotak for the report!

RELATED