VYPR
Unrated severityNVD Advisory· Published Apr 13, 2023· Updated Feb 7, 2025

CVE-2023-27779

CVE-2023-27779

Description

AM Presencia v3.7.3 was discovered to contain a SQL injection vulnerability via the user parameter in the login form.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SQL injection in AM Presencia v3.7.3 login form via user parameter allows unauthorized database access.

Vulnerability

AM Presencia version 3.7.3 contains a SQL injection vulnerability in the login form. The user parameter is not properly sanitized before being used in SQL queries, allowing an attacker to inject arbitrary SQL commands. This issue affects the login functionality of the application.

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request to the login endpoint with malicious SQL code in the user parameter. No authentication is required as the login form is publicly accessible. The attacker only needs network access to the application. The injection occurs during the authentication process, potentially allowing the attacker to manipulate the SQL query to bypass authentication or extract data.

Impact

Successful exploitation could lead to unauthorized access to the application, disclosure of sensitive data stored in the database, or further compromise of the system. The attacker may gain the ability to read, modify, or delete database contents, depending on the database permissions.

Mitigation

As of the publication date, no official patch or fixed version has been released by the vendor. The available references do not provide any mitigation details. Users should apply input validation and parameterized queries to the login form as a workaround. If the application is no longer supported, consider upgrading to a different solution.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.