CVE-2026-54417

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-06-17 14:17

Updated : 2026-08-10 12:17


NVD link : CVE-2026-54417

Mitre link : CVE-2026-54417

CVE.ORG link : CVE-2026-54417


JSON object : View

Products Affected

No product.

CWE
CWE-190

Integer Overflow or Wraparound

CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')