CVE-2026-71267
9.8 CRITICALpublic exploit availablePublished 2026-08-05 · Updated 2026-08-10
AI risk analysis
- Summary
- The flaw allows an attacker to overwrite critical data on the stack by supplying a long entry name, potentially leading to remote code execution.
- Exploitability
- Exploitation is relatively easy given that no input validation is performed before copying the string into a fixed-size buffer.
- Blast radius
- If exploited, this could lead to full system compromise, as it affects core file handling functions.
- Prioritized remediation
- Update microtar to a patched version or apply a fix that properly validates and limits the length of input names.
rcestack-overflowbuffer-overflowcritical
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
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.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weaknesses
CWE-121
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.