Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
PR:L required for endpoint; path traversal leads to arbitrary file write (I:H), no confidentiality loss, limited availability impact (A:L).
Primary rating from Vendor (vuldb).
CVSS VectorVendor: vuldb
Lifecycle Timeline
7DescriptionCVE.org
A security vulnerability has been detected in moxi159753 Mogu Blog v2 up to 5.2. The impacted element is the function FileOperation.unzip of the file /networkDisk/unzipFile of the component ZIP File Handler. Such manipulation of the argument fileUrl leads to path traversal. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Authenticated path traversal in Mogu Blog v2 up to 5.2 allows remote attackers to write files to arbitrary directories via the /networkDisk/unzipFile endpoint. The vulnerability exists in the FileOperation.unzip function processing the fileUrl argument without proper sanitization, enabling ZIP slip-style extraction. Exploit code is publicly available, but no active exploitation has been confirmed by CISA KEV; the EPSS probability is low (0.15%).
Technical ContextAI
The flaw resides in the ZIP file handler component of Mogu Blog, a Java-based blogging platform. The endpoint /networkDisk/unzipFile, implemented in the FileOperation.unzip method, accepts a fileUrl parameter that points to a ZIP archive. The extraction process fails to validate file paths inside the archive, allowing an attacker to craft filenames containing directory traversal sequences (e.g., ../../). This is a classic CWE-22 (Path Traversal) weakness commonly seen in archive extraction routines. The affected CPE is cpe:2.3:a:mogublog_project:mogublog:*:*:*:*:*:*:*:*.
RemediationAI
No vendor-released patch is available as the vendor did not respond. Immediate mitigation actions include disabling the /networkDisk/unzipFile endpoint if not required, implementing strict input validation on the fileUrl parameter to reject directory traversal patterns, and ensuring that ZIP extraction is always confined to a secure temporary directory with path canonicalization. As a workaround, restrict access to the unzip functionality to highly trusted roles only. If the endpoint cannot be disabled, deploy a web application firewall rule to block requests containing '..%2F' or '../' in the fileUrl parameter. Monitor excessive file system writes as an indicator of exploitation. The POC is at https://github.com/Xzzz111/exps/blob/main/archives/mogu_blog_v2-zip_slip-1/report.md.
Unauthenticated arbitrary comment deletion in MoguBlog through 6.2 allows remote attackers to permanently remove any com
Unauthenticated XML external entity injection in MoguBlog through version 6.2 allows remote attackers to read arbitrary
Unauthenticated integrity manipulation in MoguBlog through 6.2 allows any remote caller to silently disable email reply
Unauthenticated access to Elasticsearch index management endpoints in MoguBlog's mogu_search microservice (through versi
A vulnerability, which was classified as problematic, has been found in moxi624 Mogu Blog v2 up to 5.2. Rated medium sev
Mogu blog 5.2 is vulnerable to Cross Site Scripting (XSS). Rated medium severity (CVSS 6.1), this vulnerability is remot
Server-side request forgery in Mogu Blog v2 up to version 5.2 allows remote, unauthenticated attackers to force the serv
Missing authorization on a MoguBlog admin-backend endpoint allows authenticated back-office users to retrieve image-cate
Comment author spoofing in MoguBlog through version 6.2 allows any authenticated user to post comments attributed to arb
Missing authorization in the Storage Management Endpoint of Mogu Blog v2 (up to version 5.2) enables unauthenticated rem
Unrestricted file upload in Mogu Blog v2 up to version 5.2 allows remote attackers with low privileges to upload arbitra
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-199973