CVE-2026-14796
Received Received - Intake

SQL Injection in CodeAstro Apartment Visitor Management System

Vulnerability report for CVE-2026-14796, 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 found in CodeAstro Apartment Visitor Management System 1.0. This affects an unknown part of the file /apartment-visitor/report.php. Performing a manipulation of the argument fromdate results in sql injection. It is possible to initiate the attack remotely. The exploit has been made public and could 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

This vulnerability is a SQL injection issue found in the Apartment Visitor Management System version 1.0, specifically in the /apartment-visitor/report.php file. It occurs due to improper input validation of the 'fromdate' parameter, which allows an attacker to inject malicious SQL queries.

By exploiting this flaw, an attacker can gain unauthorized access to the database, manipulate data, leak sensitive information, and potentially compromise the entire system.

Impact Analysis

Exploiting this SQL injection vulnerability can lead to unauthorized database access, data tampering, leakage of sensitive information, and potential system compromise.

Additionally, it could cause severe security risks such as service disruption, affecting the availability and integrity of the system.

Detection Guidance

This SQL injection vulnerability in the Apartment Visitor Management System V1.0 can be detected by testing the 'fromdate' POST parameter in the /apartment-visitor/report.php file for SQL injection flaws.

A practical method to detect this vulnerability is to use automated tools such as sqlmap to perform time-based blind SQL injection testing against the 'fromdate' parameter.

  • Example sqlmap command: sqlmap -u "http://target/apartment-visitor/report.php" --data="fromdate=2026-01-01" --time-sec=5 --technique=T
  • Manually, you can try injecting SQL payloads into the 'fromdate' POST parameter and observe the response for anomalies or delays indicating SQL injection.
Mitigation Strategies

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

Strict input validation should be applied to the 'fromdate' parameter to ensure only valid date formats are accepted.

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

Conduct regular security audits and testing to detect and address vulnerabilities promptly.

Compliance Impact

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

Exploitation of this vulnerability could result in exposure of personal data, violating data protection requirements and potentially leading to legal and financial consequences under these regulations.

Chat Assistant

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

EPSS Chart