Skip to main content

Mogublog

12 CVEs product

Monthly

CVE-2026-89262 Sep 11, 15:25 HIGH POC This Week

Unauthenticated arbitrary comment deletion in MoguBlog through 6.2 allows remote attackers to permanently remove any comment or reply thread on the platform without credentials. The comment delete endpoint (CommentRestApi.java) validates ownership by comparing attacker-supplied authorUid/ownerUid values from the HTTP request body against stored records - a CWE-639 IDOR - instead of checking against the server-side authenticated session principal. Because public unauthenticated listing endpoints expose the comment and author UIDs needed to construct a valid forged request, an attacker can fully enumerate targets and destroy comments at will. A public Python PoC is available via VulnCheck.

Mogublog
NVD GitHub
CVSS 4.0
8.7
EPSS
0.3%
CVE-2026-89260 Sep 11, 15:25 HIGH POC This Week

Unauthenticated XML external entity injection in MoguBlog through version 6.2 allows remote attackers to read arbitrary files from the server filesystem and trigger outbound SSRF requests via the public WeChat callback endpoint. The WechatRestApi.index() method passes raw POST body XML directly to SignUtil.xmlToMap(), which instantiates a dom4j SAXReader without any DTD or external-entity restrictions, enabling full XXE exploitation with entity resolution reflected in error responses. A publicly available Python proof-of-concept exploit exists; no vendor-released patch has been confirmed at time of analysis.

XXE Mogublog
NVD GitHub
CVSS 4.0
8.7
EPSS
0.4%
CVE-2026-89265 Sep 11, 15:25 MEDIUM POC This Month

Missing authorization on a MoguBlog admin-backend endpoint allows authenticated back-office users to retrieve image-category records beyond their assigned role permissions. The POST /pictureSort/getPictureSortByUid handler in versions through 6.2 omits the @AuthorityVerify annotation that enforces role-based access control, making it a classic Broken Function Level Authorization (BFLA) flaw. Impact is limited to confidentiality of image-category metadata (names, cover UIDs, sort order, timestamps); a publicly available Python POC confirms exploitability.

Mogublog
NVD GitHub
CVSS 4.0
5.3
EPSS
0.2%
CVE-2026-89264 Sep 11, 15:25 MEDIUM POC This Month

Comment author spoofing in MoguBlog through version 6.2 allows any authenticated user to post comments attributed to arbitrary accounts - including administrators - by supplying an attacker-controlled userUid value in the POST /web/comment/add request body. The server performs no server-side validation that the submitted userUid matches the authenticated session identity, making this a classic IDOR (Insecure Direct Object Reference) flaw under CWE-639. A public proof-of-concept exploit script is available via VulnCheck and GitHub, lowering the bar for abuse; no patched release has been confirmed in the referenced advisories.

Mogublog
NVD GitHub
CVSS 4.0
5.3
EPSS
0.2%
CVE-2026-89263 Sep 11, 15:25 MEDIUM POC This Month

Unauthenticated integrity manipulation in MoguBlog through 6.2 allows any remote caller to silently disable email reply notifications for arbitrary users by invoking the unprotected /web/comment/closeEmailNotification REST endpoint. The root cause is a missing authentication gate in WebSecurityConfig.java, which permits the endpoint to be reached without a session or credentials, directly writing a suppression flag into the Redis-backed user cache. A publicly available proof-of-concept exploit script exists, lowering the bar for mass or targeted abuse; no patch version has been identified at time of analysis.

Authentication Bypass Redis Mogublog
NVD GitHub
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-89261 Sep 11, 15:25 MEDIUM POC This Month

Unauthenticated access to Elasticsearch index management endpoints in MoguBlog's mogu_search microservice (through version 6.2) allows any remote attacker to wipe, restructure, or poison the platform's blog search index. The ElasticSearchRestApi controller exposes POST operations - index initialization, bulk delete, single-document delete, and arbitrary entry injection - without any authentication gate in WebSecurityConfig. Four distinct proof-of-concept Python scripts are publicly available on GitHub, scripting each attack path and significantly lowering the exploitation barrier.

