CVE-2026-71267

microtar's mtar_write_file_header and mtar_write_dir_header functions (src/microtar.c) copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtar_header_t via strcpy(h.name, name), with no check that strlen(name) is less than 100 before the copy.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 13:24

Updated : 2026-08-26 17:13


NVD link : CVE-2026-71267

Mitre link : CVE-2026-71267

CVE.ORG link : CVE-2026-71267


JSON object : View

Products Affected

No product.

CWE
CWE-121

Stack-based Buffer Overflow