ZeroHour

CVE-2026-89262

niche

Unauthenticated Authorization Bypass Enables Arbitrary Comment Deletion in MoguBlog

CVSS 4.0
8.7 high
EPSS
Published
()
Modified
AI analysis

MoguBlog through version 6.2 contains an authorization bypass (CWE-639) in its comment deletion endpoint, which performs ownership checks using comment UIDs and author UIDs supplied in the request body rather than validating against the authenticated principal. Because those identifiers are freely obtainable from unauthenticated comment-listing endpoints, any unauthenticated network attacker can harvest valid UIDs and delete arbitrary comments and their replies. The impact is integrity loss of blog comment data (no confidentiality or availability impact), which explains the high-severity CVSS 4.0 score of 8.7. All deployments of MoguBlog up to and including version 6.2 are affected. No public proof-of-concept, in-the-wild exploitation, or KEV listing is currently known.

What to do: Check whether your MoguBlog deployment is version 6.2 or earlier and apply the vendor patch or upgrade as soon as a fixed release is published. Until then, mitigate by restricting network access to the comment write/deletion endpoints (e.g., via WAF rules or reverse-proxy allowlists), since comment and author UIDs needed for the attack are exposed by unauthenticated listing endpoints. Monitor blog comments for unexplained deletions and watch for vendor advisories confirming a fixed version.

Affected
MoguBlogthrough 6.2 (all versions up to and including 6.2)
Estimated exposure
nicheunknown; likely at most a few thousand self-hosted instances — MoguBlog is a small open-source self-hosted blog platform with no published install or usage counts, so exposure cannot be quantified from public data beyond its limited adoption as an individual-blogger platform.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

MoguBlog through 6.2 contains an authorization bypass vulnerability in the comment deletion endpoint that performs ownership checks against request-body fields instead of the authenticated principal. Attackers can delete arbitrary comments and their replies by supplying comment UIDs and author UIDs obtained from unauthenticated listing endpoints.

Weakness
CWE-639
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/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

In the news

No ingested article mentions this CVE yet.