Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/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-reachable admin UI (AV:N, AC:L), but Members Control Panel access requires high-privilege authentication (PR:H); blind SQLi yields full DB read/write (C:H/I:H) with limited availability impact (A:L).
Primary rating from Vendor (CERT-PL).
CVSS VectorVendor: CERT-PL
Lifecycle Timeline
1DescriptionCVE.org
UBB.threads is vulnerable to Blind SQL Injection, allowing attackers with access to the Members in Control Panel to interact with the underlying database. Due to insufficient input sanitization, an attacker can extract sensitive information, such as user credentials, by manipulating SQL queries through time-based or boolean-based techniques. Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 7.7.5 but may also affect other versions.
AnalysisAI
Authenticated blind SQL injection in UBB.threads forum software version 7.7.5 (and likely other versions) allows administrators with access to the Members section of the Control Panel to extract arbitrary database contents, including user credentials, via time-based or boolean-based SQLi techniques. Reported by CERT-PL after unsuccessful vendor contact, with no public exploit identified at time of analysis and no vendor-released patch.
Technical ContextAI
UBB.threads is a long-running PHP-based commercial bulletin board / forum platform developed by UBB Systems (cpe:2.3:a:ubb_systems:ubb.threads). The flaw is a classic CWE-89 Improper Neutralization of Special Elements used in an SQL Command, where user-controllable parameters reaching the Members management feature in the administrative Control Panel are concatenated into SQL statements without adequate sanitization or parameterization. Because the injection is blind, attackers do not see direct query output but infer database contents through response timing (time-based) or response differences (boolean-based) - typical exploitation tools include sqlmap. The affected component is reachable only after authenticating to the Control Panel, meaning the vulnerable code path lives behind the admin-area authorization layer.
RemediationAI
No vendor-released patch identified at time of analysis, since CERT-PL reports vendor contact attempts were unsuccessful; monitor https://www.ubbcentral.com/ and the CERT-PL advisory at https://cert.pl/en/posts/2026/06/CVE-2026-54219 for an updated build beyond 7.7.5. As compensating controls, restrict access to the Control Panel by IP allow-listing the admin URL paths at the web server or reverse proxy (trade-off: admins lose ad-hoc access from arbitrary networks and must use VPN/jump host), audit and minimize the set of accounts granted Members-management privileges to reduce the exploitable population, enforce strong unique passwords plus MFA in front of the admin login (e.g. via a reverse-proxy SSO layer, since UBB.threads itself may not natively support MFA), and deploy a WAF rule set in front of the Members Control Panel pages that blocks classic time-based payloads (SLEEP/BENCHMARK/WAITFOR) and boolean tautologies on those parameters (trade-off: WAF rules can be bypassed by encoding and may generate false positives on legitimate admin search input). Rotate stored credentials and session secrets if there is any indication an admin account has already been used to probe the Members interface.
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
Cross-site request forgery in UBB.threads forum software version 7.7.5 (and potentially earlier versions) allows remote
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37885
GHSA-wqx8-qrc6-2wpv