Vulnerability DatabaseRUSTSEC-2023-0004

RUSTSEC-2023-0004
Rust vulnerability analysis and mitigation

Overview

The bzip2 crate versions prior to 0.4.4 contained a vulnerability identified as RUSTSEC-2023-0004 (CVE-2023-22895). This vulnerability allowed attackers to cause a denial of service via a large file that triggers an integer overflow in mem.rs. The issue was discovered in December 2022 and was patched in January 2023 (GitHub PR).

Technical details

The vulnerability stemmed from an integer overflow issue in the Decompress::decompress() implementation within mem.rs. When processing files larger than 4GB (0x1_0000_0000h), the length of the output buffer would be cast to c_uint (uint32), causing high 32 bits to be lost. This resulted in avail_out being zero when invoking the C unzipping function, leading to no data extraction and an infinite loop (GitHub PR).

Impact

When exploited, this vulnerability could cause the application to enter an infinite loop during decompression of large files (>4GB), effectively creating a denial of service condition. This affected applications using the bzip2 crate for file compression and decompression operations (GitHub PR).

Exploitability

The vulnerability could be triggered by attempting to decompress a file larger than 4GB in size. The exploit was relatively straightforward to execute as it only required providing a large input file to the affected application (GitHub PR).

Mitigation and workarounds

The issue was fixed in bzip2 crate version 0.4.4. The patch modified the avail_out assignment logic in the Decompress::decompress() implementation to handle cases where the output length exceeds the available range of c_uint by setting it to the maximum value of c_uint (GitHub PR).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

RUSTSEC-2026-0236HIGH7.5
  • Rust logoRust
  • viperjs
NoYesAug 06, 2026
RUSTSEC-2026-0232HIGH7.5
  • Rust logoRust
  • nostr-relay-pool
NoYesAug 01, 2026
RUSTSEC-2026-0231HIGH7.5
  • Rust logoRust
  • nostr-relay-pool
NoYesAug 01, 2026
RUSTSEC-2026-0230HIGH7.5
  • Rust logoRust
  • nostr
NoYesAug 01, 2026
CVE-2026-68930MEDIUM6.5
  • Rust logoRust
  • russh
NoYesAug 03, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management