Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-rrvc-c7xg-7cf3: TokenController formName not sanitized in hidden input

Impact

TokenController get parameter formName not sanitized in returned input field leads to XSS.

What kind of vulnerability is it? Who is impacted?

Patches

Has the problem been patched? What versions should users upgrade to?

Workarounds

Is there a way for users to fix or remediate the vulnerability without upgrading?

Create a custom Symfony Request listener which checks for the get value of form for the TokenController and if not valid stop the request dispatching and return a error status code.

References

Are there any links users can visit to find out more?

ghsa
#xss#vulnerability#git
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2024-37156

TokenController formName not sanitized in hidden input

Moderate severity GitHub Reviewed Published Jun 6, 2024 in sulu/SuluFormBundle • Updated Jun 6, 2024

Package

composer sulu/form-bundle (Composer)

Affected versions

>= 2.0.0, < 2.5.3

Impact

TokenController get parameter formName not sanitized in returned input field leads to XSS.

What kind of vulnerability is it? Who is impacted?

Patches

Has the problem been patched? What versions should users upgrade to?

Workarounds

Is there a way for users to fix or remediate the vulnerability without upgrading?

Create a custom Symfony Request listener which checks for the get value of form for the TokenController and if not valid stop the request dispatching and return a error status code.

References

Are there any links users can visit to find out more?

References

  • GHSA-rrvc-c7xg-7cf3
  • https://nvd.nist.gov/vuln/detail/CVE-2024-37156
  • sulu/SuluFormBundle@3f341b7

Published to the GitHub Advisory Database

Jun 6, 2024

ghsa: Latest News

GHSA-pxg6-pf52-xh8x: cookie accepts cookie name, path, and domain with out of bounds characters