CVE-2025-1197
Published: 12 February 2025
Summary
CVE-2025-1197 is a medium-severity Injection (CWE-74) vulnerability in Fabian 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 26.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by validating and sanitizing the userhash argument before its use in database queries within load_user-profile.php.
Mandates identification, reporting, and timely remediation of the specific SQL injection flaw in the Real Estate Property Management System.
Implements boundary protection such as web application firewalls to block or detect SQL injection attempts targeting the vulnerable endpoint.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD Description
A vulnerability has been found in code-projects Real Estate Property Management System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /_parse/load_user-profile.php. The manipulation of the argument userhash leads to sql injection. The…
more
attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
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)