CVE-2026-7010 PUBLISHED

HTTP::Tiny versions before 0.093 for Perl do not validate CRLF in HTTP request lines or control field header values

Assigner: CPANSec
Reserved: 25.04.2026 Published: 11.05.2026 Updated: 11.05.2026

HTTP::Tiny versions before 0.093 for Perl do not validate CRLF in HTTP request lines or control field header values.

The unvalidated inputs are the method and URI in the request line, the URL host that becomes the Host: header, and HTTP/1.1 control data field values.

An attacker who controls one of these inputs, for example a user supplied URL passed to a webhook or URL fetch endpoint, can inject additional headers and smuggle requests to the upstream server.

Product Status

Vendor HAARG
Product HTTP::Tiny
Versions Default: unaffected
  • affected from 0 to 0.093 (excl.)

Solutions

Upgrade to HTTP-Tiny 0.093-TRIAL or later.

References

Problem Types

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