Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:L/SC:H/SI:H/SA:H/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
Unauthenticated network SQLi with no user interaction gives AV:N/AC:L/PR:N/UI:N; database read exposure sets C:H while integrity/availability impact is limited (I:L/A:L).
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
2DescriptionCVE.org
Joomla Extension - balbooa.com - Unauthenticated SQL injection in Gridbox < 2.20.2 - Multiple SQLi vectors allow unauthenticated actors to inject SQL in queries.
AnalysisAI
Unauthenticated SQL injection in Balbooa's Gridbox extension for Joomla (versions before 2.20.2) lets remote attackers inject malicious SQL through multiple untrusted input vectors without any login. The flaw carries a CVSS 4.0 base score of 9.2 (Critical) and can expose database contents including Joomla user credentials and session data. No public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated, network-reachable nature makes it a strong patching priority.
Technical ContextAI
Gridbox is a drag-and-drop page-builder/content extension for the Joomla CMS distributed by balbooa.com (CPE cpe:2.3:a:balbooa.com:gridbox_extension_for_joomla). The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controllable request parameters are concatenated into SQL statements executed against Joomla's backing database (typically MySQL/MariaDB) without proper parameterization or escaping. Because Joomla extensions run within the site's PHP application context and share the CMS database, an injection here reaches the full #__users, session, and configuration tables. The advisory notes 'multiple SQLi vectors,' indicating more than one unsanitized endpoint or parameter rather than a single isolated sink.
RemediationAI
Upgrade Gridbox to version 2.20.2 or later, which is the fixed release implied by the 'Gridbox < 2.20.2' affected range; obtain it from the vendor at https://www.balbooa.com/gridbox and confirm the exact patched build against the vendor changelog before deploying. If immediate patching is not possible, place the Joomla site behind a WAF with SQL-injection signatures tuned to Gridbox request parameters, restrict or disable the Gridbox extension until upgraded (which will break pages built with it), and enforce least-privilege on the database account Joomla uses so a successful injection cannot reach tables outside the CMS schema. Additional context is available at https://mysites.guru/blog/gridbox-23-critical-vulnerabilities/. Because credential and session tables may already be exposed, rotate Joomla admin passwords and secrets after patching.
More in Gridbox Extension For Joomla
View allAuthentication bypass in the Gridbox page-builder extension for Joomla (versions before 2.20.2) lets remote unauthentica
Unauthenticated account takeover in the Gridbox page-builder extension for Joomla (versions before 2.20.2) allows any re
Privilege escalation in the balbooa Gridbox extension for Joomla (versions before 2.20.2) lets unauthenticated actors se
Arbitrary file upload in the Balbooa Gridbox page-builder extension for Joomla (versions before 2.20.2) lets an authenti
Arbitrary file read in the Balbooa Gridbox page-builder extension for Joomla (all versions before 2.20.2) lets remote un
Arbitrary recursive directory deletion in the Gridbox extension for Joomla (versions before 2.20.2) lets remote unauthen
Cross-site request forgery in balbooa Gridbox, a page-builder extension for Joomla, allows attackers to forge state-chan
Stored cross-site scripting in the Gridbox Joomla extension by balbooa.com allows attackers to inject persistent malicio
Payment bypass in Gridbox (Joomla extension by balbooa.com) versions 1.0.0 through 2.20.1 allows unauthenticated remote
Unauthenticated file system disclosure in balbooa.com's Gridbox extension for Joomla (versions 1.0.0 through 2.20.1) exp
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50337
GHSA-729v-8mm2-88pw