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.
Published: 2026-08-03
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Krayin CRM prior to version 2.2.4 contains a blind SQL injection flaw located in LeadDataGrid.php. The vulnerable rotten_lead[ in ] query parameter is concatenated directly into a HAVING clause via havingRaw(), bypassing parameterized binding. An attacker who is an authenticated user with access to leads can inject arbitrary SQL through time‑based or boolean‑based techniques, allowing full extraction of the database—including user credential hashes, CRM records, and configuration data. This results in a high‑severity confidentiality breach, potentially exposing sensitive organizational information.

Affected Systems

The affected vendor is Krayin and the product is the laravel‑crm application. Versions of the application older than 2.2.4 are impacted; the release 2.2.4 contains the fix and all earlier releases are vulnerable.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability is classified as High. The EPSS score is not available, but the lack of an active exploit in commercial markets and absence from CISA KEV does not negate the risk; the flaw can be exploited by any authenticated lead‑manager using simple time‑based or boolean techniques. The political and technical barriers are minimal: the attacker only needs valid credentials and access to the leads section, and the injection can be carried out through ordinary HTTP requests without any special tooling.

Generated by OpenCVE AI on August 4, 2026 at 10:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Krayin laravel‑crm to version 2.2.4 or newer. This patch removes the raw HAVING clause that exploited the injection point.
  • If upgrading is not immediately possible, revoke or limit the leads‑access privilege for users until a patch can be applied. This prevents authenticated users from reaching the vulnerable endpoint.
  • In the interim, sanitize the rotten_lead parameter by ensuring that it is passed to havingRaw() using parameter binding or by escaping user input properly.

Generated by OpenCVE AI on August 4, 2026 at 10:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Webkul
Webkul krayin Crm
CPEs cpe:2.3:a:webkul:krayin_crm:*:*:*:*:*:*:*:*
Vendors & Products Webkul
Webkul krayin Crm

Mon, 03 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Krayin
Krayin laravel-crm
Vendors & Products Krayin
Krayin laravel-crm

Mon, 03 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
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.
Title Krayin CRM < 2.2.4 Blind SQL Injection via LeadDataGrid.php rotten_lead Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

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


Subscriptions

Krayin Laravel-crm
Webkul Krayin Crm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:49:51.370Z

Reserved: 2026-04-20T16:07:47.309Z

Link: CVE-2026-41453

cve-icon Vulnrichment

Updated: 2026-08-03T18:11:28.566Z

cve-icon NVD

Status : Received

Published: 2026-08-03T17:16:37.213

Modified: 2026-08-03T19:16:47.053

Link: CVE-2026-41453

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:15:04Z

Weaknesses
  • CWE-89

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