CVE-2026-81673: Multiple Vulnerabilities in TOOOLS' iSquad
The ‘/ws/apitribuna/setVisita’ endpoint is vulnerable to SQL injection through the idvideo and idambito 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.
Affected Software
Event History
Frequently Asked Questions
Which inputs and endpoint should defenders prioritize reviewing?
Review requests to /ws/apitribuna/setVisita, specifically the id_video and id_ambito parameters. These parameters are included in SQL queries without validation or sanitization.
What level of access does an attacker need?
The issue can be exploited remotely through the affected endpoint. The provided information does not state that authentication or other privileges are required.
What is the likely operational impact?
An attacker can inject SQL syntax that disrupts query execution and causes database errors. The issue may also allow manipulation of visit-tracking records, affecting analytics integrity and record accuracy.