Description
MyBB is free and open source forum software. Prior to 1.8.40, the ACP Users View Manager module does not validate requests correctly, allowing same-site attackers to change a victim administrator's default user list view by embedding a specially crafted URL. The Set as Default control named set_default in Admin CP, Users & Groups, Users, View Manager changes the administrator's default view on GET requests without request forgery protection. The uniquely identifying implementation details include Users & Groups → Users → View Manager, and admin/inc/functions_view_manager.php. This issue is fixed in version 1.8.40.
Published: 2026-08-18
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the ACP Users View Manager module of MyBB, which accepts GET requests to change an administrator’s default user list view without protecting against cross‑site request forgery. An attacker who can force a victim administrator to load a crafted URL could silently alter the perceived default view for that administrator’s sessions, potentially concealing malicious posts or obfuscating user activity. This represents an unauthorized configuration modification that could affect the integrity of administrative views, but it does not provide direct access to data, code execution, or system privileges.

Affected Systems

MyBB forum software, specifically versions prior to 1.8.40. The flaw exists in the Admin CP under Users & Groups → Users → View Manager and the admin/inc/functions_view_manager.php file. The issue was addressed in MyBB release 1.8.40 and later, made available in the 1.8.40 release package and security advisory.

Risk and Exploitability

The CVSS score is 3.5, indicating low overall severity. EPSS is not available and the vulnerability is not listed in CISA’s KEV catalog, implying limited public exploitation data. The attack requires the victim administrator to be online and load a maliciously crafted URL; the attacker must be on the same site or be able to embed the URL within the administrator’s session. Given these constraints and the low CVSS, the risk is considered low to moderate, but the impact on the administrative configuration may still warrant remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MyBB to version 1.8.40 or later, which removes the CSRF protection flaw in the Set as Default control.
  • Restrict access to the admin CP to trusted IP ranges or through a VPN to reduce the attacker’s ability to force the vulnerable GET request.
  • Modify the Set as Default functionality to accept POST requests only or add a CSRF token validation before processing the action.

Generated by OpenCVE AI on August 18, 2026 at 18:40 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
First Time appeared Mybb
Mybb mybb
Vendors & Products Mybb
Mybb mybb
Metrics ssvc

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


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 ACP Users View Manager module does not validate requests correctly, allowing same-site attackers to change a victim administrator's default user list view by embedding a specially crafted URL. The Set as Default control named set_default in Admin CP, Users & Groups, Users, View Manager changes the administrator's default view on GET requests without request forgery protection. The uniquely identifying implementation details include Users & Groups → Users → View Manager, and admin/inc/functions_view_manager.php. This issue is fixed in version 1.8.40.
Title MyBB: ACP Users View Manager default 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-18T17:55:54.781Z

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

Link: CVE-2026-45128

cve-icon Vulnrichment

Updated: 2026-08-18T17:55:49.134Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-45128

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T18:45:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)