CVE-2026-61371
Received Received - Intake

Microsoft AVML Symlink Truncation Vulnerability

Vulnerability report for CVE-2026-61371, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-15

Last updated on: 2026-07-15

Assigner: MITRE

Description

Microsoft AVML before 0.17.0 could follow a symlink when opening a destination output path on Unix, allowing truncation/overwrite of the symlink target. The destructive effect is performed at open-time via O_TRUNC, and can happen before full input validation completes (β€œtruncation-before-validation”).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-15
Last Modified
2026-07-15
Generated
2026-07-15
AI Q&A
2026-07-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
microsoft avml to 0.17.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61371 is a vulnerability in Microsoft AVML versions before 0.17.0 where the tool follows symlinks when opening a destination output path on Unix systems. This allows a local attacker to create a symlink pointing to a critical file, causing AVML to truncate or overwrite the target file before validating the input. The issue occurs because AVML uses O_TRUNC without O_NOFOLLOW, enabling immediate destructive action on the symlink target.

Impact Analysis

This vulnerability could allow an attacker with local access to overwrite or delete important files on your system by exploiting AVML's symlink handling. If AVML is used to capture memory dumps, an attacker could replace the intended output file with a symlink to a system-critical file, causing data loss or corruption. The impact includes compromised system integrity and availability.

Detection Guidance

To detect this vulnerability, check the version of Microsoft AVML installed on your system. Run: avml --version. If the version is below 0.17.0, the system is vulnerable. Additionally, monitor for unexpected file truncations or overwrites in directories where AVML writes output.

Mitigation Strategies

Immediately upgrade Microsoft AVML to version 0.17.0 or later. If upgrading is not possible, avoid using AVML in environments where untrusted users have access to the output directory. Restrict write permissions to the output path to prevent symlink creation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61371. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart