๐Ÿ” CVE Alert

CVE-2026-93711

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-113
Published Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for

Be the first to know when new unknown vulnerabilities are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/PerlDancer/Dancer2/issues/1822 github.com: https://github.com/PerlDancer/Dancer2/commit/ff89ac12af7b8899812a79e9924dfea7a5d9833b.patch metacpan.org: https://metacpan.org/release/CROMEDOME/Dancer2-2.2.0/changes