Cyber Posture

CVE-2025-1381

MediumPublic PoC

Published: 17 February 2025

Published
17 February 2025
Modified
11 April 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 10.1th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1381 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Real Estate Property 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 10.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 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 3 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 mitigates SQL injection in /ajax_city.php by validating and sanitizing the CityName input before database query construction.

prevent

Requires timely identification, reporting, and patching of the SQL injection flaw in the Real Estate Property Management System 1.0.

detect

Enables vulnerability scanning to identify SQL injection issues like CVE-2025-1381 in web applications such as /ajax_city.php.

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection (CVE-2025-1381) in public-facing web app (/ajax_city.php) enables T1190 (Exploit Public-Facing Application) and T1505 (Server Software Component). Advisories note unrestricted upload allowing web shell deployment (T1505.003). SQLi facilitates database data exfiltration (T1213.006).

NVD Description

A vulnerability was found in code-projects Real Estate Property Management System 1.0. It has been classified as critical. This affects an unknown part of the file /ajax_city.php. The manipulation of the argument CityName leads to sql injection. It is possible…

more

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

Deeper analysisAI

CVE-2025-1381 is a critical SQL injection vulnerability (CWE-74, CWE-89) in code-projects Real Estate Property Management System 1.0. The flaw affects an unknown part of the file /ajax_city.php, where manipulation of the CityName argument enables SQL injection. Published on 2025-02-17, 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 remotely over the network with low complexity and no user interaction. Successful exploitation allows limited impacts: low-level disclosure of sensitive information (C:L), modification of data (I:L), and denial of service (A:L) through SQL injection.

Advisories and details are documented in references such as VulDB (ctiid.295989, id.295989, submit.502070), code-projects.org, and a GitHub disclosure at Lonpeak/cve/blob/main/upload-1.md. The exploit has been publicly disclosed and may be used by attackers.

Details

CWE(s)

Affected Products

code-projects
real estate property management system
1.0

CVEs Like This One

CVE-2025-1379Same product: Code-Projects Real Estate Property Management System
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-2037Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects
CVE-2025-2039Same vendor: Code-Projects
CVE-2025-2044Same vendor: Code-Projects
CVE-2025-0298Same vendor: Code-Projects
CVE-2025-0205Same vendor: Code-Projects
CVE-2025-0207Same vendor: Code-Projects
CVE-2025-0171Same vendor: Code-Projects

References