Authentication Bypass Elastic Mogublog
NVD GitHub
CVSS 4.0
6.9
EPSS
0.5%
CVE-2025-13816 Dec 01, 09:16 LOW POC Monitor

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%).

Path Traversal Mogublog Mogublog Project
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.1%
CVE-2025-13815 Dec 01, 09:16 LOW POC Monitor

Unrestricted file upload in Mogu Blog v2 up to version 5.2 allows remote attackers with low privileges to upload arbitrary files via the /file/pictures endpoint by manipulating the filedatas argument. A public proof-of-concept exploit is available, but no active exploitation has been confirmed by CISA KEV. The EPSS exploitation probability is 0.05%, indicating low likelihood of widespread exploitation.

Authentication Bypass File Upload Mogublog Mogublog Project
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.1%
CVE-2025-13814 Dec 01, 08:15 MEDIUM POC This Month

Server-side request forgery in Mogu Blog v2 up to version 5.2 allows remote, unauthenticated attackers to force the server to issue arbitrary HTTP requests via the uploadPictureByUrl function in the /file/uploadPicsByUrl endpoint. Publicly available exploit code

SSRF Mogublog Mogublog Project
NVD GitHub VulDB
CVSS 4.0
5.5
EPSS
0.1%
CVE-2025-13813 Dec 01, 07:16 LOW POC Monitor

Missing authorization in the Storage Management Endpoint of Mogu Blog v2 (up to version 5.2) enables unauthenticated remote attackers to access or manipulate files in the /storage/ directory. The attack complexity is high and a publicly available exploit exists, though no active exploitation is confirmed and EPSS indicates very low likelihood of exploitation.

Authentication Bypass Mogublog Mogublog Project
NVD GitHub VulDB
CVSS 4.0
2.9
EPSS
0.1%
CVE-2023-2101 Apr 15, 13:15 MEDIUM POC This Month

A vulnerability, which was classified as problematic, has been found in moxi624 Mogu Blog v2 up to 5.2. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Mogublog Mogublog Project
NVD GitHub VulDB
CVSS 3.1
6.5
EPSS
0.8%
CVE-2022-30517 Jul 12, 23:15 MEDIUM POC This Month

Mogu blog 5.2 is vulnerable to Cross Site Scripting (XSS). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Mogublog Mogublog Project
NVD GitHub
CVSS 3.1
6.1
EPSS
0.6%
EPSS 0% CVSS 8.7
HIGH POC This Week

Unauthenticated arbitrary comment deletion in MoguBlog through 6.2 allows remote attackers to permanently remove any comment or reply thread on the platform without credentials. The comment delete endpoint (CommentRestApi.java) validates ownership by comparing attacker-supplied authorUid/ownerUid values from the HTTP request body against stored records - a CWE-639 IDOR - instead of checking against the server-side authenticated session principal. Because public unauthenticated listing endpoints expose the comment and author UIDs needed to construct a valid forged request, an attacker can fully enumerate targets and destroy comments at will. A public Python PoC is available via VulnCheck.

Mogublog
NVD GitHub
EPSS 0% CVSS 8.7
HIGH POC This Week

Unauthenticated XML external entity injection in MoguBlog through version 6.2 allows remote attackers to read arbitrary files from the server filesystem and trigger outbound SSRF requests via the public WeChat callback endpoint. The WechatRestApi.index() method passes raw POST body XML directly to SignUtil.xmlToMap(), which instantiates a dom4j SAXReader without any DTD or external-entity restrictions, enabling full XXE exploitation with entity resolution reflected in error responses. A publicly available Python proof-of-concept exploit exists; no vendor-released patch has been confirmed at time of analysis.

XXE Mogublog
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM POC This Month

Missing authorization on a MoguBlog admin-backend endpoint allows authenticated back-office users to retrieve image-category records beyond their assigned role permissions. The POST /pictureSort/getPictureSortByUid handler in versions through 6.2 omits the @AuthorityVerify annotation that enforces role-based access control, making it a classic Broken Function Level Authorization (BFLA) flaw. Impact is limited to confidentiality of image-category metadata (names, cover UIDs, sort order, timestamps); a publicly available Python POC confirms exploitability.

