PatchSiren cyber security CVE debrief
CVE-2026-89264 moxi624 CVE debrief
CVE-2026-89264 is a vulnerability in MoguBlog through version 6.2, where the comment author identity is not validated in the POST /web/comment/add endpoint. This allows authenticated users to post comments attributed to any other user, including administrators, by supplying arbitrary userUid values in the request body. The vulnerability can be exploited by authenticated users to impersonate other users, including administrators, and post comments on behalf of those users. Defenders responsible for MoguBlog deployments should assess exposure and verify the version in use. They should also consider implementing additional security controls to prevent unauthorized comment posting. The
- Vendor
- moxi624
- Product
- MoguBlog
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for MoguBlog deployments should assess exposure and verify the version in use. They should also consider implementing additional security controls to prevent unauthorized comment posting.
Why it matters
CVE-2026-89264 is a vulnerability in MoguBlog that allows authenticated users to post comments attributed to any other user, including administrators. Defenders responsible for MoguBlog deployments should assess exposure and verify the version in use. They should also consider implementing additional security controls to prevent unauthorized comment posting.
- Defenders need to verify the version of MoguBlog in use to determine if it is vulnerable.
- Defenders should check for any unauthorized comments that may have been posted using this vulnerability.
- Defenders may need to implement additional authentication and authorization checks for comment posting to prevent similar vulnerabilities in the future.
- Defenders should prioritize patching or mitigating this vulnerability to prevent potential security incidents.
Technical summary
The vulnerability exists in the POST /web/comment/add endpoint of MoguBlog through version 6.2. The endpoint fails to validate the comment author identity, allowing authenticated users to supply arbitrary userUid values in the request body and impersonate other users, including administrators. This can be done by providing a fake userUid value in the request body, which is then used to attribute the comment to the specified user. The vulnerability can be exploited by authenticated users to impersonate other users, including administrators, and post comments on behalf of those users. The affected product is MoguBlog through version 6.2, and defenders should prioritize verifying the version in use and checking
Defensive priority
Defenders should prioritize verifying the version of MoguBlog in use and checking for any unauthorized comments. They should also consider implementing additional authentication and authorization checks for comment posting.
Recommended defensive actions
- Verify the version of MoguBlog in use and check for any unauthorized comments.
- Implement additional authentication and authorization checks for comment posting.
- Consider restricting access to the comment posting endpoint to trusted users.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The evidence for this vulnerability comes from the CVE Program record and the NVD vulnerability detail page. The CVE Program record provides metadata about the vulnerability, while the NVD page provides a detailed assessment of the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89264 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89264
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89264 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89264
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://gitee.com/moxi159753/mogu_blog_v2/releases
-
Source reference
Unverified legacy reference
URL: https://github.com/LinYuanyi1/cve-request-poc/blob/master/mogublog-poc/C12_comment_add_author_spoof.py
-
Source reference
Unverified legacy reference
URL: https://github.com/moxi624/mogu_blog_v2
-
Source reference
Unverified legacy reference
URL: https://github.com/moxi624/mogu_blog_v2/blob/025d78c7ac7e19b1abf796fa3cc158d855723d15/mogu_web/src/main/java/com/moxi/mogublog/web/restapi/CommentRestApi.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/mogublog-through-6.2-comment-author-spoofing-via-request-body-identity
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.