Files
CVEs-PoC/2023/CVE-2023-28362.md
2025-09-29 21:09:30 +02:00

865 B

CVE-2023-28362

Description

The redirect_to method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header.

POC

Reference

No PoCs from references.

Github