Show filters
138 Total Results
Displaying 1-10 of 138
Sort by:
Attacker Value
Moderate

CVE-2022-24734

Disclosure Date: March 09, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2024-23336

Disclosure Date: May 01, 2024 (last updated May 01, 2024)
MyBB is a free and open source forum software. The default list of disallowed remote hosts does not contain the `127.0.0.0/8` block, which may result in a Server-Side Request Forgery (SSRF) vulnerability. The Configuration File's _Disallowed Remote Addresses_ list (`$config['disallowed_remote_addresses']`) contains the address `127.0.0.1`, but does not include the complete block `127.0.0.0/8`. MyBB 1.8.38 resolves this issue in default installations. Administrators of installed boards should update the existing configuration (`inc/config.php`) to include all addresses blocked by default. Additionally, users are advised to verify that it includes any other IPv4 addresses resolving to the server and other internal resources. Users unable to upgrade may manually add 127.0.0.0/8' to their disallowed address list.
0
Attacker Value
Unknown

CVE-2024-23335

Disclosure Date: May 01, 2024 (last updated May 01, 2024)
MyBB is a free and open source forum software. The backup management module of the Admin CP may accept `.htaccess` as the name of the backup file to be deleted, which may expose the stored backup files over HTTP on Apache servers. MyBB 1.8.38 resolves this issue. Users are advised to upgrade. There are no known workarounds for this vulnerability
0
Attacker Value
Unknown

CVE-2023-45556

Disclosure Date: November 06, 2023 (last updated November 15, 2023)
Cross Site Scripting vulnerability in Mybb Mybb Forums v.1.8.33 allows a local attacker to execute arbitrary code via the theme Name parameter in the theme management component.
Attacker Value
Unknown

CVE-2023-46251

Disclosure Date: November 06, 2023 (last updated February 29, 2024)
MyBB is a free and open source forum software. Custom MyCode (BBCode) for the visual editor (_SCEditor_) doesn't escape input properly when rendering HTML, resulting in a DOM-based XSS vulnerability. This 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. The impact is be mitigated when: 1. the visual editor is disabled globally (_Admin CP → Configuration → Settings → Clickable Smilies and BB Code: [Clickable MyCode Editor](https://github.com/mybb/mybb/blob/mybb_1836/install/resources/settings.xml#L2087-L2094)_ is set to _Off_), or 2. the visual editor is disabled for individual user accounts (_User CP → Your Profile → Edit Options_: _Show the MyCode formatting options on the posting pages_ checkbox…
Attacker Value
Unknown

CVE-2020-22612

Disclosure Date: September 01, 2023 (last updated October 08, 2023)
Installer RCE on settings file write in MyBB before 1.8.22.
Attacker Value
Unknown

CVE-2023-41362

Disclosure Date: August 29, 2023 (last updated October 08, 2023)
MyBB before 1.8.36 allows Code Injection by users with certain high privileges. Templates in Admin CP intentionally use eval, and there was some validation of the input to eval, but type juggling interfered with this when using PCRE within PHP.
Attacker Value
Unknown

CVE-2023-28467

Disclosure Date: May 22, 2023 (last updated October 08, 2023)
In MyBB before 1.8.34, there is XSS in the User CP module via the user email field.
Attacker Value
Unknown

CVE-2022-28354

Disclosure Date: April 24, 2023 (last updated October 08, 2023)
In the Active Threads Plugin 1.3.0 for MyBB, the activethreads.php date parameter is vulnerable to XSS when setting a time period.
Attacker Value
Unknown

CVE-2022-45867

Disclosure Date: January 03, 2023 (last updated October 08, 2023)
MyBB before 1.8.33 allows Directory Traversal. The Admin CP Languages module allows remote authenticated users, with high privileges, to achieve local file inclusion and execution.