CVE-2026-45127 PUBLISHED

MyBB: ACP Mass Mail draft resend CSRF

Assigner: GitHub_M
Reserved: 08.05.2026 Published: 18.08.2026 Updated: 18.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 3.5

Product Status

Vendor mybb
Product mybb
Versions
  • Version < 1.8.40 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE