The registration component does not validate the text-based Security Question CAPTCHA correctly, allowing attackers to bypass the challenge via a specially crafted value.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
The public Registration workflow (member.php?action=do_register) accepts a hidden field question_id — expected to match the question session identifier (mybb_questionsessions.sid) — and validates the challenge answer without a fail-closed fallback for invalid identifiers. If the value is blank, forged, or expired, the request continues without a question-related error.
MyBB 1.8.(...) resolves this issue with the following changes:
.patch: https://github.com/mybb/mybb/commit/.patchGo to mybb.com/security to report possible security concerns or to learn more about security research at MyBB.
The security team can be reached at security@mybb.com.
{
"unresolved_ranges": [
{
"extracted_events": [
{
"fixed": "1.8.40"
}
],
"source": "AFFECTED_FIELD"
}
],
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-636"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46482.json"
}