CVE-2026-75956
Received Received - Intake

DOS Vector in J-BusinessDirectory Pagination Handling

Vulnerability report for CVE-2026-75956, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: Joomla! Project

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-19
AI Q&A
2026-08-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cmsjunkie j-businessdirectory to 6.2.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects Joomla Extension J-BusinessDirectory versions before 6.2.3. It involves improper handling of pagination parameters where non-numeric or array values like limitstart[] can cause PHP type errors during arithmetic operations. The limit parameter is also not validated before use in database queries.

Detection Guidance

Check if you are running J-BusinessDirectory versions prior to 6.2.3. Look for unusual PHP errors in logs related to pagination parameters like limitstart[] or non-numeric limit values. Monitor for type errors in arithmetic operations involving these parameters.

Impact Analysis

An attacker could exploit this to trigger PHP errors or manipulate database queries, potentially causing denial of service or unauthorized data access. The high CVSS score indicates significant impact on availability and integrity.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR or HIPAA as it is a technical flaw in pagination parameter handling that could cause denial of service via PHP errors. However, if exploited, it could disrupt system availability, potentially impacting data processing operations relevant to compliance.

Mitigation Strategies

Update J-BusinessDirectory to version 6.2.3 or later. If immediate update is not possible, validate and sanitize all pagination input parameters to ensure they are strictly numeric before processing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75956. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart