SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-58107

MEDIUM · CVSS 5.5 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated users with permission to store analysis runs to submit malicious, highly compressed Base64-encoded zlib data that can expand to a much larger size during decompression. This can lead to denial of service by exhausting memory and disk space, as the entire decompressed output is held in memory before being written to disk. Organizations using CodeChecker should prioritize addressing this issue to prevent potential service disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58107
Severity
MEDIUM
CVSS
5.5
EPSS
0.30%

Original NVD Description

CodeChecker's massStoreRun processing path performs one-shot decompression of attacker-controlled, Base64-encoded zlib data without enforcing a maximum decompressed size. An authenticated user with permission to store analysis runs can submit a highly compressed payload that expands to a significantly larger byte sequence. Because the entire decompressed output is materialized in memory before being written to a temporary file, a sufficiently large payload may exhaust process or host memory and consume substantial disk space, resulting in denial of service.