SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-45118

CRITICAL · CVSS 9.3 EPSS 0.38% 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 is vulnerable due to improper validation of redirect URLs in the Contact module, leading to open redirects and potential reflected JavaScript code injection. This flaw allows attackers to execute malicious scripts when users click on compromised links, posing a significant risk to user security and data integrity. Organizations using affected versions of MyBB should prioritize upgrading to version 1.8.40 or later to mitigate this critical vulnerability.

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-45118
Severity
CRITICAL
CVSS
9.3
EPSS
0.38%
Java

Original NVD Description

MyBB is free and open source forum software. Prior to 1.8.40, the Contact module does not validate a redirect URL or protocol correctly, resulting in an open redirect and reflected JavaScript code injection. contact.php accepts the redirect target from the from HTTP parameter in $mybb->input['from'] or the Referer HTTP header in $_SERVER['HTTP_REFERER'] and passes it to redirect() without sufficient verification. A javascript: URI becomes the target of the `Click here if you don't want to wait any longer` link because $force_redirect is true, allowing script execution when a victim selects the link. This issue is fixed in version 1.8.40.