CVE-2026-48597
Last modified
CVE-2026-48597 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in elixir-tesla tesla allows denial of service via atom table exhaustion in Tesla.Adapter.Mint. Tesla.Adapter.Mint.open_conn/2 converts the URL scheme of every outgoing request to a BEAM atom via String.to_atom(uri.scheme) with no allow-list validation. BEAM atoms are never garbage-collected and the atom table is bounded (approximately 1,048,576 entries by default). EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in elixir-tesla tesla allows denial of service via atom table exhaustion in Tesla.Adapter.Mint. Tesla.Adapter.Mint.open_conn/2 converts the URL scheme of every outgoing request to a BEAM atom via String.to_atom(uri.scheme) with no allow-list validation. BEAM atoms are never garbage-collected and the atom table is bounded (approximately 1,048,576 entries by default). An attacker who can influence the URL of a Tesla request — either via an application-level URL-forwarding feature (webhook, proxy, importer) or via a Location header returned by a server when Tesla.Middleware.FollowRedirects is in the pipeline — can mint one fresh permanent atom per request by varying the scheme string. After enough requests the atom table fills and the VM crashes, taking down the entire application. This issue affects tesla: from 1.3.0 before 1.18.3.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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.3.0, < 1.18.3 |
| elixir-tesla | tesla | >= ccd0823d4ba37581a37d8f6108f9a81b263237ef, < 4699c3cb3e2fd6078f99f45f11cf7466aeedbf0e |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-48597?
How severe is CVE-2026-48597?
How do I fix CVE-2026-48597?
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-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-48595Improper Handling of Case Sensitivity vulnerability in elixi…8.2
- CVE-2026-48596Improper Neutralization of CRLF Sequences in HTTP Headers ('…2.1
- 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
- CVE-2026-48610Under certain network configurations, a malicious actor with…8.1
- CVE-2026-48611Improper authentication checks in the OAuth implementation a…9.8
Are you affected by CVE-2026-48597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
