Summary
CVE-2026-65888 is a critical account takeover vulnerability in the Gridbox extension for Joomla, developed by balbooa.com, affecting all versions prior to 2.20.2. A flaw in the socialLogin method allows an unauthenticated, remote attacker to authenticate as any registered user on the target Joomla site — including administrators — without valid credentials. This vulnerability carries a perfect CVSS 4.0 score of 10.0 and is confirmed as actively exploited in the wild.
Technical details
- Root cause: Improper access control (CWE-284) in the
socialLoginmethod, which fails to properly verify the identity of the requesting party before establishing an authenticated session. - Trigger conditions: The vulnerability is exploitable remotely over the network with no authentication, no privileges, no user interaction, and under low attack complexity — making it trivially exploitable.
- Attack vector: Network-accessible HTTP endpoint; no local or adjacent network access required.
- Impact: An attacker can assume the session of any site user, including Super Users. Compromise of a Joomla Super User account yields full administrative control over the site and its underlying server environment. The CVSS 4.0 vector confirms High impact across Confidentiality, Integrity, and Availability for both the vulnerable component and subsequent systems (SC:H/SI:H/SA:H).
- Active exploitation: The CVSS 4.0 supplemental metric
E:A(Exploitation: Active) confirms in-the-wild exploitation is occurring. TheAU:Ymetric further confirms the attack is automatable at scale, andU:Redrepresents the highest urgency classification. - Note: This is a distinct vulnerability from CVE-2026-61425, an earlier Gridbox authentication bypass that was fixed in version 2.20.1. CVE-2026-65888 affects 2.20.1 and earlier and is addressed only in 2.20.2.
Affected software
- Gridbox extension for Joomla (by balbooa.com): versions 1.0.0 through 2.20.1
- Fixed in: Gridbox 2.20.2
Severity
- CVSS 4.0 Base Score: 10.0 (Critical)
- Vector String:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/AU:Y/U:Red - CWE: CWE-284 – Improper Access Control
Mitigation and recommended actions
- Immediate action: Upgrade the Gridbox extension to version 2.20.2 or later via the balbooa.com update channel. This is the only vendor-confirmed fix.
- If immediate patching is not feasible: Restrict or disable external access to the Joomla site’s frontend component endpoints until the update can be applied. Review server-side access logs for anomalous authentication events, particularly any successful logins from unexpected sources.
- General hardening: Audit all Joomla Super User accounts for unauthorized additions or modifications. Given active exploitation is confirmed, treat any delay in patching as a high-priority incident response scenario.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

