CVE-2026-81675 PUBLISHED

Multiple Vulnerabilities in TOOOLS' iSquad

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

The endpoint ‘/ws/apiprensa/getVideoUltimasSeccion’ contains an SQL injection vulnerability in the id_seccion parameter. The parameter is directly embedded in a complex SQL query that includes grouping and sorting operations. By injecting SQL syntax, an attacker can disrupt the query structure and cause database errors, exposing the internal logic of the queries. The complexity of the query increases the potential impact, as it could allow for broader manipulation of the content retrieval logic.

Metrics

CVSS 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
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