Summary
CVE-2026-81675 is a critical SQL injection vulnerability (CWE-89) in TOOOLS iSquad, affecting the /ws/apiprensa/getVideoUltimasSeccion API endpoint. The id_seccion parameter is embedded directly into a backend SQL query without proper sanitization, allowing a remote, unauthenticated attacker to manipulate query logic and access or expose sensitive database content. The issue carries a CVSS score of 9.3 (Critical) and requires no privileges or user interaction to exploit.
Technical details
- Root cause: the
id_seccionparameter supplied to the/ws/apiprensa/getVideoUltimasSeccionendpoint is concatenated directly into a SQL query that performs grouping and sorting operations, without input validation or parameterized queries. - Trigger condition: an attacker sends a crafted HTTP request to the affected endpoint with a malicious
id_seccionvalue. - Attack vector: network-based, requiring no authentication and no user interaction.
- Impact: manipulation of the underlying SQL query can expose internal database logic and data, with high confidentiality and integrity impact; availability is not affected.
Affected software
- TOOOLS iSquad — all versions released prior to 22 July 2026.
Severity
- CVSS v4.0 Base Score: 9.3 (Critical)
- Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
Mitigation and recommended actions
- Immediate: TOOOLS has deployed fixes across all production instances of iSquad; customers running the vendor-hosted service require no manual action. Organizations operating their own instance should confirm they are running a version built after 22 July 2026.
- If a patch cannot be immediately confirmed: restrict or monitor access to
/ws/apiprensa/getVideoUltimasSeccionand relatedapiprensa/apitribunaAPI endpoints, and apply input validation/WAF rules blocking SQL metacharacters in theid_seccionparameter until the fix is verified.

