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: n/a
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. This can cause resource exhaustion or unhandled errors, bringing the affected Joomla site to a halt, which is the core denial‑of‑service impact of this weakness, classified as CWE‑770.

Affected Systems

Affected are Joomla sites that have the J‑BusinessDirectory component from cmsjunkie.com installed in versions prior to 6.2.3. The component is a commercial extension for the Joomla CMS, and the exploit only requires access to the web interface that uses the pagination feature. No other system components are directly mentioned as affected.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity of impact. With no EPSS score available and absence from the KEV catalog, the likelihood of exploitation remains uncertain, but the vector is remote via HTTP requests to the pagination endpoint. An attacker can trigger the denial of service by submitting crafted pagination values, so mitigation should prioritize patching or input validation to prevent unbounded resource use.

Generated by OpenCVE AI on August 19, 2026 at 18:14 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 19, 2026 at 18:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-19T14:41:30.075Z

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

Link: CVE-2026-75956

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-75956

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T18:15:04Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling