Description
A vulnerability has been found in CodeAstro Apartment Visitor Management System 1.0. Affected by this issue is some unknown functionality of the file /apartment-visitor/action-visitor.php. Such manipulation of the argument remark leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may 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 flaw is a remote SQL injection in the apartment-visitor/action-visitor.php endpoint of CodeAstro’s Apartment Visitor Management System 1.0. By manipulating the unmapped remark parameter an attacker can inject arbitrary SQL statements into the backend query, potentially reading, modifying or deleting data from the database. The weakness aligns with CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) and also involves improper handling of special characters indicated by CWE-74.

Affected Systems

Only the 1.0 release of CodeAstro’s Apartment Visitor Management System is affected. The vulnerability exists in the action-visitor.php script accessed via /apartment-visitor/action-visitor.php and is not known to impact other modules, versions, or Products.

Risk and Exploitability

With a CVSS score of 5.3 the vulnerability is considered moderate. The EPSS score is less than 1 %, suggesting a low probability of exploitation in the wild. It is not listed in the CISA KEV catalog. Because the attack vector is remote, any unauthenticated user who can reach the endpoint and supply a crafted remark value could exploit the flaw, leading to potential data exposure or loss, although the overall risk remains limited by the low exploitation likelihood.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑released patch or update for Apartment Visitor Management System 1.0 that addresses the SQL injection in action‑visitor.php.
  • If no patch exists, restrict network access to /apartment‑visitor/action‑visitor.php so that only trusted internal IP addresses can reach the endpoint, or disable the endpoint until a remediation is applied.
  • Modify the application code for the remark parameter to use parameterized queries or stored procedures, ensuring that user input is never concatenated directly into SQL statements.

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 13: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 has been found in CodeAstro Apartment Visitor Management System 1.0. Affected by this issue is some unknown functionality of the file /apartment-visitor/action-visitor.php. Such manipulation of the argument remark leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
Title CodeAstro Apartment Visitor Management System action-visitor.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-06T12:58:35.898Z

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

Link: CVE-2026-14795

cve-icon Vulnrichment

Updated: 2026-07-06T12:58:31.893Z

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