microtar through 0.1.0 contains a stack-based buffer overflow vulnerability in the rawtoheader() 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 mtaropen(), mtarfind(), or mtarreadheader() process attacker-supplied TAR archives.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43623.json",
"cwe_ids": [
"CWE-121"
],
"cna_assigner": "VulnCheck"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "0.1.0"
},
{
"fixed": "0.1.0"
}
],
"source": [
"AFFECTED_FIELD",
"DESCRIPTION"
]
}