CVE-2026-81677

The ‘/ws/apiprensa/getVideo’ endpoint is vulnerable to SQL injection due to improper validation of the GET parameter `id_ambito`. An attacker can inject SQL syntax that breaks the underlying structure of the MariaDB query, resulting in syntax errors and the exposure of database error messages via PDOException. This confirms that user input is being incorporated directly into SQL statements without proper sanitization or the use of prepared statements.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-08-27 13:18

Updated : 2026-08-28 18:58


NVD link : CVE-2026-81677

Mitre link : CVE-2026-81677

CVE.ORG link : CVE-2026-81677


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')