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.
Published: 2026-09-11
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Arbitrary Comment Deletion
Action: Immediate Patch
AI Analysis

Impact

MoguBlog versions prior to 6.2 allow an attacker to delete any comment or reply by crafting a request that provides the comment UID and author UID in the request body. The server checks ownership against these supplied fields rather than the authenticated user identity, resulting in an authorization bypass that can remove content from the blog. This flaw permits direct data modification, compromising the integrity of user-generated content.

Affected Systems

The vulnerability affects the MoguBlog project, specifically integrations using versions 6.2 or earlier. The affected endpoints include the comment deletion REST API that accepts comment ID and author ID in the request payload. No other MoguBlog subsystems are directly noted as impacted.

Risk and Exploitability

With a CVSS score of 8.7, this flaw is considered high severity. The EPSS score is not available, and it is not listed in CISA’s KEV catalog, indicating current public exploitation data is lacking. However, the exploit path is straightforward: an attacker can obtain comment identifiers from public listing endpoints without authentication and then send a deletion request that passes the flawed ownership check. The likely attack vector is a targeted HTTP request to the deletion endpoint, and the impact is local to the affected blog instance, potentially erasing community discussions.

Generated by OpenCVE AI on September 11, 2026 at 16:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MoguBlog release that patches the authorization check for comment deletion (currently version 6.3 or later).
  • Modify the deletion endpoint to compare the authenticated user ID with the comment owner’s ID before performing the delete operation, ensuring ownership is verified against the session principal rather than the request body.
  • Limit or protect any public APIs that expose comment identifiers; require authentication for comment listings or remove public enumeration of comment data to reduce the surface area for ID harvesting.

Generated by OpenCVE AI on September 11, 2026 at 16:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
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.
Title MoguBlog through 6.2 Arbitrary Comment Deletion via Request-Body Ownership Check
First Time appeared Mogublog Project
Mogublog Project mogublog
Weaknesses CWE-639
CPEs cpe:2.3:a:mogublog_project:mogublog:*:*:*:*:*:*:*:*
Vendors & Products Mogublog Project
Mogublog Project mogublog
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 8.7, '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'}


Subscriptions

Mogublog Project Mogublog
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-11T15:25:17.192Z

Reserved: 2026-09-11T10:52:56.668Z

Link: CVE-2026-89262

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-11T16:17:50.907

Modified: 2026-09-11T17:35:21.440

Link: CVE-2026-89262

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T16:45:14Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key