Mogublog
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM POC This Month

Comment author spoofing in MoguBlog through version 6.2 allows any authenticated user to post comments attributed to arbitrary accounts - including administrators - by supplying an attacker-controlled userUid value in the POST /web/comment/add request body. The server performs no server-side validation that the submitted userUid matches the authenticated session identity, making this a classic IDOR (Insecure Direct Object Reference) flaw under CWE-639. A public proof-of-concept exploit script is available via VulnCheck and GitHub, lowering the bar for abuse; no patched release has been confirmed in the referenced advisories.

Mogublog
NVD GitHub
EPSS 0% CVSS 6.9
MEDIUM POC This Month

Unauthenticated integrity manipulation in MoguBlog through 6.2 allows any remote caller to silently disable email reply notifications for arbitrary users by invoking the unprotected /web/comment/closeEmailNotification REST endpoint. The root cause is a missing authentication gate in WebSecurityConfig.java, which permits the endpoint to be reached without a session or credentials, directly writing a suppression flag into the Redis-backed user cache. A publicly available proof-of-concept exploit script exists, lowering the bar for mass or targeted abuse; no patch version has been identified at time of analysis.

Authentication Bypass Redis Mogublog
NVD GitHub
EPSS 0% CVSS 6.9
MEDIUM POC This Month

Unauthenticated access to Elasticsearch index management endpoints in MoguBlog's mogu_search microservice (through version 6.2) allows any remote attacker to wipe, restructure, or poison the platform's blog search index. The ElasticSearchRestApi controller exposes POST operations - index initialization, bulk delete, single-document delete, and arbitrary entry injection - without any authentication gate in WebSecurityConfig. Four distinct proof-of-concept Python scripts are publicly available on GitHub, scripting each attack path and significantly lowering the exploitation barrier.

Authentication Bypass Elastic Mogublog
NVD GitHub
EPSS 0% CVSS 2.1
LOW POC Monitor

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%).

Path Traversal Mogublog Mogublog Project
NVD GitHub VulDB
EPSS 0% CVSS 2.1
LOW POC Monitor

Unrestricted file upload in Mogu Blog v2 up to version 5.2 allows remote attackers with low privileges to upload arbitrary files via the /file/pictures endpoint by manipulating the filedatas argument. A public proof-of-concept exploit is available, but no active exploitation has been confirmed by CISA KEV. The EPSS exploitation probability is 0.05%, indicating low likelihood of widespread exploitation.

Authentication Bypass File Upload Mogublog +1
NVD GitHub VulDB
EPSS 0% CVSS 5.5
MEDIUM POC This Month

Server-side request forgery in Mogu Blog v2 up to version 5.2 allows remote, unauthenticated attackers to force the server to issue arbitrary HTTP requests via the uploadPictureByUrl function in the /file/uploadPicsByUrl endpoint. Publicly available exploit code

SSRF Mogublog Mogublog Project
NVD GitHub VulDB
EPSS 0% CVSS 2.9
LOW POC Monitor

Missing authorization in the Storage Management Endpoint of Mogu Blog v2 (up to version 5.2) enables unauthenticated remote attackers to access or manipulate files in the /storage/ directory. The attack complexity is high and a publicly available exploit exists, though no active exploitation is confirmed and EPSS indicates very low likelihood of exploitation.

Authentication Bypass Mogublog Mogublog Project
NVD GitHub VulDB
EPSS 1% CVSS 6.5
MEDIUM POC This Month

A vulnerability, which was classified as problematic, has been found in moxi624 Mogu Blog v2 up to 5.2. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Mogublog Mogublog Project
NVD GitHub VulDB
EPSS 1% CVSS 6.1
MEDIUM POC This Month

Mogu blog 5.2 is vulnerable to Cross Site Scripting (XSS). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Mogublog Mogublog Project
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy