GHSA-w3fj-cqg8-8572 · Severity: high — An integer overflow in the mtar_next() function in src/microtar.c in rxi microtar 0.1.0 allows a...
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. When the header size field is a multiple of 512 in the range 0xFFFFFC01-0xFFFFFE00 (e.g. 0xFFFFFE00), the addition wraps to 0, so mtar_next() seeks to the current record position instead of advancing. As a result, mtar_find() and any loop that iterates entries with mtar_next() repeat indefinitely over the same record, hanging the process at 100% CPU with no recovery.
Conclusion & alert: CVE-2026-54417 is rated Moderate Risk (46.4/100): CVSS High severity, with low exploitation likelihood (EPSS 0.42%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-18 | — | 0.42% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c |
GHSA-w3fj-cqg8-8572 · Severity: high — An integer overflow in the mtar_next() function in src/microtar.c in rxi microtar 0.1.0 allows a...
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| No affected products in dataset. | |||