Executive brief
A security vulnerability exists in the CodeAstro Apartment Visitor Management System, a software platform used to track and manage visitors in residential complexes. An attacker can exploit this flaw to gain unauthorized access to the underlying database, potentially leading to the theft of sensitive resident information or the alteration of visitor records. This could compromise the privacy of residents and the overall security operations of the facility.
Technical details
A SQL injection vulnerability exists in CodeAstro Apartment Visitor Management System 1.0 within the '/apartment-visitor/add-apartment.php' file. The root cause is the improper neutralization of the 'apartmentno' POST parameter, which is used directly in SQL queries without sufficient validation or prepared statements. A remote attacker with low privileges can exploit this via time-based blind SQL injection techniques to extract sensitive data from the database, modify records, or potentially gain broader system control. A public exploit (POC) using sqlmap has been released, though no official patch is currently documented.
Affected products
- CodeAstro Apartment Visitor Management System 1.0
Timeline
- 2026-06-03: disclosed: Initial disclosure on GitHub by yihaofuweng
- 2026-07-05: advisory: CVE published to NVD dataset