Cyber Posture

CVE-2025-0934

MediumPublic PoC

Published: 31 January 2025

Published
31 January 2025
Modified
18 February 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.0017 38.4th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-0934 is a SQL injection vulnerability in code-projects Job Recruitment 1.0, classified as problematic. It affects an unknown part of the file /parse/_call_job_search_ajax.php, where manipulation of the argument "n" enables the injection. The issue, associated with CWE-74 and CWE-89, 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-31.

An attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability through SQL injection, such as unauthorized data access, modification, or disruption within the affected application's database.

Advisories and additional details are documented in references including VulDB entries (vuldb.com/?ctiid.294243, vuldb.com/?id.294243, vuldb.com/?submit.491802), code-projects.org, and a GitHub proof-of-concept at github.com/1337g/CVE-2025-X/blob/main/job-recruitment_call_job_search_ajax-sqli.pdf. The exploit has been publicly disclosed and may be used.

The vulnerability's public exploit disclosure increases the risk of exploitation in unpatched instances of Job Recruitment 1.0.

Details

CWE(s)
CWE-74CWE-89

Affected Products

anisha
job recruitment
1.0

MITRE ATT&CK Enterprise Techniques

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_job_search_ajax.php) enables exploitation of public-facing application (T1190) and unauthorized database access/querying (T1213.006).

References