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.
Published: 2026-07-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CodeAstro Apartment Visitor Management System contains a flaw in the report.php script that allows an attacker to manipulate the fromdate parameter to inject arbitrary SQL. This is a classic SQL injection vulnerability that can be exploited to read or alter the underlying database. The vulnerability is classified under CWE‑74 and CWE‑89 and has been publicly disclosed. Replication of the attack requires no local privileges and can be performed over the network by sending specially crafted HTTP requests.

Affected Systems

The affected product is CodeAstro:Apartment Visitor Management System 1.0. The flaw resides in the /apartment-visitor/report.php component. No other affected versions are currently listed.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate risk to confidentiality and integrity. The EPSS score of less than 1% suggests a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. However, because the attack can be performed remotely by manipulating a public‑facing parameter, organizations running this system should treat the risk as moderate and address it promptly. The most likely attack vector involves sending directed HTTP requests to the report.php endpoint from a remote host.

Generated by OpenCVE AI on July 26, 2026 at 20:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor's security patch for the Apartment Visitor Management System versions that fix the SQL injection in report.php.
  • If a patch is unavailable implementing firewall rules or WAF policies that allow only trusted IPs or authenticated users, thus preventing unauthenticated remote exploitation.
  • Alter the code to use parameterized queries or robust input sanitization for the fromdate parameter to eliminate the injection vector.

Generated by OpenCVE AI on July 26, 2026 at 20:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
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.
Title CodeAstro Apartment Visitor Management System report.php sql injection
First Time appeared Codeastro
Codeastro apartment Visitor Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:codeastro:apartment_visitor_management_system:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro apartment Visitor Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Codeastro Apartment Visitor Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T15:22:08.769Z

Reserved: 2026-07-05T18:32:29.507Z

Link: CVE-2026-14796

cve-icon Vulnrichment

Updated: 2026-07-06T15:22:04.010Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:00:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')