Cyber Posture

CVE-2025-1197

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
23 October 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.0010 26.8th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-1197 is a critical SQL injection vulnerability (CWE-74, CWE-89) in code-projects Real Estate Property Management System 1.0. The flaw resides in an unknown functionality of the file /_parse/load_user-profile.php, where manipulation of the userhash argument enables SQL code injection. Published on 2025-02-12, 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).

The vulnerability is remotely exploitable by an attacker possessing low privileges. Successful exploitation allows limited impacts on confidentiality, integrity, and availability through SQL injection, with the exploit publicly disclosed and potentially usable by adversaries.

Advisories and additional details are available via references including VulDB entries (ctiid.295105, id.295105, submit.496856), a GitHub repository at YinshengLu/CVE containing cve3.pdf, and the vendor site at code-projects.org. No specific patches or mitigations are detailed in the core description.

The exploit disclosure heightens the risk of active use against unpatched instances of the affected software.

Details

CWE(s)
CWE-74CWE-89

Affected Products

fabian
real estate property management system
1.0

MITRE ATT&CK Enterprise Techniques

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/load_user-profile.php) enables remote exploitation of public-facing apps (T1190) and server software components (T1505, as noted in advisory), facilitating arbitrary database queries for data collection from databases (T1213.006).

References