Description
Joomla Extension - cmsjunkie.com - SQL injection in trips search in J-BusinessDirectory < 6.2.3 - Search keywords and ORDER BY were concatenated into SQL. 6.2.3 quotes keywords and allow-lists the sort clause.
Published: 2026-08-19
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The J‑BusinessDirectory extension for Joomla is vulnerable to an unsanitized SQL injection through its search function. Search keywords and the ORDER BY clause are directly concatenated into a SQL statement without proper quoting or whitelisting. This flaw allows an attacker to inject arbitrary SQL, potentially altering database contents, retrieving sensitive information, or executing destructive commands. The weakness is a classic example of CWE‑89.

Affected Systems

The vulnerability affects the Joomla J‑BusinessDirectory extension provided by cmsjunkie.com. Any site using a version earlier than 6.2.3 is impacted, while the 6.2.3 release fixes the issue by quoting search terms and enforcing a whitelist of allowed sort fields.

Risk and Exploitability

The CVSS score of 9.3 classifies this flaw as critical. The EPSS score is 0.28%, indicating a very low but non-zero likelihood of exploitation; it is also not listed in the CISA KEV catalog, so no known widespread attacks are documented. The likely attack vector is a public search request, meaning an unauthenticated or low‑privileged user can trigger the injection. Successful exploitation would compromise confidentiality, integrity, and availability of the underlying data and could lead to broader system compromise.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the J‑BusinessDirectory extension to version 6.2.3 or later.
  • If an immediate upgrade is not feasible, restrict access to the search functionality to trusted users and enforce server‑side input validation for all query parameters.
  • Monitor database queries and web traffic for abnormal activity, ensuring additional input filtering is applied as necessary.

Generated by OpenCVE AI on August 20, 2026 at 16:15 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 - SQL injection in trips search in J-BusinessDirectory < 6.2.3 - Search keywords and ORDER BY were concatenated into SQL. 6.2.3 quotes keywords and allow-lists the sort clause.
Title Joomla Extension - cmsjunkie.com - SQL injection in trips search in J-BusinessDirectory < 6.2.3
Weaknesses CWE-89
References
Metrics cvssV4_0

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


Subscriptions

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

Status: PUBLISHED

Assigner: Joomla

Published:

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

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

Link: CVE-2026-75954

cve-icon Vulnrichment

Updated: 2026-08-21T16:17:52.327Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-75954

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:15:03Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')