Cyber Posture

CVE-2025-0168

MediumPublic PoC

Published: 01 January 2025

Published
01 January 2025
Modified
25 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.0003 9.5th percentile
Risk Priority 13 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 6.3 (Medium).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. 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 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.

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).

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

anisha
job recruitment
1.0

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-7198Same vendor: Anisha
CVE-2025-0527Same vendor: Anisha
CVE-2025-15408Same vendor: Anisha
CVE-2025-7196Same vendor: Anisha
CVE-2025-1210Same vendor: Anisha
CVE-2025-7197Same vendor: Anisha
CVE-2025-0347Same vendor: Anisha

References