SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-47245

MEDIUM · CVSS 4.3 EPSS 0.27% Public Exploit

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

CyberRota Analysis

AI-Generated

The MyBB forum software prior to version 1.8.40 contains a vulnerability in the User CP Buddy/Ignore List component that allows improper handling of reciprocal buddy-list updates. This flaw can lead to unintended modifications of a user's buddy list, potentially impacting user relationships and privacy. Organizations using affected versions of 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-47245
Severity
MEDIUM
CVSS
4.3
EPSS
0.27%

Original NVD Description

MyBB is free and open source forum software. Prior to 1.8.40, the User CP Buddy/Ignore List component does not validate reciprocal buddy-list updates correctly. The usercp.php?action=do_editlists delete handler removes the selected entry from the acting user's list and then updates mybb_users.buddylist for the target account. The reciprocal update searches for the deleted target UID instead of the acting user's UID and uses the unchecked array_search() return value as an array key. A false result can be converted to index 0, removing the target account's first stored buddy while leaving the actual reciprocal entry unchanged. The uniquely identifying implementation details include false converted to index 0. This issue is fixed in version 1.8.40.