🔐 CVE Alert

CVE-2026-48595

UNKNOWN 0.0

Authorization header leaks to third-party origin on cross-origin redirect in Tesla.Middleware.FollowRedirects

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
13th

Improper Handling of Case Sensitivity vulnerability in elixir-tesla tesla allows credential leakage to a third-party origin on cross-origin redirects. Tesla.Middleware.FollowRedirects strips security-sensitive headers on cross-origin redirects using a case-sensitive string comparison against a lowercase filter list (@filter_headers ["authorization", "host"]). HTTP header names are case-insensitive per RFC 7230, but Tesla preserves header keys verbatim as supplied by the caller without normalizing case. A header set as {"Authorization", "Bearer …"} (the RFC 7235 canonical casing used by virtually all HTTP libraries and documentation) does not match the lowercase filter entry and is forwarded to the redirect destination. An attacker who can control or influence a Location: response seen by the client (via their own endpoint, a redirect-open upstream, or a compromised origin) receives the bearer token or other Authorization material on the cross-origin request. This issue affects tesla: from 1.4.0 before 1.18.3.

CWE CWE-178
Vendor elixir-tesla
Product tesla
Published Jun 2, 2026
Last Updated Jun 4, 2026
Stay Ahead of the Next One

Get instant alerts for elixir-tesla tesla

Be the first to know when new unknown vulnerabilities affecting elixir-tesla tesla are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

elixir-tesla / tesla
1.4.0 < 1.18.3
elixir-tesla / tesla
2d937d5813d7cda5cd726f41824985fb655c920f < db963dba67651b9abd1fc420a1d9679cf6efe182

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/elixir-tesla/tesla/security/advisories/GHSA-9m9w-gxf7-rh8m cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-48595.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-48595 github.com: https://github.com/elixir-tesla/tesla/commit/db963dba67651b9abd1fc420a1d9679cf6efe182

Credits

Peter Ullrich Yordis Prieto Jonatan Männchen