CVE-2026-14797
Received Received - Intake

SQL Injection in CodeAstro Apartment Visitor Management System

Vulnerability report for CVE-2026-14797, 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 was determined in CodeAstro Apartment Visitor Management System 1.0. This vulnerability affects unknown code of the file /apartment-visitor/edit-apartment.php. Executing a manipulation of the argument editid can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized.

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

Currently, no data is known.

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-14797 is a SQL injection vulnerability found in the Apartment Visitor Management System version 1.0, specifically in the file `/apartment-visitor/edit-apartment.php` when handling the `editid` parameter.

The vulnerability occurs because the system does not properly validate input for the `editid` parameter, allowing attackers to inject malicious SQL queries.

This can be exploited remotely and allows attackers to perform unauthorized database access, data leakage, data tampering, system control, and service disruption.

Common attack methods include boolean-based blind, time-based blind, and UNION query SQL injection techniques.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database.

Attackers may leak confidential information, modify or tamper with data, gain control over the system, or disrupt services.

Such impacts can lead to loss of data integrity, confidentiality breaches, and availability issues for the affected system.

Detection Guidance

This vulnerability can be detected by testing the `editid` parameter in the `/apartment-visitor/edit-apartment.php` endpoint for SQL injection. Common detection methods include sending specially crafted payloads to observe abnormal behavior such as error messages, delays, or unexpected data responses.

  • Use boolean-based blind SQL injection payloads to test if the parameter is injectable.
  • Use time-based blind SQL injection payloads to detect delays indicating vulnerability.
  • Use UNION query payloads to attempt to extract database information.

Example commands using curl or sqlmap could be used to test the vulnerability by injecting SQL payloads into the `editid` parameter.

Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameterized queries to prevent SQL injection.
  • Validate and sanitize all user inputs, especially the `editid` parameter.
  • Minimize database permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix vulnerabilities.
Compliance Impact

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

Failure to protect against such vulnerabilities could lead to violations of confidentiality, integrity, and availability principles mandated by these standards, potentially resulting in legal penalties, loss of trust, and other compliance issues.

Chat Assistant

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

EPSS Chart