CVE-2026-81673 PUBLISHED

Multiple Vulnerabilities in TOOOLS' iSquad

Assigner: INCIBE
Reserved: 27.08.2026 Published: 27.08.2026 Updated: 27.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor TOOOLS
Product iSquad
Versions Default: unaffected
  • affected from 0 to 22/07/2026 (excl.)

Solutions

The vulnerabilities have been resolved by the TOOOLS team.

The reported attack vectors have been reproduced, confirming that they are no longer exploitable and do not return internal error messages. Additionally, an automated SQL injection retest was performed on the affected endpoints with no findings.

As an additional and proactive measure, input validation and sanitization in the application’s comments module have also been strengthened.

iSquad is a service hosted and operated by Toools S.L.; the fixes have been deployed across all production instances, and no action is required on the part of end users.

Credits

  • DylanCV finder

References

Problem Types

  • CWE-89 Improper neutralization of special elements used in an SQL command ('SQL injection') CWE