CVE-2025-0934
Published: 31 January 2025
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)
Affected Products
MITRE ATT&CK Enterprise Techniques
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).