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.
CVE-2026-54417
Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-17. a secondary CVSS source baseline 7.5; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(high)
- EPSS
- 33.6%
- KEV
- Not listed
Published
June 17, 2026
Last Modified
June 17, 2026
Advisory Details (3)
Auto-updated Jun 18, 2026microtar/src/microtar.c at master · rxi/microtar · GitHub
https://github.com/rxi/microtar/blob/master/src/microtar.c#L239GitHub - rxi/microtar: A lightweight tar library written in ANSI C · GitHub
https://github.com/rxi/microtarVendor Advisories for CVE-2026-54417(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 34× in last 7d / 104× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 104 total refreshes for this CVE.
- 2026-07-06 21:52 UTCEG score recompute
- 2026-07-06 21:51 UTCGHSA enrichment
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 04:40 UTCEG score recompute
- 2026-07-06 04:39 UTCGHSA enrichment
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 15:45 UTCEG score recompute
- 2026-07-05 15:45 UTCGHSA enrichment
- 2026-07-05 03:07 UTCEG score recompute
- 2026-07-05 03:07 UTCGHSA enrichment
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 14:27 UTCEG score recompute
- 2026-07-04 14:27 UTCGHSA enrichment
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 01:49 UTCEG score recompute
- 2026-07-04 01:49 UTCGHSA enrichment
- 2026-07-03 13:11 UTCEG score recompute
- 2026-07-03 13:11 UTCGHSA enrichment
- 2026-07-02 23:02 UTCEG score recompute
- 2026-07-02 23:02 UTCGHSA enrichment
- 2026-07-02 10:23 UTCEG score recompute
Show 75 moreShow fewer
- 2026-07-02 10:23 UTCGHSA enrichment
- 2026-07-01 21:45 UTCEG score recompute
- 2026-07-01 21:45 UTCGHSA enrichment
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 09:07 UTCEG score recompute
- 2026-07-01 09:07 UTCGHSA enrichment
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 20:27 UTCEG score recompute
- 2026-06-30 20:27 UTCGHSA enrichment
- 2026-06-30 07:49 UTCEG score recompute
- 2026-06-30 07:49 UTCGHSA enrichment
- 2026-06-29 19:11 UTCEG score recompute
- 2026-06-29 19:11 UTCGHSA enrichment
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 06:33 UTCEG score recompute
- 2026-06-29 06:32 UTCGHSA enrichment
- 2026-06-28 17:49 UTCEG score recompute
- 2026-06-28 17:49 UTCGHSA enrichment
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 05:09 UTCEG score recompute
- 2026-06-28 05:08 UTCGHSA enrichment
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 16:31 UTCEG score recompute
- 2026-06-27 16:31 UTCGHSA enrichment
- 2026-06-27 03:48 UTCEG score recompute
- 2026-06-27 03:48 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 15:11 UTCEG score recompute
- 2026-06-26 15:11 UTCGHSA enrichment
- 2026-06-26 02:33 UTCEG score recompute
- 2026-06-26 02:33 UTCGHSA enrichment
- 2026-06-25 13:55 UTCEG score recompute
- 2026-06-25 13:55 UTCGHSA enrichment
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 01:17 UTCEG score recompute
- 2026-06-25 01:16 UTCGHSA enrichment
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 12:38 UTCEG score recompute
- 2026-06-24 12:38 UTCGHSA enrichment
- 2026-06-23 23:45 UTCEG score recompute
- 2026-06-23 23:45 UTCGHSA enrichment
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 11:07 UTCEG score recompute
- 2026-06-23 11:07 UTCGHSA enrichment
- 2026-06-22 22:29 UTCEG score recompute
- 2026-06-22 22:28 UTCGHSA enrichment
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 09:50 UTCEG score recompute
- 2026-06-22 09:50 UTCGHSA enrichment
- 2026-06-21 21:09 UTCEG score recompute
- 2026-06-21 21:09 UTCGHSA enrichment
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 08:29 UTCEG score recompute
- 2026-06-21 08:29 UTCGHSA enrichment
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-20 19:51 UTCEG score recompute
- 2026-06-20 19:51 UTCGHSA enrichment
- 2026-06-20 07:10 UTCEG score recompute
- 2026-06-20 07:09 UTCGHSA enrichment
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-19 18:32 UTCEG score recompute
- 2026-06-19 18:32 UTCGHSA enrichment
- 2026-06-19 05:52 UTCEG score recompute
- 2026-06-19 05:52 UTCGHSA enrichment
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:11 UTCEG score recompute
- 2026-06-18 17:11 UTCGHSA enrichment
Related CVEs(same CWE)
Same CWE
10 shownCWE-190
- CVE-2009-0947EG 9.8CRITICAL
- CVE-2005-1141EG 9.8CRITICAL
- CVE-2005-0102EG 9.8CRITICAL
- CVE-2002-0391EG 9.8EPSS 99%CRITICAL
- CVE-2002-0639EG 9.8EPSS 97%CRITICAL
- CVE-2011-1823NVD 7.8EG 9.0 KEVEPSS 99%HIGH
- CVE-2011-3631EG 8.8HIGH
- CVE-2011-3045EG 8.8HIGH
- CVE-2011-0663EG 8.8EPSS 98%HIGH
- CVE-2010-2753EG 8.8EPSS 93%HIGH
Frequently asked(5)
What is CVE-2026-54417?
When was CVE-2026-54417 disclosed?
Is CVE-2026-54417 actively exploited?
What is the CVSS score of CVE-2026-54417?
How do I remediate CVE-2026-54417?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54417
Is Your Infrastructure Affected by CVE-2026-54417?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.