CVE-2026-48594 Vulnerability Analysis & Exploit Details

CVE-2026-48594
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-48594 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-48594 Details

Status: Analyzed

Last updated: 🕕 17 Aug 2026, 18:26 UTC
Originally published on: 🕗 02 Jun 2026, 20:16 UTC

Time between publication and last update: 75 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE-2026-48594 Vulnerability Summary

CVE-2026-48594: Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies. When Tesla.Middleware.DecompressResponse or Tesla.Middleware.Compression is included in a Tesla middleware pipeline, HTTP response bodies are decompressed eagerly with no size limit. The decompress_body/2 function in lib/tesla/middleware/compression.ex passes the entire response body to :zlib.gunzip/1 or :zlib.unzip/1 without any cap on the output size. Additionally, compression_algorithms/1 splits the content-encoding header on commas and decompress_body/2 recurses once per token, applying a decompression pass on each iteration. A server advertising content-encoding: gzip, gzip, gzip, gzip causes four recursive decompression passes, yielding exponential amplification: each gzip layer can expand its input roughly 1000x, so a payload of a few hundred bytes on the wire inflates to gigabytes of BEAM heap, exhausting memory and crashing or freezing the calling process. This issue affects tesla: from 0.6.0 before 1.18.3.

Assessing the Risk of CVE-2026-48594

Access Complexity Graph

The exploitability of CVE-2026-48594 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-48594

With low attack complexity and no required privileges, CVE-2026-48594 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-48594, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-48594, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-48594 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-48594 poses no threat to data integrity.
  • Availability: High
    CVE-2026-48594 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-48594 References

External References

CWE Common Weakness Enumeration

CWE-409

Vulnerable Configurations

  • cpe:2.3:a:elixir-tesla:tesla:0.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.7.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:0.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:0.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.3.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.3.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.3.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.10.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.10.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.10.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.10.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.11.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.11.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.12.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.12.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.12.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.12.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.13.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.13.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.13.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.13.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.14.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.14.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.14.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.14.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.15.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.15.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.15.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.15.2:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.15.3:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.15.3:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.18.1:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.18.1:*:*:*:*:*:*:*
  • cpe:2.3:a:elixir-tesla:tesla:1.18.2:*:*:*:*:*:*:*
    cpe:2.3:a:elixir-tesla:tesla:1.18.2:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-48594: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-90555 – vLLM versions before 0.28.0 fail to validate audio sample rate headers in the transcription endpoint, allowing authenticated clients to bypass dura...
  • CVE-2026-90554 – vLLM versions >=0.10.2 and <0.28.0 do not apply any audio decode-size or duration limit when extracting audio from video input for NanoNemotronVL m...
  • CVE-2026-90553 – vLLM before 0.28.0 contains a remote code execution vulnerability in the LlavaOnevision2 processor loader that ignores the trust_remote_code parame...
  • CVE-2026-90552 – WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate playlist ownership in the Playlists_schedules/list.json.php a...
  • CVE-2026-90551 – WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate playlist ownership in the video_from_program API endpoint, al...