CVE-2026-81674 PUBLISHED

Multiple Vulnerabilities in TOOOLS' iSquad

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

The endpoint ‘/ws/apiprensa/getVideoNextPrev’ is vulnerable to SQL injection via the id_ambito parameter. Unsanitized input is directly incorporated into a MariaDB query, allowing attackers to inject SQL syntax that interrupts the query's execution. The vulnerability results in detailed database error messages and exposes the internal structure of the queries, which could facilitate further exploitation.

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