πŸ” CVE Alert

CVE-2026-48597

UNKNOWN 0.0

Atom table exhaustion via untrusted URL scheme in Tesla.Adapter.Mint

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
13th

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.

CWE CWE-770
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.3.0 < 1.18.3
elixir-tesla / tesla
ccd0823d4ba37581a37d8f6108f9a81b263237ef < 4699c3cb3e2fd6078f99f45f11cf7466aeedbf0e

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/elixir-tesla/tesla/security/advisories/GHSA-h74c-q9j7-mpcm cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-48597.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-48597 github.com: https://github.com/elixir-tesla/tesla/commit/4699c3cb3e2fd6078f99f45f11cf7466aeedbf0e

Credits

Peter Ullrich Yordis Prieto Jonatan MΓ€nnchen