CVE-2026-96884
6.3MantisZip · MantisZip
MantisZip 0.4.5 and earlier contains a path traversal vulnerability in the Preview component, allowing remote attackers to access unauthorized files via the Path.Combine function.
Executive summary
A path traversal vulnerability in MantisZip versions 0.4.5 and earlier enables unauthenticated remote attackers to manipulate file paths and potentially access sensitive system files.
Vulnerability
The vulnerability is a path traversal flaw (CWE-22) located in the Path.Combine function within the MainWindow.UI.cs file of the Preview component. This flaw can be triggered remotely by an unauthenticated attacker.
Business impact
Successful exploitation allows an attacker to traverse the file system, potentially leading to unauthorized disclosure of sensitive information or data compromise. While the CVSS score of 6.3 indicates a medium severity, the ability for remote execution without authentication poses a significant risk to the confidentiality and integrity of the hosting environment.
Remediation
Immediate Action: As no official patch is currently available, users should restrict access to the affected software or disable the Preview component if it is not business-critical.
Proactive Monitoring: Monitor system and application logs for unusual file access patterns, especially attempts to access directories outside of the intended application scope.
Compensating Controls: Implement Web Application Firewall (WAF) rules designed to detect and block path traversal sequences, such as dot-dot-slash patterns, in incoming HTTP requests.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the linked issue report on Gitee.
Analyst recommendation
Given that the vendor has not yet released a patch, organizations utilizing MantisZip should treat this vulnerability with high priority. We recommend isolating affected instances from external networks and implementing strict input validation or WAF filtering to prevent exploitation until an official update is provided by the project maintainers.
History
- Analyst report written
Sources
Originally found and disclosed by 0n1on (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-409081 | MantisZip Preview MainWindow.UI.cs Path.Combine path traversal Vulnerability database entry
- VDB-409081 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-96884 | CVE Analysis and Report Third-party advisory
- Submit #906093 | 螳螂卜禅 MantisZip 0.4.5 Path Traversal Third-party advisory
- Exploit / PoC