CVE-2026-93711
Publication date 22 September 2026
Last updated 22 September 2026
Ubuntu priority
Description
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.
Status
| Package | Ubuntu Release | Status |
|---|---|---|
| libdancer2-perl | 26.04 LTS resolute |
Needs evaluation
|
| 24.04 LTS noble |
Needs evaluation
|
|
| 22.04 LTS jammy |
Needs evaluation
|
|
| 20.04 LTS focal |
Needs evaluation
|
|
| 18.04 LTS bionic |
Needs evaluation
|
|
| 16.04 LTS xenial |
Needs evaluation
|
References
Other references
- https://www.cve.org/CVERecord?id=CVE-2026-93711
- https://lists.security.metacpan.org/cve-announce/msg/43742971/
- https://github.com/PerlDancer/Dancer2/issues/1822
- https://github.com/PerlDancer/Dancer2/commit/ff89ac12af7b8899812a79e9924dfea7a5d9833b.patch
- https://metacpan.org/release/CROMEDOME/Dancer2-2.2.0/changes
- http://www.openwall.com/lists/oss-security/2026/09/22/3