Description
A vulnerability was identified in CodeAstro Apartment Visitor Management System 1.0. This issue affects some unknown processing of the file /apartment-visitor/visitor-entry.php. The manipulation of the argument visname leads to sql injection. The attack can be initiated remotely. The exploit is publicly available and might 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

A flaw was discovered in CodeAstro’s Apartment Visitor Management System (version 1.0) in the visitor-entry.php page. The argument ‘visname’ is concatenated directly into a database query without validation or parameterization, allowing an attacker to insert arbitrary SQL commands. This injection can be triggered remotely through the web interface, and publicly available exploit code demonstrates its feasibility.

Affected Systems

The affected product is CodeAstro’s Apartment Visitor Management System, specifically version 1.0. The vulnerability resides in the visitor-entry.php module that processes the visname field.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is reported as less than 1 %, suggesting a low probability of widespread exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Because the injection can be triggered by any remote user with internet access to the application, attackers need only craft a HTTP request containing a malicious visname value; no local privileges or additional access are required.

Generated by OpenCVE AI on August 1, 2026 at 18:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied update that eliminates the SQL injection flaw in visitor-entry.php
  • If a patch is unavailable, refactor the code to use prepared statements or parameterized queries when incorporating visname into a SQL query, and enforce strict input validation or sanitization
  • Ensure that only authenticated users can access visitor-entry.php by adding an authentication layer or restricting the endpoint to trusted IP ranges
  • Limit the database account used by the application to the minimum privileges required for normal operation, preventing the injection from escalating to a full database compromise
  • Monitor application logs for abnormal SQL activity to detect potential injection attempts

Generated by OpenCVE AI on August 1, 2026 at 18:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 14: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 06:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in CodeAstro Apartment Visitor Management System 1.0. This issue affects some unknown processing of the file /apartment-visitor/visitor-entry.php. The manipulation of the argument visname leads to sql injection. The attack can be initiated remotely. The exploit is publicly available and might be used.
Title CodeAstro Apartment Visitor Management System visitor-entry.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-07T13:59:14.860Z

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

Link: CVE-2026-14798

cve-icon Vulnrichment

Updated: 2026-07-07T13:58:58.409Z

cve-icon NVD

Status : Deferred

Published: 2026-07-06T06:16:27.513

Modified: 2026-07-07T15:16:43.057

Link: CVE-2026-14798

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T19:00:12Z

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')