CVE-2026-81676
Received Received - Intake

SQL Injection in Tribuna Web Application via Unsanitized Limit Parameter

Vulnerability report for CVE-2026-81676, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an SQL injection vulnerability in the endpoint '/ws/apitribuna/ultimosVideos' where the limit_videos parameter is directly inserted into a MariaDB SQL query without sanitization. Attackers can inject SQL syntax to cause errors and manipulate queries, revealing database errors and backend details.

Detection Guidance

To detect this SQL injection vulnerability, test the endpoint '/ws/apitribuna/ultimosVideos' by injecting SQL syntax into the limit_videos parameter. Use commands like curl to send malformed inputs such as ' OR 1=1 -- or ' UNION SELECT 1,2,3 -- and observe if database errors or unexpected responses occur.

Impact Analysis

An attacker could exploit this to read sensitive data, modify or delete database records, or gain unauthorized access to the system. Error messages may expose internal system details, aiding further attacks.

Compliance Impact

This vulnerability could lead to unauthorized data access or breaches, violating GDPR (data protection) and HIPAA (health data privacy) by exposing or leaking sensitive information.

Mitigation Strategies

Immediately implement input validation and parameterized queries for the limit_videos parameter. Sanitize all user inputs and avoid direct concatenation into SQL queries. Update the backend to use prepared statements with MariaDB.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81676. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart