Description
Joomla Extension - cmsjunkie.com - DOS vector in pagination parameter handling in J-BusinessDirectory < 6.2.3 - Pagination values were not strictly typed. Array/non-numeric values (for example limitstart[]) could trigger PHP type errors in arithmetic, and limit was not validated before use in list queries.
Published: 2026-08-19
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the lack of strict typing for pagination input in the J-BusinessDirectory extension. Malicious requests that include non-numeric or array values for the limitstart parameter trigger PHP type errors, and unvalidated limit values are used directly in database queries. These mistakes can exhaust server resources or cause unhandled errors, effectively taking the affected Joomla site offline.

Affected Systems

Affected are Joomla sites that have the J‑BusinessDirectory component from cmsjunkie.com installed in versions before 6.2.3. The extension is a commercial module for the Joomla CMS, and the flaw only requires that the web interface use the pagination feature. No other Joomla components are indicated as affected.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity out of 10. The EPSS score is reported as < 1 %, suggesting the likelihood of exploitation is low but not negligible, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote via HTTP requests to the pagination endpoint. An attacker can trigger the denial of service by submitting crafted pagination values, such as array or non-numeric limitstart inputs, causing PHP type errors or unbounded database queries. The impact is a denial of service against the affected Joomla site.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to J-BusinessDirectory 6.2.3 or newer
  • If an upgrade is not immediately possible, enforce numeric validation on pagination parameters to reject non-numeric or array values
  • Configure a WAF rule to block requests containing malformed pagination parameters

Generated by OpenCVE AI on August 20, 2026 at 16:33 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': 'partial'}, '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 - DOS vector in pagination parameter handling in J-BusinessDirectory < 6.2.3 - Pagination values were not strictly typed. Array/non-numeric values (for example limitstart[]) could trigger PHP type errors in arithmetic, and limit was not validated before use in list queries.
Title Joomla Extension - cmsjunkie.com - DOS vector in pagination parameter handling in J-BusinessDirectory < 6.2.3
Weaknesses CWE-770
References
Metrics cvssV4_0

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


Subscriptions

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

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-21T19:17:00.605Z

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

Link: CVE-2026-75956

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-75956

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:45:16Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling