Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-7017 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

HTTP::Tiny versions before 0.095 for Perl forward credential headers to cross-origin redirect targets. When the server returns a 3xx redirect, `_maybe_redirect` follows the `Location:` header and `_prepare_headers_and_cb` re-merges the caller's `headers` argument into the new request, without checking whether the redirect target shares an origin with the original URL. Caller-supplied `Authorization`, `Cookie` and `Proxy-Authorization` headers are therefore re-sent to whatever host the redirect names, across scheme, host or port boundaries, and including `https` to `http` downgrades that expose them in plaintext on the wire. The HTTP::Tiny POD note that "Authorization headers will not be included in a redirected request" applied only to the URL-userinfo Basic-auth path, not to headers passed explicitly by the caller.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-522Insufficiently Protected CredentialsCPANSec

Affected Products

ProductVersions
HTTP::Tiny
< 0.095

CPE

  • cpe:2.3:a:http::tiny_project:http::tiny:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.095-TRIALmoderate effort
  • Workaround:low effort

    Set the allow_downgrade attribute to true to revert to the legacy behavior of following https to http redirects.

  • Workaround:low effort

    Set the allow_credentialed_redirects attribute to true to revert to the legacy behavior of forwarding caller-supplied Authorization, Cookie, and Proxy-Authorization headers on cross-origin redirects.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-7017
NVD Published Date:
Jul 7, 2026
NVD Last Modified:
Jul 8, 2026
Source:
CPANSec