CVE-2026-39110
SQL Injection in Apartment Visitors Management System Allows Data Theft
Publication date: 2026-04-20
Last updated on: 2026-04-20
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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
Can you explain this vulnerability to me?
This vulnerability is a SQL Injection in the Apartment Visitors Management System V1.1. It occurs in the contactno parameter of the forgot password page (forgot-password.php). An unauthenticated attacker can exploit this flaw to manipulate backend SQL queries during the authentication process.
By exploiting this vulnerability, the attacker can retrieve sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to access sensitive database contents without authentication. This could lead to unauthorized disclosure of personal or confidential information stored in the system.
Such unauthorized access can compromise the security and privacy of users and the organization using the Apartment Visitors Management System.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The SQL Injection vulnerability in the Apartment Visitors Management System allows an unauthenticated attacker to retrieve sensitive database contents. This exposure of sensitive data can lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.
Specifically, the compromise of sensitive data through SQL Injection can violate confidentiality requirements, potentially resulting in legal and financial penalties under these regulations.