CVE Catalog

CVE-2026-43623

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.32%

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

Summary

Stack-based buffer overflow vulnerability in the microtar library up to version 0.1.0. The raw_to_header() function in src/microtar.c uses strcpy() to copy name or linkname fields from a TAR archive that may lack null terminators, causing writes of up to 355 bytes into a 100-byte destination buffer.

Risk Assessment

An attacker can supply a crafted TAR archive, potentially corrupting adjacent stack memory and possibly leading to arbitrary code execution.

Recommendation

Update the microtar library to a version later than 0.1.0 or apply a security patch.

Other vulnerabilities in microtar

See all
Original NVD description (English source)

microtar through 0.1.0 contains a stack-based buffer overflow vulnerability in the raw_to_header() function in src/microtar.c that allows attackers to corrupt adjacent stack memory by supplying a crafted TAR archive with non-null-terminated name or linkname fields. The function uses strcpy() to copy 100-byte ustar format fields that lack null terminators, causing writes of up to 355 bytes into a 100-byte destination buffer when mtar_open(), mtar_find(), or mtar_read_header() process attacker-supplied TAR archives.

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