PatchSiren cyber security CVE debrief
CVE-2026-45117 mybb CVE debrief
A critical vulnerability was found in MyBB forum software versions 1.8.13 to 1.8.39. The installer module does not properly escape user-supplied database configuration values, allowing for PHP code injection and remote code execution when the installer is available. This issue arises from the incomplete addition of characters to the $characters argument in the addcslashes() function, introduced in MyBB 1.8.13, which fails to include the backslash character, thus enabling crafted input to escape the generated PHP string.
- Vendor
- mybb
- Product
- Unknown
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-08
Who should care
System administrators and security teams responsible for MyBB installations should assess exposure and prioritize remediation. This includes reviewing current MyBB versions, verifying configuration files, and ensuring timely updates to prevent exploitation. Security teams should also monitor system logs for suspicious activity and implement compensating controls where necessary.
Why it matters
CVE-2026-45117 is a critical vulnerability in MyBB forum software that allows for remote code execution. System administrators and security teams should assess exposure and prioritize remediation.
- Remote code execution is possible when the installer is available
- PHP code injection can lead to arbitrary code execution
- System compromise may occur if the vulnerability is exploited
- Verification of MyBB version and configuration is necessary
Technical summary
The MyBB forum software installer module does not properly escape user-supplied database configuration values, allowing for PHP code injection and remote code execution when the installer is available. This issue was introduced in MyBB 1.8.13 and fixed in version 1.8.40. The vulnerability arises from the addcslashes() function's incomplete sanitization due to the missing backslash character in the $characters argument added in MyBB 1.8.13, enabling crafted input to escape and execute PHP code arbitrarily. System administrators should assess exposure and prioritize remediation.
Defensive priority
High
Recommended defensive actions
- Immediately upgrade to MyBB version 1.8.40 or later
- Review and verify the configuration files for any potential PHP code injection
- Monitor the system for suspicious activity
- Restrict access to the installer module
- Perform a thorough review of system logs to detect any signs of exploitation
- Ensure that all MyBB installations are tracked and updated regularly
- Verify the integrity of configuration files to prevent unauthorized modifications
Evidence notes
The vulnerability exists in the installer module of MyBB versions 1.8.13 to 1.8.39. The issue is fixed in version 1.8.40. The CVE record and NVD entry provide details on the vulnerability. Evidence is based on the official CVE Program record and NIST NVD detail page, which confirm the vulnerability's existence and provide source-specific vulnerability assessments.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45117 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45117
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45117 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45117
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/mybb/mybb/commit/0fe713e3b964bfc878ea65bdd9f746f585f6ebbf
-
Source reference
Unverified legacy reference
URL: https://github.com/mybb/mybb/releases/tag/mybb_1840
-
Source reference
Unverified legacy reference
URL: https://github.com/mybb/mybb/security/advisories/GHSA-gpc4-77rp-3xqr
-
Source reference
Unverified legacy reference
URL: https://mybb.com/versions/1.8.40
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.