CVE Catalog

CVE-2026-93711

Unknown
Published: Updated: Translated: NVD NIST

Summary

Dancer2 versions before 2.2.0 for Perl do not strip CR and LF from response header names in headers_to_array. The routine removes CR and LF from each header value but not from the name, allowing injection of additional headers and response splitting. The application must derive the header name from request data.

Risk Assessment

The risk includes the possibility of HTTP response manipulation, potentially leading to response splitting, cache poisoning, or other integrity violations.

Recommendation

Update Dancer2 to version 2.2.0 or later and validate/sanitize header names derived from request data.

Other vulnerabilities in Dancer2

See all
Original NVD description (English source)

Dancer2 versions before 2.2.0 for Perl do not strip CR and LF from response header names in headers_to_array. The routine removes CR and LF from each header value but not from the name. A name carrying them therefore reaches the PSGI server intact. A server that does not validate keys writes it to the wire, so the bytes after the CRLF arrive as their own header line. The application has to derive the header name from request data, not just the value. An attacker who controls that data adds their own headers and splits the response.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS