Description
The ‘/ws/apiprensa/getVideo’ endpoint is vulnerable to SQL injection due to improper validation of the GET parameter `id_ambito`. An attacker can inject SQL syntax that breaks the underlying structure of the MariaDB query, resulting in syntax errors and the exposure of database error messages via PDOException. This confirms that user input is being incorporated directly into SQL statements without proper sanitization or the use of prepared statements.
Published: 2026-08-27
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection in the /ws/apiprensa/getVideo endpoint where the id_ambito GET parameter is concatenated into a MariaDB query. Because user input is not sanitized and no prepared statements are used, an attacker can inject arbitrary SQL that turns the query into a syntax error, causing a PDOException that leaks database error messages. This exposure allows an attacker to learn database table names, column names, and possibly data content, resulting in information disclosure. The vendor has patched the flaw, and a retest confirms the endpoint is no longer exploitable.

Affected Systems

Affected product is the iSquad web service operated by TOOOLS S.L. No specific version information is listed; however the vendor has applied the fix across all production instances and states that no action is required from end users. Users accessing the service through the standardized API endpoint should reliably receive the patched behavior.

Risk and Exploitability

The CVSS score of 8.8 classifies the flaw as high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Because the endpoint is reachable over the web, the risk is that a remote attacker could construct a malicious GET request to the /ws/apiprensa/getVideo URL, trigger a syntax error, and harvest database error messages. If the application were still vulnerable, repeated attempts could surface additional database schema details. The vendor’s remediation removes this attack surface; a retest confirms no exploitable behavior; however, absence of EPSS data means the current likelihood of exploitation is unknown.

Generated by OpenCVE AI on August 27, 2026 at 16:51 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; the vendor has deployed the fix across all production instances.
  • Monitor web server logs for suspicious requests to the /ws/apiprensa/getVideo endpoint to detect any attempts to re‑exploit the endpoint.
  • Keep the application and its dependencies up to date, applying any future security updates from TOOOLS as they become available.

Generated by OpenCVE AI on August 27, 2026 at 16:51 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': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description The ‘/ws/apiprensa/getVideo’ endpoint is vulnerable to SQL injection due to improper validation of the GET parameter `id_ambito`. An attacker can inject SQL syntax that breaks the underlying structure of the MariaDB query, resulting in syntax errors and the exposure of database error messages via PDOException. This confirms that user input is being incorporated directly into SQL statements without proper sanitization or the use of prepared statements.
Title Multiple Vulnerabilities in TOOOLS' iSquad
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-08-27T15:35:43.319Z

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

Link: CVE-2026-81677

cve-icon Vulnrichment

Updated: 2026-08-27T15:35:38.729Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-81677

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T17:00:13Z

Weaknesses
  • CWE-89

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