Description
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.
Published: 2026-08-27
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection and Information Disclosure
Action: No action required
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw in the /ws/apiprensa/getVideoSubcanal endpoint, caused by failure to sanitize the id_video query parameter. When an attacker supplies crafted input, the application constructs a malformed SQL query that can lead to execution of arbitrary database commands. The Slim framework's default error handler then returns full stack traces and internal file paths, amplifying the impact by leaking sensitive information.

Affected Systems

The flaw affects the iSquad web service, a product operated by Toools S.L. The vendor has released patches that address the injection vulnerability and strengthen input validation in the comments module. All production instances were updated, so users of the official service no longer need to intervene. No specific version numbers are disclosed in the advisory, but the fix has been rolled out across the entire deployment.

Risk and Exploitability

The CVSS score is 9.3, signalling a critical vulnerability, and the advisory notes that the flaw has already been remediated, thus eliminating the risk of exploitation. No EPSS score is published and the issue is not listed in CISA's KEV catalog. The attack vector is remote, via HTTP requests to the API endpoint, but because the necessary fixes are already deployed server‑side, end users face no available attack surface. Monitoring for anomalous access patterns and ensuring proper authentication remains prudent.

Generated by OpenCVE AI on August 27, 2026 at 15:21 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

  • If you run your own iSquad instance, install the vendor’s latest release that includes the patch.
  • Configure the Slim framework error handler to suppress stack traces and internal paths in production responses to prevent accidental information disclosure.
  • Enforce authentication and authorization on the /ws/apiprensa/getVideoSubcanal endpoint to limit exposure to authorized users.

Generated by OpenCVE AI on August 27, 2026 at 15:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Toools
Toools isquad
Vendors & Products Toools
Toools isquad

Thu, 27 Aug 2026 18:00: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 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.
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-08-27T15:04:10.313Z

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

Link: CVE-2026-81672

cve-icon Vulnrichment

Updated: 2026-08-27T14:56:06.070Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-28T18:58:47.740

Link: CVE-2026-81672

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:15:04Z

Weaknesses
  • CWE-89

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