CVE-2026-81677
HighCVSS 8.8Exploitation Probability (EPSS)
Low risk16th percentile - higher than 16% of all known CVEs
Summary
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.
Risk Assessment
An attacker can exploit the SQL injection flaw to manipulate queries, potentially leading to unauthorized data access or modification.
Recommendation
Use prepared statements or parameterized queries and validate user input for the `id_ambito` parameter.
Other vulnerabilities in Unknown (API endpoint)
Original NVD description (English source)
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.

