CVE-2026-89260 PUBLISHED

MoguBlog through 6.2 XML External Entity Injection in the Unauthenticated WeChat Callback Endpoint

Assigner: VulnCheck
Reserved: 11.09.2026 Published: 11.09.2026 Updated: 11.09.2026

MoguBlog through 6.2 contains an XML external entity injection vulnerability in the WeChat callback handler at POST /wechat/wechatCheck. The WechatRestApi.index() method passes the raw request body to SignUtil.xmlToMap(), which uses an unhardened dom4j SAXReader without DTD or external-entity restrictions. Unauthenticated remote attackers can submit DOCTYPE declarations with external parameter entities to read arbitrary local files or trigger outbound HTTP requests, with resolved entities reflected in error responses.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor moxi624
Product MoguBlog
Versions Default: unaffected
  • affected from 0 to 6.2 (incl.)

Credits

  • Mingsheng Lin reporter

References

Problem Types

  • Improper Restriction of XML External Entity Reference CWE