CVE Catalog

CVE-2026-54417

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.42%

34th percentile - higher than 34% of all known CVEs

Summary

An integer overflow in the mtar_next function in microtar 0.1.0 allows a remote attacker to cause a denial of service (uncontrolled CPU consumption / infinite loop) via a crafted tar archive. The offset calculation uses 32-bit arithmetic.

Risk Assessment

An attacker can cause service unavailability by sending a specially crafted tar file, leading to system overload.

Recommendation

Update the microtar library to a patched version or apply mitigations to limit processing of untrusted tar archives.

Other vulnerabilities in microtar

See all
Original NVD description (English source)

An integer overflow in the mtar_next function in src/microtar.c in rxi microtar 0.1.0 allows a remote attacker to cause a denial of service (uncontrolled CPU consumption / infinite loop) via a crafted tar archive. mtar_next computes the offset to the next record as round_up(h.size, 512) + sizeof(mtar_raw_header_t) using 32-bit arithmetic.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS