CVE-2026-58107 PUBLISHED

Authenticated Remote Denial of Service via Unbounded zlib Decompression in massStoreRun

Assigner: ERIC
Reserved: 29.06.2026 Published: 28.08.2026 Updated: 28.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/S:N/AU:Y/R:A/RE:L
CVSS Score: 5.5

Product Status

Vendor Ericsson
Product CodeChecker
Versions Default: unaffected
  • affected from 0 to 6.28.3 (excl.)

Credits

  • Nir Yehoshua, Cipher Security Labs finder

References

Problem Types

  • CWE-409 Improper handling of highly compressed data (data amplification) CWE
  • CWE-770 Allocation of resources without limits or throttling CWE