Cyber Posture

CVE-2025-0336

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
03 March 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.0008 24.1th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0336 is a medium-severity Injection (CWE-74) vulnerability in Codezips Project Management System. 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 24.1th 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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly prevents SQL injection by validating the manipulated 'name' argument in /pages/forms/teacher.php against expected syntax and semantics.

prevent

SI-2 ensures timely remediation of the specific critical SQL injection flaw in Codezips Project Management System 1.0.

prevent

SI-9 enforces input restrictions on the 'name' argument at the web interface to block malicious SQL payloads.

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.
Why these techniques?

The SQL injection vulnerability in the public-facing web application (/pages/forms/teacher.php) enables remote exploitation of public-facing applications (T1190) and facilitates unauthorized collection of data from databases via injected queries (T1213.006).

NVD Description

A vulnerability was found in Codezips Project Management System 1.0. It has been classified as critical. This affects an unknown part of the file /pages/forms/teacher.php. The manipulation of the argument name leads to sql injection. It is possible to initiate…

more

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

Deeper analysisAI

CVE-2025-0336 is a critical SQL injection vulnerability (CWE-74, CWE-89) in Codezips Project Management System 1.0. The flaw affects an unknown part of the file /pages/forms/teacher.php, where manipulation of the "name" argument enables SQL injection. Published on 2025-01-09, 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).

An attacker with low privileges can exploit this vulnerability remotely by injecting malicious SQL via the "name" argument. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the scope of the low-privilege account.

Advisories provide further details at https://github.com/fuulof/CVE/issues/1, https://vuldb.com/?ctiid.290823, https://vuldb.com/?id.290823, and https://vuldb.com/?submit.475493. The exploit has been publicly disclosed and may be used.

The vulnerability has no reported real-world exploitation at this time.

Details

CWE(s)

Affected Products

codezips
project management system
1.0

CVEs Like This One

CVE-2025-0233Same product: Codezips Project Management System
CVE-2025-0231Same vendor: Codezips
CVE-2025-1854Same vendor: Codezips
CVE-2025-1206Same vendor: Codezips
CVE-2025-0881Same vendor: Codezips
CVE-2025-1903Same vendor: Codezips
CVE-2025-2664Same vendor: Codezips
CVE-2025-1858Same vendor: Codezips
CVE-2025-1856Same vendor: Codezips
CVE-2025-0532Same vendor: Codezips

References