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

Impact

The endpoint '/ws/apiprensa/getVideoNextPrev' was found to allow an unauthenticated attacker to inject raw SQL through the id_ambito parameter. Because the application incorporated this input directly into a MariaDB query without any sanitisation, crafted payloads could terminate the valid query and return detailed database error messages. These error messages revealed the internal structure of the queries, giving the attacker a foothold for further exploitation and potentially enabling the read or alteration of database contents, thereby compromising data confidentiality and integrity.

Affected Systems

The vulnerability affects the iSquad service offered by TOOOLS S.L. No specific product version was disclosed, but the issue existed prior to the release of the security update. The official fix has been deployed across all production instances, and an additional strengthening of input validation and sanitization has been added to the comments module. End‑users of the patched service now require no additional action.

Risk and Exploitability

The CVSS score of 9.3 underscores a high‑severity risk due to remote, unauthenticated exploitation. EPSS data is not available, and the CVE is not listed in the CISA KEV catalog, suggesting no widespread exploitation has been reported. In a vulnerable environment, an attacker could exercise the endpoint with malicious id_ambito values, trigger error messages, and use the exposed query structure for further attacks. With the remediation now in place across production, the immediate risk has been mitigated, but the high score highlights the necessity of maintaining the applied patch.

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

  • Deploy the official patch released by TOOOLS that removes the SQL injection flaw and strengthens input validation.
  • Ensure that all input parameters, especially id_ambito, are processed via parameterised queries and validated before database usage.
  • Monitor database and application logs for suspicious error messages or repeated injection attempts, and trigger alerts if such activity is detected.

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


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

Type Values Removed Values Added
Description 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.
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:41:31.366Z

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

Link: CVE-2026-81674

cve-icon Vulnrichment

Updated: 2026-08-27T15:41:27.945Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-81674

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')