CVE-2025-9792
7.3itsourcecode · Apartment Management System
A SQL injection vulnerability in itsourcecode Apartment Management System 1.0 allows remote attackers to manipulate the mid argument in e_dashboard/e_all_info.php.
Executive summary
A critical SQL injection vulnerability in itsourcecode Apartment Management System 1.0 exposes the application to remote, unauthenticated data manipulation.
Vulnerability
This vulnerability is a SQL injection (CWE-89) flaw located in the e_dashboard/e_all_info.php file. An unauthenticated attacker can exploit this by injecting malicious SQL commands into the mid parameter to interact directly with the backend database.
Business impact
Successful exploitation of this vulnerability allows unauthorized access to or manipulation of the application database. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality and integrity, potentially leading to the unauthorized exposure of sensitive tenant or administrative information stored within the management system.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected dashboard file via network controls or disable the vulnerable component until the vendor releases a security update.
Proactive Monitoring: Review web server access logs for suspicious patterns involving the mid parameter in the /e_dashboard/e_all_info.php path, specifically looking for SQL syntax characters.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the identified endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical reference provided by the security researcher (https://github.com/zzb1388/cve/issues/62).
Analyst recommendation
The presence of a public proof-of-concept for this SQL injection vulnerability necessitates immediate defensive action. Organizations utilizing itsourcecode Apartment Management System 1.0 must prioritize isolating the affected component from external networks and implementing strict WAF filtering to prevent potential compromise until an official fix is provided by the vendor.
More itsourcecode CVEs
Sources
Originally found and disclosed by zzb1 (VulDB User), per the CVE Program record.