Joomla Extension - balbooa.com - Unauthenticated arbitrary password reset in Gridbox < 2.20.2 - The resetPassword method allows actors to reset any user password, allowing to login and act as these users - excluding super admins.
Security readout for executives and security teams
Plain-English summary
A flaw in the Joomla Gridbox extension lets an unauthenticated remote attacker reset passwords for arbitrary users other than super administrators. Successful abuse could give an attacker access to affected user accounts and their privileges, creating serious risks to website content, data, and operations.
Executive priority
Treat as an immediate remediation priority on internet-facing Joomla systems. Identify affected installations, update promptly, and investigate account activity because exploitation could enable privileged website access without prior credentials.
Technical view
CVE-2026-65887 affects balbooa.com Gridbox versions 1.0.0 through 2.20.1. The resetPassword method lacks adequate authorization controls, enabling remote password resets without authentication. The record assigns CVSS 4.0 score 10.0 and CWE-284. Super administrator accounts are reportedly excluded, but other privileged accounts may be affected.
Likely exposure
Internet-accessible Joomla sites running Gridbox 1.0.0 through 2.20.1 are potentially exposed. Risk depends on whether the extension is installed and enabled. The supplied sources do not establish deployment prevalence or whether additional configuration is required.
Exploitation context
The CVSS vector includes an attacked exploitation-maturity value, but the bundle marks KEV as false and provides no supporting incident details. Active exploitation therefore cannot be independently confirmed from the supplied evidence. The attack requires no authentication, privileges, or user interaction.
Researcher notes
The described weakness is an authorization failure in resetPassword, mapped to CWE-284. Reported scope excludes super administrators but includes arbitrary other users. The supplied bundle does not clarify endpoint prerequisites, logging indicators, affected account-role limits, exploitation incidents, or whether upgrading alone invalidates compromised sessions.
Mitigation direction
Upgrade Gridbox to version 2.20.2 or later, following current vendor guidance.
Restrict public access to affected functionality until the extension is updated.
Review and reset passwords for potentially affected non-super-administrator accounts.
Revoke active sessions associated with suspicious or unexpectedly changed accounts.
Preserve relevant Joomla and web logs for incident review.
Validation and detection
Inventory Joomla sites and identify installed Gridbox versions.
Confirm no production instance runs Gridbox 2.20.1 or earlier.
Review password-reset and authentication logs for unusual account activity.
Check non-super-administrator accounts for unexpected password changes or access.
Verify the updated extension version and normal authentication behavior.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.