CVE-2026-14795
Received Received - Intake

SQL Injection in CodeAstro Apartment Visitor Management System

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

Publication date: 2026-07-06

Last updated on: 2026-07-06

Assigner: VulDB

Description

A vulnerability has been found in CodeAstro Apartment Visitor Management System 1.0. Affected by this issue is some unknown functionality of the file /apartment-visitor/action-visitor.php. Such manipulation of the argument remark leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-06
Last Modified
2026-07-06
Generated
2026-07-06
AI Q&A
2026-07-06
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

CVE-2026-14795 is a SQL injection vulnerability found in the Apartment Visitor Management System version 1.0, specifically in the file /apartment-visitor/action-visitor.php. The issue arises because the 'remark' parameter is not properly validated, allowing attackers to inject malicious SQL queries.

This vulnerability can be exploited remotely and involves a time-based blind SQL injection technique that can manipulate database queries.

If exploited, it can lead to unauthorized access to the database, data tampering, leakage of sensitive information, and potentially compromise the entire system.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to your database, allowing attackers to view, modify, or delete sensitive data.

It can lead to data tampering and leakage of confidential information, which may compromise the integrity and confidentiality of your system.

Additionally, successful exploitation could result in a full system compromise, affecting availability and trustworthiness of your services.

Detection Guidance

This vulnerability can be detected by testing the 'remark' parameter in the URL /apartment-visitor/action-visitor.php for SQL injection weaknesses.

A common method is to use time-based blind SQL injection payloads that cause delayed responses if the injection is successful.

For example, you can use curl or similar tools to send requests with SQL injection payloads in the 'remark' parameter and observe response delays.

  • curl "http://target/apartment-visitor/action-visitor.php?editid=20&remark=' OR IF(SLEEP(5),1,0)-- -"
  • Use automated SQL injection detection tools like sqlmap targeting the 'remark' parameter to confirm the vulnerability.
Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameter binding to prevent SQL injection.
  • Apply strict input validation and sanitization on the 'remark' parameter.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.
Compliance Impact

The SQL injection vulnerability in the Apartment Visitor Management System allows unauthorized database access, data tampering, and sensitive information leakage. Such security weaknesses can lead to violations of data protection requirements under common standards and regulations like GDPR and HIPAA, which mandate the protection of personal and sensitive data against unauthorized access and breaches.

If exploited, this vulnerability could result in exposure or alteration of personal data, thereby compromising data integrity and confidentiality. This would negatively impact compliance with regulations that require strict controls over data security and breach prevention.

Mitigating the vulnerability by implementing prepared statements, strict input validation, minimizing database permissions, and regular security audits is essential to maintain compliance with these standards.

Chat Assistant

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

EPSS Chart