CVE-2026-43623

HIGH

microtar <= 0.1.0 - Stack-based Buffer Overflow in raw_to_header()

Title source: llm
STIX 2.1

Description

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.

References (4)

Core 4
Core References
Issue Tracking technical-description exploit
https://github.com/rxi/microtar/issues/28
Issue Tracking issue-tracking
https://github.com/rxi/microtar/issues/29
Issue Tracking issue-tracking
https://github.com/rxi/microtar/issues/30

Scores

CVSS v3 8.8
EPSS 0.0032
EPSS Percentile 23.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-121
Status published
Products (1)
rxi/microtar < 0.1.0
Published Jun 01, 2026
Tracked Since Jun 02, 2026