CVE-2026-93711 PUBLISHED

Dancer2 versions before 2.2.0 for Perl do not strip CR and LF from response header names in headers_to_array

Assigner: CPANSec
Reserved: 18.09.2026 Published: 22.09.2026 Updated: 22.09.2026

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.

Product Status

Package Collection https://cpan.org/modules
Package Name Dancer2
Versions Default: unaffected
  • affected from 0 to 2.2.0 (excl.)

Solutions

Upgrade to Dancer2 2.2.0 or later.

References

Problem Types

  • CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') CWE