CVE-2026-81672 PUBLISHED

Multiple Vulnerabilities in TOOOLS' iSquad

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

SQL injection vulnerability in the ‘/ws/apiprensa/getVideoSubcanal’ endpoint due to improper handling of the id_video parameter. The application does not sanitize input before constructing SQL queries, which results in execution errors when malicious input is provided. The vulnerability exposes internal file paths and complete stack traces through the Slim framework’s error handler, which increases the severity due to the combination of information disclosure and SQL injection.

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