Security Advisories (2)
CVE-2023-31486 (2023-02-14)

HTTP::Tiny v0.082, a Perl core module since v5.13.9 and available standalone on CPAN, does not verify TLS certs by default. Users must opt-in with the verify_SSL=>1 flag to verify certs when using HTTPS. Resulting in a CWE-1188: Insecure Default Initialization of Resource weakness.

CVE-2026-7010 (2026-05-11)

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.

Changes for version 0.073 - 2018-07-24 (TRIAL RELEASE)

  • 0.071 never made it to CPAN; skipping to 0.073
  • DOCS
    • Documented 'protocol' field in response hash.

Changes for version 0.071 - 2018-04-22 (TRIAL RELEASE)

  • DOCS
    • Documented that method argument to request() is case-sensitive.
  • INTERNAL
    • Minor regex cleanup
    • Updated .travis.yml for recent Perls

Documentation

Modules

A small, simple, correct HTTP/1.1 client