Description
Joomla Extension - balbooa.com - Unauthenticated recursive directory deletion < 2.20.2 - The generateNewApp method allows actors to recursively delete directories.
Published: 2026-07-29
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated user can trigger the generateNewApp method in the Gridbox extension for Joomla to perform recursive directory deletion. This flaw permits removal of arbitrary paths within the Joomla installation, leading to potential loss of site content, configuration files, and user data. The weakness combines malicious directory traversal (CWE‑22) with insufficient access control (CWE‑284).

Affected Systems

The vulnerability affects the balbooa.com Gridbox extension for Joomla, versions older than 2.20.2. Only installations that have not applied the recent patch are impacted.

Risk and Exploitability

The CVSS score of 9.2 classifies the issue as critical, and the EPSS score of less than 1% indicates a very low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires no authentication; an attacker can send an unauthenticated HTTP request to the vulnerable endpoint, triggering the recursive deletion. Successful exploitation would result in loss of files and service disruption.

Generated by OpenCVE AI on August 3, 2026 at 13:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Gridbox extension update (v2.20.2 or later) to remove the vulnerability
  • Disable or remove the Gridbox extension if the update cannot be applied promptly
  • Limit write permissions for the Joomla installation directory to prevent unintended file deletions
  • Configure web server access controls to restrict access to the generateNewApp endpoint to trusted IP ranges
  • Monitor the site for signs of unintended file deletions or sudden availability issues

Generated by OpenCVE AI on August 3, 2026 at 13:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Balbooa.com
Balbooa.com gridbox Extension For Joomla
Vendors & Products Balbooa.com
Balbooa.com gridbox Extension For Joomla

Wed, 29 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 14:00:00 +0000

Type Values Removed Values Added
Description Joomla Extension - balbooa.com - Unauthenticated recursive directory deletion < 2.20.2 - The generateNewApp method allows actors to recursively delete directories.
Title Joomla Extension - balbooa.com - Unauthenticated recursive directory deletion in Gridbox < 2.20.2
Weaknesses CWE-22
CWE-284
References
Metrics cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/AU:Y'}


Subscriptions

Balbooa Gridbox
Balbooa.com Gridbox Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-12T13:53:19.941Z

Reserved: 2026-07-23T09:17:01.410Z

Link: CVE-2026-65889

cve-icon Vulnrichment

Updated: 2026-07-29T14:31:23.684Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-29T14:16:33.757

Modified: 2026-08-05T17:24:52.173

Link: CVE-2026-65889

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:30:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-284

    Improper Access Control