Cyber Posture

CVE-2024-13093

MediumPublic PoC

Published: 02 January 2025

Published
02 January 2025
Modified
03 April 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 23.7th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13093 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Job Recruitment. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by validating and sanitizing the manipulated 's1' argument in /_parse/_call_main_search_ajax.php before processing in database queries.

prevent

Requires identification, prioritization, and remediation of the specific SQL injection flaw in the Seeker Profile Handler component.

preventdetect

Enables vulnerability scanning to detect the SQL injection vulnerability in the Job Recruitment 1.0 application for timely risk-based remediation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/_parse/_call_main_search_ajax.php) enables exploitation of public-facing applications (T1190) and facilitates collection of data from databases via arbitrary SQL queries (T1213.006).

NVD Description

A vulnerability, which was classified as critical, has been found in code-projects Job Recruitment 1.0. This issue affects some unknown processing of the file /_parse/_call_main_search_ajax.php of the component Seeker Profile Handler. The manipulation of the argument s1 leads to sql…

more

injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2024-13093 is a critical SQL injection vulnerability in code-projects Job Recruitment 1.0, affecting the Seeker Profile Handler component. The issue resides in the processing of the file /_parse/_call_main_search_ajax.php, where manipulation of the argument s1 enables SQL injection. It is associated with CWEs-74 and CWE-89, with a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

An attacker with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the affected component.

Advisories and additional details are available via VulDB entries (https://vuldb.com/?ctiid.289901, https://vuldb.com/?id.289901, https://vuldb.com/?submit.472442) and the project site (https://code-projects.org/). A public exploit disclosure is hosted on GitHub (https://github.com/UnrealdDei/cve/blob/main/sql10.md) and may be used.

The vulnerability was published on 2025-01-02T09:15:18.047, with the exploit already disclosed to the public.

Details

CWE(s)

Affected Products

code-projects
job recruitment
1.0

CVEs Like This One

CVE-2024-13092Same product: Code-Projects Job Recruitment
CVE-2025-7174Same vendor: Code-Projects
CVE-2025-7179Same vendor: Code-Projects
CVE-2025-7184Same vendor: Code-Projects
CVE-2025-2385Same vendor: Code-Projects
CVE-2025-7172Same vendor: Code-Projects
CVE-2025-1379Same vendor: Code-Projects
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-2037Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects

References