CVE-2026-81673
Received Received - Intake

SQL Injection in Tribuna Web Application

Vulnerability report for CVE-2026-81673, 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

The ‘/ws/apitribuna/setVisita’ endpoint is vulnerable to SQL injection through the id_video and id_ambito parameters. The application does not validate or sanitize these inputs before including them in SQL queries. This allows a remote attacker to inject SQL syntax and disrupt the execution of queries, causing database errors and potentially manipulating visit tracking records. Given the nature of the endpoint, this could also affect the integrity of analytics and the accuracy of records.

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

Showing 1 associated CPE
Vendor Product Version / Range
toools isquad From 2026-07-22 (exc)

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 a SQL injection vulnerability in the '/ws/apitribuna/setVisita' endpoint. The id_video and id_ambito parameters are not properly validated or sanitized before being used in SQL queries. This allows attackers to inject malicious SQL code, disrupting database operations and potentially altering visit tracking records.

Detection Guidance

To detect SQL injection vulnerabilities in the /ws/apitribuna/setVisita endpoint, monitor for unusual database errors or malformed queries. Test inputs with single quotes or SQL keywords like 'OR 1=1' in the id_video and id_ambito parameters. Check application logs for suspicious query patterns or errors.

Impact Analysis

An attacker could exploit this to manipulate database records, cause errors, or extract sensitive data. This may lead to incorrect analytics, compromised visit tracking, and potential unauthorized access to information stored in the database.

Compliance Impact

This vulnerability could lead to unauthorized data access or manipulation, violating integrity and confidentiality requirements in GDPR and HIPAA. Non-compliance may result in legal penalties, reputational damage, and loss of trust due to compromised data integrity and potential data breaches.

Mitigation Strategies

Immediately apply input validation to sanitize id_video and id_ambito parameters. Use prepared statements or parameterized queries to prevent SQL injection. Restrict database user permissions to limit damage. Update the application to enforce strict input validation and error handling.

Chat Assistant

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

EPSS Chart