Description
MyBB is free and open source forum software. Prior to 1.8.40, the Admin CP Security Questions module does not validate the anti-CSRF token correctly, allowing same-site attackers to enable or disable registration challenge questions with a specially crafted URL. The controller processes GET requests for the disable and enable actions to modify mybb_questions.active without verifying the my_post_key token attached by the user interface. The uniquely identifying implementation details include admin/modules/config/questions.php. This issue is fixed in version 1.8.40.
Published: 2026-08-18
Score: 3.5 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Admin CP Security Questions module of MyBB, where GET requests used to enable or disable the registration challenge questions do not properly validate the anti‑CSRF token. A same‑site attacker who can send a crafted URL while logged in as an administrator can therefore toggle the availability of these security questions without the user’s consent, weakening the protection of the registration process. This flaw is a classic example of improper CSRF protection (CWE‑352).

Affected Systems

MyBB forum software, any release older than 1.8.40. The issue is located in the admin module at admin/modules/config/questions.php and impacts all installations that have not applied the 1.8.40 upgrade. The CNA product catalog lists mybb:mybb as the affected vendor and product.

Risk and Exploitability

With a CVSS score of 3.5 the vulnerability is considered low severity. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating limited current exploitation activity. The attack vector is inferred to be same‑site: an attacker must be able to invoke the URL while an authenticated admin session is active. No remote or privileged escalation beyond the ability to manipulate the registration questions setting is required.

Generated by OpenCVE AI on August 18, 2026 at 17:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MyBB to version 1.8.40 or later, which contains the CSRF validation fix for enable/disable actions.
  • If an immediate upgrade is not possible, restrict access to the Admin CP with trusted IP addresses or enable two‑factor authentication to reduce the attack surface of legitimate admin accounts.
  • As a temporary measure, block or disable the enable/disable URLs through the web server configuration or by disabling the registration questions feature entirely until the upgrade can be applied.

Generated by OpenCVE AI on August 18, 2026 at 17:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Mybb
Mybb mybb
Vendors & Products Mybb
Mybb mybb

Tue, 18 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description MyBB is free and open source forum software. Prior to 1.8.40, the Admin CP Security Questions module does not validate the anti-CSRF token correctly, allowing same-site attackers to enable or disable registration challenge questions with a specially crafted URL. The controller processes GET requests for the disable and enable actions to modify mybb_questions.active without verifying the my_post_key token attached by the user interface. The uniquely identifying implementation details include admin/modules/config/questions.php. This issue is fixed in version 1.8.40.
Title MyBB: ACP Questions state CSRF
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T18:02:06.736Z

Reserved: 2026-05-08T20:08:17.208Z

Link: CVE-2026-45126

cve-icon Vulnrichment

Updated: 2026-08-18T18:02:02.920Z

cve-icon NVD

Status : Received

Published: 2026-08-18T16:17:07.803

Modified: 2026-08-18T18:17:36.953

Link: CVE-2026-45126

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T18:00:04Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)