Executive brief
Real State Services is a web application used for managing real estate listings. A security vulnerability in the application allows remote attackers to interfere with the underlying database without needing a username or password. This could lead to the theft of sensitive property or client data, unauthorized changes to listings, or a complete shutdown of the service.
Technical details
A SQL injection vulnerability exists in code-projects Real State Services 1.0 within the 'builderHome.php' component. The root cause is the improper neutralization of special elements in the 'loc' POST parameter, which is used directly in SQL queries without validation or prepared statements. A remote, unauthenticated attacker can exploit this by sending specially crafted HTTP POST requests to perform boolean-based blind, error-based, time-based blind, or UNION-based SQL injection. Successful exploitation allows for unauthorized database access, data exfiltration, and potential system compromise. Public exploits (PoC) using sqlmap have been disclosed.
Affected products
- code-projects Real State Services 1.0
Timeline
- 2026-06-05: disclosed: Initial discovery and issue report on GitHub
- 2026-07-05: advisory: CVE published and NVD record created