CVE-2025-0934
Published: 31 January 2025
Summary
CVE-2025-0934 is a medium-severity Injection (CWE-74) vulnerability in Anisha 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 38.4th 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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by enforcing input validation mechanisms on untrusted parameters like 'n' in the vulnerable /parse/_call_job_search_ajax.php endpoint.
Requires identification, reporting, and correction of the specific SQL injection flaw in Job Recruitment 1.0.
Vulnerability scanning identifies SQL injection vulnerabilities like CVE-2025-0934 in web applications for remediation.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD Description
A vulnerability was found in code-projects Job Recruitment 1.0. It has been classified as problematic. This affects an unknown part of the file /parse/_call_job_search_ajax.php. The manipulation of the argument n leads to sql injection. It is possible to initiate the…
more
attack remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
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)