SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-45122

MEDIUM · CVSS 4.3 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The MyBB forum software's calendar module prior to version 1.8.40 is vulnerable due to insufficient validation of moderation permissions when moving events between calendars. This flaw allows users with moderation rights on a source calendar to move events to a destination calendar where they only have viewing permissions, potentially leading to unauthorized access to sensitive event information. Organizations using MyBB should prioritize upgrading to version 1.8.40 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-45122
Severity
MEDIUM
CVSS
4.3
EPSS
0.25%

Original NVD Description

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not validate moderation permissions for the destination calendar when moving events. A user with moderation permission for the source calendar can move an event to a calendar where the user has only viewing permission because the do_move action in calendar.php does not check canmoderateevents for the target calendar. The uniquely identifying implementation details include calendar event move, source calendar moderation permission, and destination calendar viewing permission. This issue is fixed in version 1.8.40.