Skip to main content

microtar EUVD-2026-33741

| CVE-2026-43623 HIGH
Stack-based Buffer Overflow (CWE-121)
2026-06-01 VulnCheck GHSA-mwwm-v74q-mvh9
8.7
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

2
Analysis Generated
Jun 01, 2026 - 19:25 vuln.today
CVSS changed
Jun 01, 2026 - 19:22 NVD
8.8 (HIGH) 8.7 (HIGH)

DescriptionCVE.org

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.

AnalysisAI

Stack-based buffer overflow in microtar through 0.1.0 allows remote attackers to corrupt stack memory and potentially achieve code execution when an application using the library parses a malicious TAR archive. The flaw in raw_to_header() uses strcpy() on non-null-terminated 100-byte ustar fields, enabling writes of up to 355 bytes into a 100-byte buffer. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Craft TAR with unterminated name field
Delivery
Deliver archive to victim application
Exploit
Victim opens or unpacks archive
Install
strcpy overflows stack buffer in raw_to_header
C2
Overwrite saved return address
Execute
Hijack control flow
Impact
Execute attacker code in host process

Vulnerability AssessmentAI

Exploitation Exploitation requires the target application to invoke microtar's mtar_open(), mtar_find(), or mtar_read_header() on an attacker-supplied TAR archive whose ustar name or linkname fields are fully populated to 100 bytes WITHOUT a trailing null byte - the exact precondition documented in the CVE. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment CVSS 4.0 scores this 8.7 with AV:N/AC:L/PR:N/UI:P and high confidentiality, integrity, and availability impact - meaning remote unauthenticated exploitation is possible but requires a user to feed the malicious archive to a microtar-based application (passive UI). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker hosts or delivers a crafted TAR archive whose ustar name or linkname field is fully populated to 100 bytes without a trailing null. When a victim application built on microtar opens the archive - for example, a game loader fetching asset packs, an installer processing an update bundle, or a backend service unpacking a user upload - strcpy() in raw_to_header() overwrites the return address on the stack, allowing the attacker to redirect execution. …
Remediation No vendor-released patch identified at time of analysis - upstream issues #28, #29, and #30 at https://github.com/rxi/microtar/issues track the report but no tagged release beyond 0.1.0 is referenced in the provided data; monitor the repository for a fixed release. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Inventory all applications and services using microtar; isolate affected systems from sensitive networks and external file inputs. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-33741 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy