CVE-2025-13816
BaseFortify
Publication date: 2025-12-01
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 |
|---|---|---|
| mogublog_project | mogublog | to 5.2 (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 exists in the moxi159753 Mogu Blog v2 up to version 5.2, specifically in the FileOperation.unzip function of the ZIP File Handler component. It involves manipulation of the fileUrl argument, which leads to a path traversal vulnerability. This means an attacker can potentially access files and directories outside the intended directory by exploiting this flaw remotely.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to perform path traversal attacks remotely, potentially accessing or modifying files outside the intended directory. This can lead to unauthorized access to sensitive data, modification of files, or disruption of service, depending on what files are accessed or altered.