CVE-2026-96884
Received Received - Intake

Path Traversal in MantisZip via Preview Component

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulDB

Description

A security flaw has been discovered in MantisZip up to 0.4.5. Affected by this issue is the function Path.Combine of the file MainWindow.UI.cs of the component Preview. The manipulation results in path traversal. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mantiszip mantiszip to 0.4.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal flaw in MantisZip up to version 0.4.5. It occurs in the function Path.Combine within MainWindow.UI.cs, specifically in the Preview component. Attackers can exploit this by manipulating the file path to escape the intended temporary directory using sequences like '..', allowing them to write files to arbitrary writable locations on the system.

Detection Guidance

To detect this vulnerability, monitor for unusual file writes outside expected directories, especially in user-writable locations. Check for ZIP files with paths containing '..' sequences. Inspect MantisZip logs for errors related to file operations or path traversal attempts.

Impact Analysis

This vulnerability can lead to severe consequences such as arbitrary file overwrites, persistent backdoors, or DLL hijacking, which could result in remote code execution. An attacker only needs to trick a user into double-clicking a malicious ZIP entry to trigger the exploit.

Compliance Impact

This vulnerability could lead to unauthorized file access or modification, potentially violating data protection requirements under GDPR and HIPAA. Unauthorized file writes may expose sensitive data or allow persistence of malicious code, undermining compliance with confidentiality and integrity controls.

Mitigation Strategies

Immediately stop using MantisZip versions up to 0.4.5. Apply input validation to ensure file paths remain within intended directories. Use Path.GetFileName to strip malicious path segments. Update to a patched version once available. Monitor for suspicious file writes or unauthorized changes.

Chat Assistant

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

EPSS Chart