CVE-2026-48595
Last modified
CVE-2026-48595 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| elixir-tesla | tesla | >= 1.4.0, < 1.18.3 |
| elixir-tesla | tesla | >= 2d937d5813d7cda5cd726f41824985fb655c920f, < db963dba67651b9abd1fc420a1d9679cf6efe182 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-48595?
How severe is CVE-2026-48595?
How do I fix CVE-2026-48595?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48589Apache Shiro’s Jakarta EE module used the HTTP Referer heade…5.4
- CVE-2026-4859The SP Blog Designer plugin for WordPress is vulnerable to S…6.4
- CVE-2026-48591Improper Neutralization of Script in Attributes in a Web Pag…4.8
- CVE-2026-48592Missing Authorization vulnerability in oban-bg oban_web ('El…5.3
- CVE-2026-48593Uncontrolled Resource Consumption vulnerability in oban-bg o…5.9
- CVE-2026-48594Improper Handling of Highly Compressed Data (Data Amplificat…8.2
- CVE-2026-48596Improper Neutralization of CRLF Sequences in HTTP Headers ('…2.1
- CVE-2026-48597Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-48598Improper Encoding or Escaping of Output vulnerability in eli…2.1
- CVE-2026-48599Authorization Bypass Through User-Controlled Key vulnerabili…7.6
- CVE-2026-4860A security flaw has been discovered in 648540858 wvp-GB28181…7.3
- CVE-2026-4861A weakness has been identified in Wavlink WL-NU516U1 260227.…8.8
Are you affected by CVE-2026-48595?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
