CVE-2025-9472
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-26

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in itsourcecode Apartment Management System 1.0. This issue affects some unknown processing of the file /owner_utility/add_owner_utility.php. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-26
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2025-08-26
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
admerc apartment_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'id' parameter in the URL /owner_utility/add_owner_utility.php for SQL injection. You can use tools like sqlmap to automate detection. Example sqlmap command: sqlmap -u "http://target/owner_utility/add_owner_utility.php?id=1" --batch. Additionally, manual testing can be done using payloads such as: - Boolean-based blind SQL injection: id=22' RLIKE (SELECT (CASE WHEN (2564=2564) THEN 22 ELSE 0x28 END))-- - Time-based blind SQL injection: id=22' AND (SELECT SLEEP(5))-- Also, vulnerable targets can be identified using Google dorking with queries like: inurl:owner_utility/add_owner_utility.php [2, 3]


Can you explain this vulnerability to me?

CVE-2025-9472 is a critical SQL injection vulnerability in the itsourcecode Apartment Management System version 1.0, specifically in the file /owner_utility/add_owner_utility.php. The vulnerability occurs because the 'id' parameter is not properly validated or sanitized, allowing attackers to inject malicious SQL code. This enables unauthorized access to the database, allowing attackers to manipulate, delete, or expose sensitive data remotely without authentication. [1, 2, 3]


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to unauthorized database access, data leakage, modification, or deletion of sensitive information. Attackers can gain full control over the system's database, potentially disrupt services, and compromise data integrity and confidentiality. Since the attack can be executed remotely without authentication, it poses a significant security risk to affected systems. [1, 2, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: - Replace the affected component with an alternative product if possible. - Use prepared statements with parameter binding to separate SQL code from user input. - Implement strict input validation and filtering to ensure inputs conform to expected formats. - Minimize database user permissions, avoiding use of high-privilege accounts like root or admin for routine operations. - Conduct regular security audits to detect and remediate vulnerabilities promptly. Since no known countermeasures are reported, these steps are critical to secure the system and maintain data integrity. [1, 2, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart