Description
MyBB is free and open source forum software. Prior to 1.8.40, the ACP Mass Mail module does not validate certain requests correctly, allowing same-site attackers to create draft entries from archived entries by embedding a specially crafted URL. The Resend route in Admin CP, Users & Groups, Mass Mail, Mass Mailing Archive duplicates archived mailing entries into new drafts with mybb_massemails.status set to 0 on GET requests without request forgery protection. The uniquely identifying implementation details include Users & Groups → Mass Mail → Mass Mailing Archive, mybb_massemails.status = 0, and admin/modules/user/mass_mail.php. This issue is fixed in version 1.8.40.
Published: 2026-08-18
Score: 3.5 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a CSRF flaw in the ACP Mass Mail module prior to version 1.8.40. A crafted URL can trigger the Resend route in the Admin Control Panel to duplicate archived mailing entries into new draft records with a status of 0, without any request forgery protection. This means an attacker who can get an administrator to open the link can create unwanted mass mail drafts that could later be used to send spam or phishing emails. The flaw does not grant code execution or full system compromise, but it does allow the attacker to alter data and potentially influence user communications. The weakness is classified as CWE-352, Regular Cross‑Site Request Forgery.

Affected Systems

It affects MyBB forum software versions earlier than 1.8.40, specifically the ACP Mass Mail module accessed via Users & Groups → Mass Mail → Mass Mailing Archive under the admin/modules/user/mass_mail.php path.

Risk and Exploitability

With a CVSS score of 3.5 the flaw is considered low severity, and no EPSS score is available, indicating exploit frequency is uncertain. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, suggesting that no widely observed exploits exist as of the data available. The attack vector is inferred to be same‑site, relying on an administrator being tricked into clicking a malicious link. Because the flaw allows only the creation of drafts and does not directly lead to data exfiltration or remote code execution, the overall risk is modest but still relevant for organizations that send mass mailings. Applying the 1.8.40 fix removes the request forgery check and nullifies the attack.

Generated by OpenCVE AI on August 18, 2026 at 16:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MyBB to version 1.8.40 or later where the CSRF protection has been restored.
  • If an upgrade is not immediately feasible, restrict access to the Admin Control Panel and specifically the Mass Mail module to trusted administrator IP addresses or disable the feature until the patch can be applied.
  • Enforce that any state‑changing action in the Mass Mail module requires a POST request containing a valid CSRF token, preventing the exploitation of GET requests.

Generated by OpenCVE AI on August 18, 2026 at 16:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description MyBB is free and open source forum software. Prior to 1.8.40, the ACP Mass Mail module does not validate certain requests correctly, allowing same-site attackers to create draft entries from archived entries by embedding a specially crafted URL. The Resend route in Admin CP, Users & Groups, Mass Mail, Mass Mailing Archive duplicates archived mailing entries into new drafts with mybb_massemails.status set to 0 on GET requests without request forgery protection. The uniquely identifying implementation details include Users & Groups → Mass Mail → Mass Mailing Archive, mybb_massemails.status = 0, and admin/modules/user/mass_mail.php. This issue is fixed in version 1.8.40.
Title MyBB: ACP Mass Mail draft resend CSRF
Weaknesses CWE-352
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T15:38:41.434Z

Reserved: 2026-05-08T20:08:17.208Z

Link: CVE-2026-45127

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T16:17:07.947

Modified: 2026-08-18T16:17:07.947

Link: CVE-2026-45127

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T16:30:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)