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.
Published: 2026-09-24
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Path Traversal
Action: Apply Workaround
AI Analysis

Impact

The flaw is located in the Path.Combine call within MainWindow.UI.cs of the Preview component, where improperly validated input can result in a path traversal condition. This allows a remote attacker to construct a preview request that references files outside the intended directory structure; while the CVE description does not specify the exact consequences, a traversal vulnerability could enable reading, modifying, or otherwise interacting with unintended filesystem locations. The attack vector relies on manipulation of the preview path parameter and can be against any MantisZip instance that exposes the preview functionality.

Affected Systems

MantisZip versions 0.4.5 and earlier are affected, including the 0.4.5 release. No later release has been documented as containing a fix, and the project has not yet responded to the vulnerability report. The vulnerability applies to all builds that ship the unpatched Preview component, regardless of deployment scenario, whether on Windows desktop or local servers using MantisZip for archive handling.

Risk and Exploitability

The CVSS score of 5.3 places the vulnerability in the moderate risk range, and the exploit is publicly available, giving attackers a realistic chance to leverage the flaw. No EPSS score is published, and the vulnerability is not listed in the CISA KEV catalog, but the absence of a vendor fix and the remote nature of the attack make it a tangible risk for exposed deployments. Unmitigated, a path traversal flaw can facilitate further attacks by allowing attackers to read sensitive configuration files or to execute arbitrary code via file replacement, depending on the target system's permissions.

Generated by OpenCVE AI on September 24, 2026 at 04:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate all user-supplied preview paths before passing them to Path.Combine, stripping any .. sequences and ensuring the resulting path remains within the designated preview directory.
  • Restrict or disable remote access to the preview functionality until a vendor patch is available.
  • Monitor application logs for attempted traversal activities and immediately block any requesting IPs that repeatedly attempt to exploit the flaw.
  • Check regularly for a vendor‑issued update or advisory and apply it as soon as a fix becomes available.

Generated by OpenCVE AI on September 24, 2026 at 04:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 24 Sep 2026 03:00:00 +0000

Type Values Removed Values Added
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.
Title MantisZip Preview MainWindow.UI.cs Path.Combine path traversal
First Time appeared Mantiszip
Mantiszip mantiszip
Weaknesses CWE-22
CPEs cpe:2.3:a:mantiszip:mantiszip:*:*:*:*:*:*:*:*
Vendors & Products Mantiszip
Mantiszip mantiszip
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Mantiszip Mantiszip
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T12:50:33.241Z

Reserved: 2026-09-23T18:19:15.295Z

Link: CVE-2026-96884

cve-icon Vulnrichment

Updated: 2026-09-24T12:50:29.757Z

cve-icon NVD

Status : Deferred

Published: 2026-09-24T03:16:58.760

Modified: 2026-09-24T14:40:36.103

Link: CVE-2026-96884

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T09:08:54Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')