Executive brief
Real State Services is a web application used for managing real estate listings. A security vulnerability in the application's rental listing component allows remote attackers to interfere with the underlying database. This could lead to the unauthorized viewing of sensitive information, modification of data, or disruption of the service.
Technical details
A SQL injection vulnerability exists in code-projects Real State Services 1.0 within the 'single-list_rent.php' file. The root cause is the improper neutralization of the 'id' GET parameter before it is used in a SQL query. An unauthenticated remote attacker can exploit this by sending specially crafted HTTP requests containing SQL payloads (including boolean-based blind, error-based, and UNION-based techniques). Successful exploitation allows for unauthorized database access, data extraction, and potential system compromise. A public exploit (PoC) using sqlmap has 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