VYPR

Mogu Blog V2

by Moxi624

Source repositories

CVEs (6)

  • CVE-2026-89262HigSep 11, 2026
    risk 0.49cvss 7.5epss

    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…

  • CVE-2026-89260HigSep 11, 2026
    risk 0.49cvss 7.5epss

    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…

  • CVE-2026-89261MedSep 11, 2026
    risk 0.42cvss 6.5epss

    MoguBlog through 6.2 exposes Elasticsearch index management endpoints in the mogu_search service without authentication, allowing remote attackers to delete, recreate, or alter the blog search index. Attackers can invoke POST endpoints to wipe the entire search index, delete…

  • CVE-2026-89263MedSep 11, 2026
    risk 0.34cvss 5.3epss

    MoguBlog through 6.2 fails to authenticate requests to the /web/comment/closeEmailNotification endpoint, allowing unauthenticated attackers to disable email notifications for arbitrary users. Remote callers can modify the startEmailNotification flag in Redis cache for any user…

  • CVE-2026-89265MedSep 11, 2026
    risk 0.28cvss 4.3epss

    MoguBlog through 6.2 contains an authorization bypass vulnerability in the POST /pictureSort/getPictureSortByUid endpoint, which omits the @AuthorityVerify annotation required to enforce role-based permissions. Authenticated back-office users without image-category permissions…

  • CVE-2026-89264MedSep 11, 2026
    risk 0.28cvss 4.3epss

    MoguBlog through 6.2 fails to validate the comment author identity in the POST /web/comment/add endpoint, allowing authenticated users to post comments attributed to any other user. Attackers can supply arbitrary userUid values in the request body to impersonate other accounts…