Answer in brief
CVE-2026-48598 records a Low severity (CVSS 2.1) vulnerability in CRLF injection in Tesla.Multipart disposition parameters allows multipart part header injection. The current sources do not mark it as known exploited. The current feed maps tesla (erlang), elixir-tesla/elixir-tesla/tesla (generic), elixir-tesla/tesla (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 2.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps tesla (erlang), elixir-tesla/elixir-tesla/tesla (generic), elixir-tesla/tesla (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:a:elixir-tesla:tesla:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| teslaerlang | >=0.8.0,<1.18.3 | 1.18.3 |
| elixir-tesla/elixir-tesla/teslageneric | >=6ebfdb9abe9c6f119408045b933d82462decd351 <bb1a2c3da2775924d96e3db8e315dcc4d5d2246e | bb1a2c3da2775924d96e3db8e315dcc4d5d2246e |
| elixir-tesla/teslageneric | >=0.8.0 <1.18.3 | 1.18.3 |
Published upstream
Jun 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 10, 2026
Improper Encoding or Escaping of Output vulnerability in elixir-tesla tesla allows multipart part header injection via unescaped Content-Disposition parameter values. Tesla.Multipart.part_headers_for_disposition/1 interpolates each disposition parameter as #{k}="#{v}" with no validation of CR (\r), LF (\n), or double-quote characters. The values come verbatim from the caller via Tesla.Multipart.add_field/4 (the name parameter), Tesla.Multipart.add_file/3, and Tesla.Multipart.add_file_content/4 (both the filename parameter and other disposition opts). A " in the value closes the quoted parameter early; a \r\n ends the Content-Disposition header line and starts a new part header (such as a forged Content-Type), or, after a second \r\n, ends the entire part header block and prepends bytes to the part body. The default-filename path in add_file/3 derives the filename via Path.basename/1, which does not strip CR or LF, so any application forwarding a partially-attacker-controlled file path inherits the same issue. This issue affects tesla: from 0.8.0 before 1.18.3.
Quoted source text, attributed separately from HOL analysis.