CVE-2026-14766
Received Received - Intake

SQL Injection in CodeAstro Apartment Visitor Management System

Vulnerability report for CVE-2026-14766, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-05

Last updated on: 2026-07-05

Assigner: VulDB

Description

A vulnerability was identified in CodeAstro Apartment Visitor Management System 1.0. Affected by this issue is some unknown functionality of the file /apartment-visitor/search-result.php of the component POST Parameter Handler. The manipulation of the argument searchdata leads to sql injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-05
Generated
2026-07-06
AI Q&A
2026-07-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
codeastro apartment_visitor_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 Quick Actions

Instant insights powered by AI
Executive Summary

The CVE-2026-14766 vulnerability affects the Codeastro Apartment Visitor Management System version 1.0, specifically in the /apartment-visitor/search-result.php file. It is a critical SQL injection flaw in the searchdata POST parameter, which is directly concatenated into SQL queries without proper sanitization or parameterized binding.

This flaw allows attackers to inject malicious SQL payloads remotely without requiring authentication or elevated privileges. Exploiting this vulnerability can enable unauthorized access to the database, extraction of sensitive data such as user credentials or visitor records, modification or deletion of data, or even full system control.

Proof of concept attacks, including time-based blind and UNION-based SQL injection techniques, have been demonstrated using tools like sqlmap. The vendor has not yet provided an official patch or response.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database, such as user credentials and visitor records.

  • Attackers can extract confidential information.
  • They can modify or delete critical data, potentially disrupting system operations.
  • Full system control may be achieved by attackers, leading to further exploitation.

Since the exploit does not require authentication, any remote attacker can attempt to exploit this vulnerability, increasing the risk.

Detection Guidance

The CVE-2026-14766 vulnerability can be detected by testing the `searchdata` POST parameter in the `/apartment-visitor/search-result.php` file for SQL injection flaws.

Tools like sqlmap can be used to automate detection, including time-based blind and UNION-based SQL injection tests.

  • Use sqlmap with a command similar to: sqlmap -u "http://target/apartment-visitor/search-result.php" --data="searchdata=test" --risk=3 --level=5 --batch
  • Manually test by sending crafted POST requests with SQL injection payloads in the `searchdata` parameter and observe for database errors or unexpected responses.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection.

Strict input validation should be enforced on the `searchdata` parameter to reject malicious input.

Apply the principle of least privilege to the database accounts used by the application to limit potential damage.

Conduct regular security audits to identify and remediate similar vulnerabilities.

Since no official patch is available from the vendor, consider temporarily disabling or restricting access to the vulnerable functionality if possible.

Compliance Impact

The SQL injection vulnerability in CodeAstro Apartment Visitor Management System 1.0 allows attackers to gain unauthorized access to sensitive data, including user credentials and visitor records. This unauthorized access and potential data extraction or modification can lead to violations of data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information.

Failure to properly secure the system against such vulnerabilities may result in non-compliance with these standards, as they mandate strict controls to prevent unauthorized data access and ensure data integrity and confidentiality.

Remediation steps like using prepared statements, input validation, and least privilege principles are essential to maintain compliance and protect sensitive data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14766. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart