ZeroHour

CVE-2026-52630

large

Unauthenticated SQL Injection in WoltLab WCF 6.2.4 and Earlier

CVSS 3.1
9.8 critical
EPSS
Published
()
Modified
AI analysis

WoltLab WCF, the PHP framework underlying WoltLab Suite community/forum software, contains an unauthenticated SQL injection (CVSS 9.8) in versions 6.2.4 and earlier. The flaw is reachable through the updateUserOptions method in UserEditor.class.php and the update action in UserAction.class.php, letting a remote attacker send a crafted network request with no privileges and no user interaction to inject arbitrary SQL. Successful exploitation can expose, modify, or destroy database contents — including user tables with password hashes and session data — and, depending on database configuration, may enable further compromise of the host. Any deployment running WoltLab WCF 6.2.4 or earlier is affected. No public proof-of-concept is known and the CVE is not on the CISA Known Exploited Vulnerabilities catalog as of this writing.

What to do: Upgrade to the latest WoltLab release newer than 6.2.4 as soon as a vendor patch is available; the issue requires no authentication, so treat every WCF 6.2.4-and-earlier instance as exploitable. Until patched, block or restrict access to the affected user-update endpoints (UserAction/update, UserEditor/updateUserOptions) via a WAF rule or reverse-proxy rule targeting SQL injection patterns. Review database and web server logs for anomalous queries or unexpected requests to those actions, verify user-table integrity, and rotate administrative credentials and password-reset tokens if compromise is suspected.

Affected
WoltLab WCF (WoltLab Community Framework / WoltLab Suite)6.2.4 and earlier
Estimated exposure
largeon the order of 10,000–30,000 internet-facing self-hosted forum/community installations (estimate) — WoltLab Suite is self-hosted forum software with a meaningful installed base concentrated in European (especially German-speaking) communities, and such deployments are internet-facing by design; no authoritative install count was…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

SQL Injection vulnerability in Woltlab WCF v.6.2.4 and before allows a remote attacker to updateUserOptions in UserEditor.class.php and the update action in UserAction.class.php

Weakness
CWE-89
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.