CVE-2026-54417 Details
Description
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.
An integer overflow vulnerability has been identified in the rxi microtar library version 0.1.0. The issue arises in the mtar_next() function, where the offset for the next record is calculated using 32-bit arithmetic. When the header size is a multiple of 512 and falls within a specific range, the addition wraps around, causing the function to seek back to the current record instead of advancing. This flaw can be exploited by a remote attacker using a crafted tar archive, leading to uncontrolled CPU consumption and an infinite loop, effectively causing a denial-of-service condition.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 17, 2026CISA-ADP
Assessed Jun 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/rxi/microtar | TuranSec | ProductVendor |
| https://github.com/rxi/microtar/blob/master/src/microtar.c#L239 | TuranSec | Source CodeVendor |
| https://raw.githubusercontent.com/rxi/microtar/master/src/microtar.c | TuranSec | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-190 | Integer Overflow or Wraparound | TuranSec |
| CWE-835 | Loop with Unreachable Exit Condition ('Infinite Loop') | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| rxi microtar | 0.1.0 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | New CVE Received | TuranSec |
Volerion