Summary
CVE-2026-81676 is a SQL injection vulnerability (CWE-89) in TOOOLS’ iSquad application, affecting the /ws/apitribuna/ultimosVideos endpoint. The limit_videos request parameter is concatenated directly into a MariaDB SQL query without sanitization or parameterization, allowing a remote, unauthenticated attacker to inject SQL syntax. The vulnerability is rated 8.8 (High) and requires no privileges or user interaction.
Technical details
- Root cause: The
limit_videosparameter passed to the/ws/apitribuna/ultimosVideosendpoint is directly concatenated into a MariaDB SQL query instead of being parameterized or sanitized. - Trigger conditions: An attacker sends a crafted HTTP request to the vulnerable endpoint with malicious SQL syntax in the
limit_videosparameter. - Attack vector: Network-based, no authentication or user interaction required.
- Impact: Injected SQL syntax can break the underlying query structure, produce database errors, and expose internal database error messages/stack traces that reveal backend implementation details; per the CVSS vector, confidentiality impact is high.
Affected software
- TOOOLS iSquad — all versions prior to 22/07/2026 (July 22, 2026)
Severity
- CVSS Score: 8.8 (High)
- CVSS v4.0 Vector:
AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
(A CVSS v3.1 vector was not published for this CVE at the time of this writeup; the score and vector above reflect the officially published CVSS v4.0 metrics.)
Mitigation and recommended actions
- Immediate: Upgrade to the TOOOLS iSquad build released on or after 22/07/2026, which includes the vendor’s fix for this endpoint. TOOOLS has stated the fix has been deployed across all production instances, with no end-user action required.
- If unable to confirm patch status: Restrict or monitor access to the
/ws/apitribuna/ultimosVideosendpoint, validate/sanitize thelimit_videosparameter at a WAF or reverse-proxy layer, and review web server logs for anomalous SQL syntax in requests to this endpoint.

