CVE-2025-10766
BaseFortify
Publication date: 2025-09-21
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| zkea | zkeacms | to 4.3 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal weakness in SeriaWei ZKEACMS up to version 4.3, specifically in the Download function of the EventViewerController.cs file. By manipulating the argument ID, an attacker can traverse directories and potentially access unauthorized files. The attack can be launched remotely, and an exploit is publicly available.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with some privileges to access files outside the intended directory by exploiting the path traversal flaw. This could lead to unauthorized disclosure of sensitive information. However, the impact is limited to confidentiality as there is no indication of integrity or availability being affected.