PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89260 moxi624 CVE debrief

CVE-2026-89260 is an XML external entity injection vulnerability in MoguBlog through version 6.2, located in the WeChat callback handler at POST /wechat/wechatCheck. The vulnerability allows unauthenticated remote attackers to read arbitrary local files or trigger outbound HTTP requests by submitting DOCTYPE declarations with external parameter entities. Resolved entities are reflected in error responses.

Vendor
moxi624
Product
MoguBlog
CVSS
HIGH 8.7
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, especially those exposed to the internet or untrusted networks, should assess their exposure and prioritize patching or mitigation efforts.

Why it matters

CVE-2026-89260 is a high-severity vulnerability in MoguBlog that allows unauthenticated remote attackers to read arbitrary local files or trigger outbound HTTP requests. Defenders should prioritize verifying exposure and applying patches or mitigations to prevent exploitation.

  • Potential unauthorized access to local files or sensitive data.
  • Possible disruption of service through outbound HTTP requests.
  • Need for verification of MoguBlog deployments and WeChat callback endpoints.
  • Potential for attackers to gather information about the system through error responses.

Technical summary

The vulnerability is caused by the WechatRestApi.index() method passing the raw request body to SignUtil.xmlToMap(), which uses an unhardened dom4j SAXReader without DTD or external-entity restrictions. This allows unauthenticated remote attackers to submit DOCTYPE declarations with external parameter entities to read arbitrary local files or trigger outbound HTTP requests. Defenders should prioritize verifying exposure of WeChat callback endpoints in MoguBlog deployments, especially those exposed to the internet or untrusted networks, and apply patches or mitigations as available.

Defensive priority

Defenders should prioritize verifying exposure of WeChat callback endpoints in MoguBlog deployments, especially those exposed to the internet or untrusted networks, and apply patches or mitigations as available.

Recommended defensive actions

  • Verify MoguBlog deployments for exposure of WeChat callback endpoints, especially those exposed to the internet or untrusted networks.
  • Apply patches or mitigations as available to prevent exploitation.
  • Monitor for suspicious traffic or error responses that may indicate exploitation attempts.
  • Consider implementing additional security controls, such as input validation and sanitization, to prevent similar vulnerabilities.
  • 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.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 8.7 and HIGH severity. The vulnerability is caused by the WechatRestApi.index() method passing the raw request body to SignUtil.xmlToMap(), which uses an unhardened dom4j SAXReader without DTD or external-entity restrictions.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89260 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89260

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89260 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89260

    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

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/LinYuanyi1/cve-request-poc/blob/master/mogublog-poc/C10_wechat_callback_unsigned.py

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/moxi624/mogu_blog_v2

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/moxi624/mogu_blog_v2/blob/025d78c7ac7e19b1abf796fa3cc158d855723d15/mogu_utils/src/main/java/com/moxi/mogublog/utils/wechat/SignUtil.java

    [email protected]

  • 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/WechatRestApi.java

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/mogublog-through-6.2-xml-external-entity-injection-in-the-unauthenticated-wechat-callback-endpoint

    [email protected]

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.