Description
Joomla Extension - cmsjunkie.com - Arbitrary file upload / deletion (path traversal) in J-BusinessDirectory < 6.2.3 - Upload/remove accepted a client-controlled root (_path_type could point at the component site/admin trees), did not enforce path containment, and used a weak extension check. CSRF token was also missing on upload/remove.
Published: 2026-08-19
Score: 10 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can upload or delete arbitrary files because the extension accepts a client‑controlled root path and does not enforce containment, and it performs only a weak extension check. The lack of a CSRF check allows an unauthenticated or authenticated user to trigger these actions simply by requesting the upload or delete URL with crafted parameters. The CWE‑434 weakness means the input is not validated, so malicious scripts can be placed in the webroot, giving the attacker code execution on the server. This also enables deletion of critical files, compromising integrity and availability.

Affected Systems

The vulnerable component is the J-BusinessDirectory extension for Joomla maintained by cmsjunkie.com. All releases with a version number lower than 6.2.3 contain the flaw. No other product or vendor names are listed in the CNA data.

Risk and Exploitability

The CVSS score of 10 marks it as Critical, and the EPSS score of < 1% indicates a very low, but non‑zero exploitation probability, but the absence of a CSRF token and the path traversal flaw suggest that exploitation is straightforward once the vulnerable endpoint is reachable. The vulnerability is not listed in CISA’s KEV catalog, but its critical score and the potential for remote code execution make it high risk and likely to be sought after by adversaries. An attacker could threaten confidentiality, integrity, and availability of the affected Joomla site.

Generated by OpenCVE AI on August 20, 2026 at 15:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the J-BusinessDirectory extension to version 6.2.3 or later where the path validation and CSRF protection have been fixed.
  • If upgrading is not immediately possible, disable the upload and delete functionality or restrict it to trusted administrators only, and place the extension in a non‑executable directory.
  • Implement CSRF protection for the upload and delete actions and enforce strict file type validation to ensure that only approved file extensions are accepted.
  • Add runtime checks to verify that any specified file path is contained within the intended upload directory and reject or hash any attempts to escape the document root.

Generated by OpenCVE AI on August 20, 2026 at 15:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 20 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Cmsjunkie.com
Cmsjunkie.com j-businessdirectory Extension For Joomla
Vendors & Products Cmsjunkie.com
Cmsjunkie.com j-businessdirectory Extension For Joomla

Wed, 19 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description Joomla Extension - cmsjunkie.com - Arbitrary file upload / deletion (path traversal) in J-BusinessDirectory < 6.2.3 - Upload/remove accepted a client-controlled root (_path_type could point at the component site/admin trees), did not enforce path containment, and used a weak extension check. CSRF token was also missing on upload/remove.
Title Joomla Extension - cmsjunkie.com - Arbitrary file upload / deletion (path traversal) in J-BusinessDirectory < 6.2.3
Weaknesses CWE-434
References
Metrics cvssV4_0

{'score': 10, 'vector': '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'}


Subscriptions

Cmsjunkie.com J-businessdirectory Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-21T19:16:00.768Z

Reserved: 2026-08-18T16:11:15.469Z

Link: CVE-2026-75949

cve-icon Vulnrichment

Updated: 2026-08-21T16:18:08.190Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T15:18:09.440

Modified: 2026-08-26T16:36:16.990

Link: CVE-2026-75949

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:00:05Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type