GHSA-h74c-q9j7-mpcm · 深刻度: high · エコシステム: erlang — Tesla vulnerable to atom exhaustion via untrusted URL scheme
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.
総合評価: CVE-2026-48597 は中リスク(40.6/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.30%、22 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.30% | +0.25% |
| 2 | 2026-06-08 | 0.04% | 0.06% | +0.01% |
| 3 | 2026-06-03 | — | 0.04% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.2 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
GHSA-h74c-q9j7-mpcm · 深刻度: high · エコシステム: erlang — Tesla vulnerable to atom exhaustion via untrusted URL scheme
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| elixir-tesla | tesla | >= 1.3.0, < 1.18.3 | cpe:2.3:a:elixir-tesla:tesla:*:*:*:*:*:*:*:* |