HIGH

CVE-2026-41453

2026-08-03 CVSS v3.1
CVSS
8.8

Description

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rotten_lead[in] query parameter, which is concatenated without parameterized binding directly into a havingRaw() call in LeadDataGrid.php. Attackers can exploit this flaw using time-based and boolean-based blind injection techniques to extract the entire database contents, including user credential hashes, CRM records, and application configuration data.

Summary dbcve.org

Krayin CRM before 2.2.4 contains a blind SQL injection in the leads DataGrid where the 'rotten_lead[in]' query parameter is concatenated directly into a havingRaw() call in LeadDataGrid.php without parameterized binding, allowing authenticated attackers to inject arbitrary SQL into the HAVING clause.

Mitigation

Upgrade to Krayin CRM 2.2.4 or later which implements proper parameterized binding for the havingRaw() call. If immediate upgrade is not possible, implement input validation/sanitization on the rotten_lead[in] parameter.

Patch Commit

Weakness (CWE)

CWE-89 SQL Injection

EPSS Score

0.35%
Probability of exploitation in next 30 days
28.7th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE