Description
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 identifier to suppress reply notifications without authorization.
Published: 2026-09-11
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized Modification of Email Notifications
Action: Apply Patch
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to disable email notifications for any user by accessing the /web/comment/closeEmailNotification endpoint. This flaw enables the attacker to manipulate the startEmailNotification flag stored in the Redis cache, thereby suppressing reply notifications without proper authorization. The weakness is categorized as CWE-306, indicating missing authentication control.

Affected Systems

The affected product is MoguBlog up to version 6.2, as provided by the CNA vendor moxi624. Any deployment of MoguBlog 6.2 or earlier that has not applied a later update is susceptible.

Risk and Exploitability

The CVSS score of 6.9 reflects a moderate level of severity; the EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw remotely by sending ordinary HTTP requests without valid credentials, enabling them to modify Redis entries for arbitrary users. Such exploitation does not require elevated privileges or additional discovery, making the attack path straightforward for any remote adversary with network access to the application.

Generated by OpenCVE AI on September 11, 2026 at 16:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MoguBlog to a version that enforces authentication on the /web/comment/closeEmailNotification endpoint (v6.3 or later).
  • If an upgrade is not immediately possible, restrict access to the endpoint by configuring a reverse proxy or firewall to allow only authenticated traffic or to block the endpoint entirely for unauthenticated users.
  • Review the Redis configuration and apply proper access controls to ensure that only verified application processes can modify the startEmailNotification flag.

Generated by OpenCVE AI on September 11, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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 identifier to suppress reply notifications without authorization.
Title MoguBlog through 6.2 Missing Authentication on the Comment Email-Notification Endpoint
First Time appeared Mogublog Project
Mogublog Project mogublog
Weaknesses CWE-306
CPEs cpe:2.3:a:mogublog_project:mogublog:*:*:*:*:*:*:*:*
Vendors & Products Mogublog Project
Mogublog Project mogublog
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Mogublog Project Mogublog
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-11T15:25:17.890Z

Reserved: 2026-09-11T10:52:56.668Z

Link: CVE-2026-89263

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-11T16:17:51.053

Modified: 2026-09-11T17:35:21.440

Link: CVE-2026-89263

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T16:45:14Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function