CVE-2026-81675
CriticalCVSS 9.3Summary
The endpoint '/ws/apiprensa/getVideoUltimasSeccion' contains an SQL injection vulnerability in the id_seccion parameter. The parameter is directly embedded in a complex SQL query that includes grouping and sorting operations. By injecting SQL syntax, an attacker can disrupt the query structure and cause database errors, exposing the internal logic of the queries.
Risk Assessment
An attacker can manipulate content retrieval logic and gain information about database structure, potentially facilitating further attacks.
Recommendation
Implement input sanitization and use parameterized queries for the id_seccion parameter.
Original NVD description (English source)
The endpoint ‘/ws/apiprensa/getVideoUltimasSeccion’ contains an SQL injection vulnerability in the id_seccion parameter. The parameter is directly embedded in a complex SQL query that includes grouping and sorting operations. By injecting SQL syntax, an attacker can disrupt the query structure and cause database errors, exposing the internal logic of the queries. The complexity of the query increases the potential impact, as it could allow for broader manipulation of the content retrieval logic.

