Description
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.
Published: 2026-08-27
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An endpoint (/ws/apitribuna/setVisita) in the iSquad application accepted unvalidated input in the id_video and id_ambito parameters, enabling an attacker to inject raw SQL syntax. The injection could cause database errors and alter visit-tracking data, thereby compromising the integrity of analytics and allowing unauthorized data manipulation.

Affected Systems

Targeted components belong to the TOOOLS iSquad service hosted and operated by Toools S.L. No specific product version numbers are disclosed, but the issue was present in all production deployments of iSquad accessed through the vulnerable endpoint. The vendor has already applied a fix across all instances, eliminating the exposure.

Risk and Exploitability

Prior to remediation, the CVSS score of 9.3 categorized the flaw as critical, and the vulnerability was not listed in the CISA KEV catalog. Although EPSS data is not available, the severity level implied a high likelihood of exploitation by remote attackers with network access to the endpoint. The vendor’s retest demonstrates that the issue is no longer exploitable and no internal error messages are returned, effectively neutralizing the attack surface.

Generated by OpenCVE AI on August 27, 2026 at 14:52 UTC.

Remediation

Vendor Solution

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.


OpenCVE Recommended Actions

  • No action required – vendor has resolved the issue on all production instances.
  • For custom deployments, update to the latest release provided by the vendor and verify that input validation rules for the /ws/apitribuna/setVisita endpoint are in place.
  • Conduct periodic penetration testing or code reviews focused on SQL query construction to ensure any new endpoints remain safe from injection.

Generated by OpenCVE AI on August 27, 2026 at 14:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Multiple Vulnerabilities in TOOOLS' iSquad
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 9.3, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-08-27T15:42:20.927Z

Reserved: 2026-08-27T10:59:51.232Z

Link: CVE-2026-81673

cve-icon Vulnrichment

Updated: 2026-08-27T15:42:15.169Z

cve-icon NVD

Status : Received

Published: 2026-08-27T13:18:42.760

Modified: 2026-08-27T17:20:56.363

Link: CVE-2026-81673

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T15:00:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')