Cyber Resilience

CVE-2024-3690

MediumPublic PoC

Published: 12 April 2024

Published
12 April 2024
Modified
18 February 2025
KEV Added
Patch
CVSS Score v3.1 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0622 91.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-3690 is a medium-severity SQL Injection (CWE-89) vulnerability in Phpgurukul Small Crm. Its CVSS base score is 6.3 (Medium).

Operationally, ranked in the top 8.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A critical SQL injection vulnerability, tracked as CVE-2024-3690 and assigned CWE-89, affects the Change Password Handler component of PHPGurukul Small CRM version 3.0. The flaw stems from improper input handling that permits malicious SQL statements to be injected via the affected functionality, carrying a CVSS 3.1 score of 6.3 with network attack vector, low complexity, and low-privileged authentication requirements.

An authenticated remote attacker can exploit the issue to manipulate database queries, potentially reading or modifying limited data and impacting confidentiality, integrity, and availability. Public exploit code has already been disclosed, enabling straightforward remote attacks against unpatched installations.

The associated EPSS score remains flat at 0.0622 with no material increase since disclosure. Reference disclosures on VulDB and GitHub provide technical details of the flaw but do not outline vendor patches or specific mitigation steps.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in PHPGurukul Small CRM 3.0. Affected by this vulnerability is an unknown functionality of the component Change Password Handler. The manipulation leads to sql injection. The attack can be launched remotely. The exploit…

more

has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-260479.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

phpgurukul
small crm
3.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References