Sceawere

Vulnerability Detail

CVE-2026-89262UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

MoguBlog Comment Deletion Authorization Bypass

Vulnerability Metadata

Severity
High
Score / CVSS
7.5
Creation Date
2h ago
Vendor
moxi624
Product
MoguBlog
Attack Type
Authorization Bypass Through User-Controlled Key
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Complexity
LOW

Narrative and Response

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.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "7.5",
  "pubDate": "2026-09-11T16:17:50.907Z",
  "pubdate": "2026-09-11T16:17:50.907Z",
  "executiveSummary": "MoguBlog through version 6.2 is susceptible to an authorization bypass vulnerability located within its comment management functionality.\nThe vulnerability is classified as an Insecure Direct Object Reference (IDOR) or improper authorization, arising from flawed logic in the ownership validation process during comment deletion.\nAn unauthenticated or authenticated attacker can leverage this flaw to delete any arbitrary comment and its associated replies across the platform.\nThe impact is significant, as it facilitates unauthorized content removal, potentially leading to mass censorship or data integrity destruction within the application.\nExploitation is highly accessible, as the necessary identifiers—specifically comment UIDs and author UIDs—can be harvested via unauthenticated API endpoints that list blog comments.\nNo elevated administrative privileges are required to perform this action; the application fails to verify the relationship between the session user and the resource being deleted, relying instead on user-supplied data in the request body.",
  "technicalDetails": "The vulnerability resides in the backend logic of the comment deletion endpoint. In typical secure implementations, an application should determine resource ownership by comparing the authenticated principal's session identifier against the owner ID stored in the database for the specific record.\nIn MoguBlog, the application performs an improper authorization check by trusting parameters provided directly within the request body. Instead of validating the session-derived identity, the system accepts user-provided UID fields (e.g., 'commentUid' and 'authorUid') as the authoritative source for verifying permission to delete a specific comment resource.\nThe exploitation flow begins with the attacker querying public, unauthenticated listing endpoints provided by MoguBlog. These endpoints return metadata for existing comments, including the required 'commentUid' and the associated 'authorUid'.\nOnce the attacker possesses these identifiers, they construct a malicious HTTP request directed at the comment deletion endpoint. By injecting the target 'commentUid' and the corresponding 'authorUid' into the request body, the attacker forces the application to evaluate the authorization check against the provided, attacker-controlled values rather than the actual user's session state.\nBecause the server-side code effectively performs a comparison between the attacker-supplied 'authorUid' and the 'authorUid' associated with the comment record, the check consistently returns true as long as the attacker provides the correct matching parameters retrieved during the enumeration phase.\nThis logic flaw allows the application to execute the deletion function, resulting in the permanent removal of the specified comment and all nested replies from the database. The vulnerability affects all versions of MoguBlog up to and including 6.2.\nThe exposure is network-wide, as the API endpoints are typically exposed to the public internet, and the requirement for a valid authenticated session is bypassed by the application's failure to enforce session-based ownership validation at the controller level."
}
CVE-2026-89262: MoguBlog Comment Deletion Authorization Bypass (HIGH Severity, CVSS: 7.5) | Sceawere