CVE-2022-24734: MyBB Admin Control Panel Code Injection Remote Code Execution Vulnerability
MyBB is a free and open source forum software. In affected versions the Admin CP's Settings management module does not validate setting types correctly on insertion and update, making it possible to add settings of supported type php with PHP code, executed on on Change Settings pages. This results in a Remote Code Execution (RCE) vulnerability. The vulnerable module requires Admin CP access with the Can manage settings? permission. MyBB's Settings module, which allows administrators to add, edit, and delete non-default settings, stores setting data in an options code string ($optionscode; mybbsettings.optionscode database column) that identifies the setting type and its options, separated by a new line character (\n). In MyBB 1.2.0, support for setting type php was added, for which the remaining part of the options code is PHP code executed on Change Settings pages (reserved for plugins and internal use). MyBB 1.8.30 resolves this issue. There are no known workarounds.
Other sources
This vulnerability allows remote attackers to execute arbitrary code on affected installations of MyBB. Authentication is required to exploit this vulnerability. The specific flaw exists within the Control Panel. The issue results from the lack of proper validation of a user-supplied string before using it to construct server-side code. An attacker can leverage this vulnerability to execute code in the context of the www-data user.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2022-24734?
CVE-2022-24734 is a vulnerability in MyBB that allows for code injection and remote code execution in the Admin Control Panel's Settings management module.
How does CVE-2022-24734 affect MyBB?
CVE-2022-24734 affects versions of MyBB from 1.2.0 to 1.8.30, allowing attackers to inject and execute PHP code on the Admin CP's Settings pages.
What is the severity of CVE-2022-24734?
The severity of CVE-2022-24734 is high, with a CVSS score of 7.2.
How can I fix CVE-2022-24734?
To fix CVE-2022-24734, it is recommended to update MyBB to a version that has a fix for the vulnerability, such as version 1.8.31 or later.
Where can I find more information about CVE-2022-24734?
You can find more information about CVE-2022-24734 on the following websites: - [Packet Storm Security](http://packetstormsecurity.com/files/167082/MyBB-1.8.29-Remote-Code-Execution.html) - [GitHub - MyBB Commit](https://github.com/mybb/mybb/commit/92012b9831b330714b9f9b4646a98784113489c1)