Description
MyBB is free and open source forum software. Prior to 1.8.40, the Admin CP UTF-8 Conversion module does not validate certain requests correctly, allowing same-site attackers to alter table encoding and deny service with a specially crafted URL. The do=all control flow in admin/modules/tools/system_health.php performs ALTER TABLE operations, column rewrite phases, and fulltext index rebuilds on GET requests for the database table named by the table parameter without request verification. The uniquely identifying implementation details include GET requests without request verification. This issue is fixed in version 1.8.40.
Published: 2026-08-18
Score: 4.6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in MyBB’s Admin CP UTF‑8 Conversion module, where a GET request can trigger raw ALTER TABLE operations, column rewrites, and fulltext index rebuilds on the database table specified by the request. The module fails to validate the request, allowing a same‑site attacker with an authenticated admin session to change table encoding, effectively disabling or corrupting forum functionality. The flaw is classified as a CSRF weakness (CWE‑352) that can lead to data corruption and denial of service without impacting confidentiality.

Affected Systems

All installations of MyBB prior to version 1.8.40 are affected. The issue is present in the admin modules/system_health.php “do=all” control flow used by the UTF‑8 Conversion tool. Administrators using older releases (e.g., 1.8.39 and earlier) should verify their install version and upgrade accordingly.

Risk and Exploitability

The recorded CVSS score of 4.6 indicates a medium severity flaw. Because the attack requires the attacker to pose as an authenticated administrator or to forge a same‑site request, exploitation probability is moderate but not trivial; the EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Attackers can trigger the flaw via an innocuous URL accessed by an admin user’s browser. An unpatched system therefore faces the risk of service disruption and potential data loss until the fix in 1.8.40 is applied.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update MyBB to version 1.8.40 or later
  • Disable the UTF‑8 Conversion module or block the /admin/modules/tools/system_health.php endpoint until the upgrade is complete
  • Revoke all active admin sessions and restart the web server to ensure the new configuration is loaded

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 17:45: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 UTF-8 Conversion module does not validate certain requests correctly, allowing same-site attackers to alter table encoding and deny service with a specially crafted URL. The do=all control flow in admin/modules/tools/system_health.php performs ALTER TABLE operations, column rewrite phases, and fulltext index rebuilds on GET requests for the database table named by the table parameter without request verification. The uniquely identifying implementation details include GET requests without request verification. This issue is fixed in version 1.8.40.
Title MyBB: ACP UTF-8 Conversion CSRF
Weaknesses CWE-352
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T15:49:14.763Z

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

Link: CVE-2026-45119

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T16:17:06.773

Link: CVE-2026-45119

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)