Description
A security flaw has been discovered in CodeAstro Apartment Visitor Management System 1.0. The impacted element is an unknown function of the file /apartment-visitor/add-apartment.php. The manipulation of the argument apartmentno results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-05
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unknown function in the add-apartment.php script of CodeAstro Apartment Visitor Management System 1.0 reads the apartmentno parameter without proper validation, allowing an attacker to inject malicious SQL statements. This flaw can lead to unauthorized data modification or disclosure through query manipulation. The description indicates the attack can be launched remotely, and an exploit has already been made public.

Affected Systems

The only affected product listed by the CNA is CodeAstro Apartment Visitor Management System version 1.0. No other variants or versions are mentioned in the data.

Risk and Exploitability

The CVSS score of 5.3 reflects moderate severity, while the EPSS score of less than 1% points to a very low likelihood of widespread exploitation today. The vulnerability is not listed in the CISA KEV catalog, yet the publicly released exploit raises the possibility of targeted attacks. Based on the description, the likely attack vector is an HTTP request to the vulnerable /apartment-visitor/add-apartment.php endpoint, where an attacker supplies a crafted apartmentno value to execute unwanted SQL commands.

Generated by OpenCVE AI on July 24, 2026 at 09:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available patch or update released by CodeAstro for the Apartment Visitor Management System as soon as it becomes available.
  • Restrict access to the /apartment-visitor/add-apartment.php endpoint to authenticated users only and enforce least privilege controls on the underlying database account.
  • Implement input validation and sanitization for the apartmentno parameter, using parameterized queries or prepared statements to eliminate SQL injection.

Generated by OpenCVE AI on July 24, 2026 at 09:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 02:00:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in CodeAstro Apartment Visitor Management System 1.0. The impacted element is an unknown function of the file /apartment-visitor/add-apartment.php. The manipulation of the argument apartmentno results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.
Title CodeAstro Apartment Visitor Management System add-apartment.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-07T02:39:17.733Z

Reserved: 2026-07-04T04:53:08.746Z

Link: CVE-2026-14689

cve-icon Vulnrichment

Updated: 2026-07-07T02:39:13.445Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-24T10: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')