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.061 - 2016-08-05 (TRIAL RELEASE)

  • FIXED
    • Avoid overwriting 'If-Modified-Since' header in mirror() if the header already exists in something other than lower-case.
  • TESTS
    • Normalize CRLF when reading test data files in t\150-post_form.t on Win32

Changes for version 0.059 - 2016-07-29 (TRIAL RELEASE)

  • FIXED
    • Timeout can now be set as a constructor argument again.
    • CVE-2016-1238: avoid loading optional modules from @INC path with `.` at the end.
  • TESTS
    • Updated tests for a future perl which may omit `.` from the list of directories in @INC by default.

Documentation

Modules

A small, simple, correct HTTP/1.1 client