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 script where the remark parameter is incorporated into an SQL statement without proper neutralization. An attacker who can supply a crafted remark value can inject arbitrary SQL, potentially reading, modifying, or deleting data from the backend database. The weakness aligns with CWE‑89 (Improper Neutralization of Special Elements in an SQL Command) and additionally involves CWE‑74 (Improper Handling of Special Characters).

Affected Systems

The vulnerability affects CodeAstro’s Apartment Visitor Management System as identified in the description, specifically the 1.0 release. No other versions are explicitly mentioned in the CVE data.

Risk and Exploitability

With a CVSS score of 5.3 the flaw is considered moderate. The EPSS score is less than 1 %, indicating a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. Because the attack vector is remote via the remark parameter, any unauthenticated user who can reach the endpoint may exploit the flaw, but overall risk remains limited by the low exploitation likelihood.

Generated by OpenCVE AI on July 31, 2026 at 14:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

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

Generated by OpenCVE AI on July 31, 2026 at 14:30 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

Status : Deferred

Published: 2026-07-06T05:16:35.010

Modified: 2026-07-06T18:02:49.450

Link: CVE-2026-14795

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T14:45:03Z

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