Cyber Resilience

CVE-2025-0168

MediumPublic PoC

Published: 01 January 2025

Published
01 January 2025
Modified
25 February 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0004 13.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0168 is a medium-severity Injection (CWE-74) vulnerability in Anisha Job Recruitment. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th 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).

Deeper analysis

CVE-2025-0168 is a critical SQL injection vulnerability in code-projects Job Recruitment 1.0, affecting an unknown functionality within the file /_parse/_feedback_system.php. The issue arises from improper handling of the 'person' argument, 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-01.

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring network access and no user interaction. Successful manipulation of the 'person' argument enables SQL injection, potentially allowing limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), such as unauthorized data access, modification, or disruption depending on the database backend.

Advisories from VulDB (ctiid.289917, id.289917, submit.473107) document the issue, while a proof-of-concept exploit is publicly available on GitHub at github.com/UnrealdDei/cve/blob/main/sql11.md. No patches or specific mitigations are detailed in the provided references, and the developer site code-projects.org hosts the affected software. The exploit disclosure increases the risk of active exploitation.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in code-projects Job Recruitment 1.0. This affects an unknown part of the file /_parse/_feedback_system.php. The manipulation of the argument person leads to sql injection. It is possible to initiate the attack remotely.…

more

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

CWE(s)

Related Threats

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

SQL injection in public-facing web app enables initial access (T1190), data collection from databases via arbitrary queries (T1213.006), and execution via server software component as mapped by VulDB (T1505).

CVEs Like This One

CVE-2025-0934Same product: Anisha Job Recruitment
CVE-2025-1162Same product: Anisha Job Recruitment
CVE-2025-0530Same product: Anisha Job Recruitment
CVE-2025-7196Same vendor: Anisha
CVE-2025-7198Same vendor: Anisha
CVE-2025-7197Same vendor: Anisha
CVE-2025-1210Same vendor: Anisha
CVE-2025-0527Same vendor: Anisha
CVE-2025-15408Same vendor: Anisha
CVE-2025-0347Same vendor: Anisha

Affected Assets

anisha
job recruitment
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of user inputs like the 'person' argument to prevent SQL injection exploitation in /_parse/_feedback_system.php.

prevent

Mandates timely remediation of identified flaws, such as patching the SQL injection vulnerability in Job Recruitment 1.0.

detect

Enables vulnerability scanning to identify SQL injection issues like CVE-2025-0168 in the affected software for prioritized remediation.

References