CVE-2025-9418

7.3

itsourcecode · Apartment Management System

The itsourcecode Apartment Management System 1.0 is vulnerable to remote SQL injection via the ID argument in the /owner/addowner.php file.

Executive summary

The Apartment Management System 1.0 contains an unauthenticated SQL injection vulnerability that allows remote attackers to manipulate database queries.

Vulnerability

This vulnerability is an SQL injection flaw (CWE-89) located in the /owner/addowner.php file. An unauthenticated remote attacker can inject malicious SQL commands by manipulating the ID parameter.

Business impact

This vulnerability carries a CVSS score of 7.3, indicating a high severity risk that could lead to unauthorized data access or database modification. A successful exploit may result in the compromise of sensitive resident or property data, leading to potential reputational damage and regulatory non-compliance.

Remediation

Immediate Action: As no official vendor patch is currently available, users should restrict access to the /owner/addowner.php file or disable the application until a security update is released.

Proactive Monitoring: Security teams should monitor database logs for suspicious query patterns, such as unexpected syntax or unexpected union operators originating from the /owner/addowner.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection payloads targeting the identified parameter.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists via the technical write-up provided in the referenced GitHub issue.

Analyst recommendation

Given the availability of a public proof-of-concept and the lack of a vendor-provided patch, this vulnerability presents a significant risk to exposed instances. Administrators must prioritize isolating the affected system or applying strict network-level access controls to prevent unauthorized interaction with the vulnerable endpoint until a formal fix is issued.

More itsourcecode CVEs

Sources

Originally found and disclosed by zzb1 (VulDB User), per the CVE Program record.