CVE-2026-81677
Received Received - Intake

SQL Injection in PrensaWS via id_ambito Parameter

Vulnerability report for CVE-2026-81677, 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/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.

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 (inc)

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

CVE-2026-81677 is a high-severity SQL injection vulnerability in the iSquad software by TOOOLS. It affects the '/ws/apiprensa/getVideo' endpoint due to improper validation of the GET parameter 'id_ambito'. Attackers can inject malicious SQL syntax into this parameter, disrupting the MariaDB query and causing syntax errors. This exposes database error messages via PDOException, confirming that user input is directly used in SQL statements without sanitization or prepared statements.

Detection Guidance

To detect this SQL injection vulnerability, monitor web server logs for unusual GET requests to '/ws/apiprensa/getVideo' with suspicious parameters like 'id_ambito' containing SQL syntax such as quotes, semicolons, or keywords like UNION, SELECT, or DROP. Use tools like SQLmap to test the endpoint for injection points.

Impact Analysis

An attacker could exploit this to manipulate the database, potentially accessing, modifying, or deleting sensitive data. The exposure of error messages may also reveal database structure details, aiding further attacks. Since the endpoint is web-accessible, remote exploitation is possible without authentication.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection standards like GDPR and HIPAA, which mandate strict controls to prevent unauthorized data access or disclosure. Exploitation could lead to breaches of personal or sensitive health data, resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the iSquad software to versions released after July 22, 2026, as the vulnerability has been patched. Ensure all SQL queries use prepared statements with parameterized inputs to prevent injection. Disable error messages in production to avoid exposing database details.

Chat Assistant

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

EPSS Chart