Tomasz Mlynski

3 exploits Active since Aug 2020
CVE-2022-24734 WRITEUP HIGH WRITEUP
MyBB Admin Control Code Injection RCE
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 ($options_code; mybb_settings.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.
CVSS 7.2
CVE-2020-15139 WRITEUP HIGH WRITEUP
MyBB < 1.8.24 - DOM-based Cross-Site Scripting via Custom MyCode in Visual Editor
In MyBB before version 1.8.24, the custom MyCode (BBCode) for the visual editor doesn't escape input properly when rendering HTML, resulting in a DOM-based XSS vulnerability. The weakness can be exploited by pointing a victim to a page where the visual editor is active (e.g. as a post or Private Message) and operates on a maliciously crafted MyCode message. This may occur on pages where message content is pre-filled using a GET/POST parameter, or on reply pages where a previously saved malicious message is quoted. After upgrading MyBB to 1.8.24, make sure to update the version attribute in the `codebuttons` template for non-default themes to serve the latest version of the patched `jscripts/bbcodes_sceditor.js` file.
CVSS 8.8
CVE-2021-27279 WRITEUP MEDIUM WRITEUP
MyBB < 1.8.25 - Stored Cross-Site Scripting via Nested Email MyCode Tags
MyBB before 1.8.25 allows stored XSS via nested [email] tags with MyCode (aka BBCode).
CVSS 5.4