CVE-2026-14689
Received Received - Intake

SQL Injection in CodeAstro Apartment Visitor Management System

Vulnerability report for CVE-2026-14689, 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 security flaw has been discovered in CodeAstro Apartment Visitor Management System 1.0. The impacted element is an unknown function of the file /apartment-visitor/add-apartment.php. The manipulation of the argument apartmentno results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-05
Generated
2026-07-05
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
Impact Analysis

Exploiting this SQL injection vulnerability can allow attackers to gain unauthorized access to the database, tamper with data, leak sensitive information, and potentially compromise the entire system.

  • Unauthorized database access
  • Data tampering
  • Sensitive information leakage
  • Potential full system compromise
Mitigation Strategies

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

Strict input validation should be applied to the 'apartmentno' parameter to ensure only expected input is accepted.

Minimize database user permissions to limit the impact of any potential exploitation.

Conduct regular security audits and code reviews to detect and fix similar vulnerabilities proactively.

Detection Guidance

This SQL injection vulnerability in the Apartment Visitor Management System 1.0 can be detected by testing the 'apartmentno' parameter in the /apartment-visitor/add-apartment.php endpoint for SQL injection flaws.

A common method is to use time-based blind SQL injection payloads to observe delays in server responses, indicating vulnerability.

  • Use curl or similar tools to send requests with SQL injection payloads, for example: curl -X POST 'http://target/apartment-visitor/add-apartment.php' --data 'apartmentno=1' OR SLEEP(5)--
  • Use automated SQL injection detection tools like sqlmap targeting the 'apartmentno' parameter to confirm the vulnerability.
Executive Summary

This vulnerability is a SQL injection flaw found in the Apartment Visitor Management System version 1.0, specifically in the file /apartment-visitor/add-apartment.php. It occurs because the 'apartmentno' parameter is not properly validated, allowing attackers to inject malicious SQL queries.

An attacker can exploit this vulnerability remotely by manipulating the 'apartmentno' argument, which can lead to unauthorized access to the database and execution of unintended SQL commands.

Compliance Impact

The SQL injection vulnerability in the Apartment Visitor Management System allows unauthorized database access, data tampering, and sensitive information leakage. Such security flaws can lead to breaches of personal and sensitive data, which may result in non-compliance with data protection regulations like GDPR and HIPAA that require safeguarding of personal information.

Failure to protect against SQL injection attacks can expose organizations to legal and regulatory risks, including penalties for inadequate data security measures mandated by these standards.

Chat Assistant

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

EPSS Chart