CVE-2025-9311
7.3itsourcecode · Apartment Management System
A SQL injection vulnerability in itsourcecode Apartment Management System 1.0 allows remote unauthenticated attackers to manipulate the ID argument in the addfair.php file.
Executive summary
An unauthenticated SQL injection vulnerability in the Apartment Management System 1.0 allows remote attackers to execute arbitrary database queries, posing a significant risk of data compromise.
Vulnerability
This vulnerability is a SQL injection flaw (CWE-89) located within the addfair.php file. It allows an unauthenticated remote attacker to inject malicious SQL commands by manipulating the ID parameter, potentially leading to unauthorized database access.
Business impact
The ability for an unauthenticated user to interact with the underlying database can lead to the exposure, modification, or deletion of sensitive information stored within the system. Given the CVSS score of 7.3, this high-severity flaw threatens the confidentiality and integrity of the application, which could lead to significant operational disruption or data breaches depending on the data stored in the database.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict network access to the affected file or disable the vulnerable component if it is not business critical.
Proactive Monitoring: Monitor web server logs for suspicious HTTP requests targeting the addfair.php endpoint, specifically looking for SQL syntax patterns or unusual query strings in the ID parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block requests containing SQL injection payloads directed at the vulnerable file.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the referenced GitHub issue.
Analyst recommendation
Due to the lack of an official vendor patch and the presence of a public proof-of-concept, this vulnerability must be treated with high urgency. Organizations utilizing this software should prioritize network-level mitigations, such as WAF rules or access controls, to block exploitation attempts until the vendor provides a permanent resolution.
More itsourcecode CVEs
Sources
Originally found and disclosed by zzb1 (VulDB User), per the CVE Program record.