CVE Catalog

CVE-2026-55738

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.64%

47th percentile - higher than 47% of all known CVEs

Summary

Stack-based buffer overflow in raw_to_header function in src/microtar.c in microtar 0.1.0. The function copies name and linkname fields using strcpy without ensuring null termination.

Risk Assessment

Risk of arbitrary code execution or program crash when processing malicious TAR files.

Recommendation

Update microtar to a patched version or avoid processing untrusted TAR files.

Other vulnerabilities in microtar

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS