CVE-2026-81676
HighCVSS 8.8Exploitation Probability (EPSS)
Low risk22th percentile - higher than 22% of all known CVEs
Summary
A vulnerability in the endpoint '/ws/apitribuna/ultimosVideos' where the `limit_videos` parameter is directly concatenated into a MariaDB SQL query without proper sanitization or parameterization. By injecting SQL syntax into this parameter, a remote attacker can cause SQL syntax errors and potentially manipulate backend queries. The issue results in an error-based SQL injection and exposes internal database error messages and stack traces, revealing implementation details of the backend system.
Risk Assessment
An attacker can exploit SQL injection to manipulate queries, potentially leading to unauthorized data access or disclosure of sensitive system information.
Recommendation
Use prepared statements or parameterized queries and validate user input for the `limit_videos` parameter.
Other vulnerabilities in Unknown (API endpoint)
Original NVD description (English source)
A vulnerability in the endpoint ‘/ws/apitribuna/ultimosVideos’ where the `limit_videos` parameter is directly concatenated into a MariaDB SQL query without proper sanitization or parameterization. By injecting SQL syntax into this parameter, a remote attacker can cause SQL syntax errors and potentially manipulate backend queries. The issue results in an error-based SQL injection and exposes internal database error messages and stack traces, revealing implementation details of the backend system.

