Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-delivered CSRF needs no attacker credentials (PR:N) but requires the victim to click/load attacker content (UI:R); impact assumes a privileged victim, giving C:H/I:H and limited A:L.
Primary rating from Vendor (CERT-PL).
CVSS VectorVendor: CERT-PL
Lifecycle Timeline
1DescriptionCVE.org
uBB.threads is vulnerable to a Cross-Site Request Forgery (CSRF) due to a lack of protective mechanisms. This allows an attacker to trick an authenticated user into executing unintended actions.
Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 7.7.5 but may also affect other versions.
AnalysisAI
Cross-site request forgery in UBB.threads forum software version 7.7.5 (and potentially earlier versions) allows remote attackers to coerce authenticated forum users - including administrators - into executing unintended state-changing actions by visiting an attacker-controlled page. The flaw was reported by CERT-PL after unsuccessful vendor contact, so no public exploit identified at time of analysis and no vendor-released patch identified at time of analysis. The CVSS 4.0 score of 8.6 reflects high impact when an authenticated administrator is targeted, though exploitation requires active user interaction.
Technical ContextAI
UBB.threads is a long-running PHP/MySQL-based commercial bulletin-board / forum platform produced by UBB Systems (ubbcentral.com), used to host discussion communities. The root cause is CWE-352 (Cross-Site Request Forgery): state-changing HTTP endpoints in the application do not verify a per-session, per-request anti-CSRF token (or equivalent SameSite/Origin/Referer enforcement), so any authenticated session cookie is automatically attached when the victim's browser issues a request constructed by an attacker. Because forum software typically exposes privileged actions (post/edit/delete, user management, configuration changes) over authenticated POST/GET requests, the absence of these protections lets an off-site page submit those actions on the victim's behalf. The CPE cpe:2.3:a:ubb_systems:ubb.threads:*:*:*:*:*:*:*:* indicates the entire product line is in scope pending confirmation by the vendor.
RemediationAI
No vendor-released patch identified at time of analysis, as CERT-PL reports vendor contact attempts were unsuccessful - operators should monitor https://www.ubbcentral.com/ for a forthcoming release and the CERT-PL advisory at https://cert.pl/en/posts/2026/06/CVE-2026-54219 for updates. In the interim, deploy a WAF or reverse-proxy rule that rejects state-changing POST requests whose Origin or Referer header does not match the forum's own domain (trade-off: may break legitimate cross-domain integrations and some older browser/proxy setups). Set forum session cookies to SameSite=Lax or SameSite=Strict via the front-end web server if the application does not already do so (trade-off: Strict can log users out when arriving via external links). Restrict administrative endpoints by IP allow-list or HTTP basic-auth at the web-server layer so admin CSRF is impossible from arbitrary networks, and instruct administrators to log out of the forum when browsing the web and to use a dedicated browser profile for admin work. As a last-resort containment, take the forum read-only or offline until the vendor ships a fix.
More in Ubb Threads
View allCross-site scripting (XSS) vulnerability in forums/ubbthreads.php in UBB.threads 7.5.6 and earlier allows remote attacke
Remote code execution in UBB.threads forum software (version 7.7.5 confirmed) is achievable by authenticated users holdi
Authenticated blind SQL injection in UBB.threads forum software version 7.7.5 (and likely other versions) allows adminis
Database-resource exhaustion in UBB.threads forum software (confirmed in version 7.7.5) allows an authenticated low-priv
Reflected XSS in UBB.threads 7.7.5 enables remote attackers to execute arbitrary JavaScript in a victim's browser by tri
Stored XSS in UBB.threads 7.7.5 permits low-privileged forum members to permanently inject arbitrary JavaScript into pos
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37883
GHSA-f336-f4qw-pgx2