Cyber Posture

CVE-2024-13092

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-13092 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

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 requires validation and sanitization of inputs like the 'n' argument to prevent SQL injection in search_ajax.php.

prevent

Mandates identification, reporting, and timely remediation of the specific SQL injection flaw in the Job Post Handler component.

detect

Vulnerability scanning monitors and identifies SQL injection vulnerabilities such as manipulation of the 'n' parameter.

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 vulnerability in public-facing web application (/search_ajax.php) enables exploitation of public-facing applications (T1190) and facilitates data collection from databases via arbitrary SQL queries (T1213.006).

NVD Description

A vulnerability classified as critical was found in code-projects Job Recruitment 1.0. This vulnerability affects unknown code of the file /_parse/_call_job/search_ajax.php of the component Job Post Handler. The manipulation of the argument n leads to sql injection. The attack can…

more

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

Deeper analysisAI

CVE-2024-13092 is a critical SQL injection vulnerability in code-projects Job Recruitment 1.0, affecting unknown code within the file /_parse/_call_job/search_ajax.php in the Job Post Handler component. The issue arises from manipulation of the 'n' argument, as classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). It carries 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) and was published on 2025-01-02.

A remote attacker with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation enables limited impacts on confidentiality, integrity, and availability, potentially allowing unauthorized access, modification, or disruption of job-related data handled by the component.

Advisories from sources like VulDB (ctiid.289900, id.289900) and a public exploit disclosure on GitHub (UnrealdDei/cve/sql9.md) confirm the vulnerability's remote exploitability, with the proof-of-concept made publicly available. No specific patches or mitigation steps are detailed in the provided references, though the original project site at code-projects.org may offer context for updates.

Details

CWE(s)

Affected Products

code-projects
job recruitment
1.0

CVEs Like This One

CVE-2024-13093Same 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