Answer in brief
CVE-2026-55738 records a High severity (CVSS 8.8) vulnerability in Stack Buffer Overflow in rxi/microtar raw_to_header() via non-null-terminated TAR name field. The current sources do not mark it as known exploited. The current feed maps rxi/microtar (generic), rxi/microtar (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps rxi/microtar (generic), rxi/microtar (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| rxi/microtargeneric | 0.1.0 | Not reported |
| rxi/microtargeneric | * | Not reported |
Published upstream
Jun 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
A stack-based buffer overflow exists in the raw_to_header function in src/microtar.c in rxi microtar 0.1.0. The function copies the 100-byte name and linkname fields of a TAR header with strcpy without guaranteeing null termination of the source.
Quoted source text, attributed separately from HOL analysis.