CVE-2026-81674
Received Received - Intake

SQL Injection in PrensaWS via id_ambito Parameter

Vulnerability report for CVE-2026-81674, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the endpoint '/ws/apiprensa/getVideoNextPrev'. The id_ambito parameter is not properly sanitized, allowing attackers to inject malicious SQL code into the database query. This can disrupt query execution and expose internal database structures through error messages.

Detection Guidance

To detect SQL injection vulnerabilities like this, inspect web server logs for unusual requests targeting the '/ws/apiprensa/getVideoNextPrev' endpoint with suspicious parameters like id_ambito. Use tools such as SQLmap to test for SQL injection by sending crafted payloads to the parameter.

Impact Analysis

An attacker could exploit this to manipulate or extract sensitive data from the database, alter records, or execute administrative operations. The detailed error messages may reveal database schema details, aiding further attacks. The high CVSS score (9.3) indicates severe potential impact.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access risks. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. Exploitation could lead to data breaches, triggering regulatory penalties and compliance failures.

Mitigation Strategies

Immediately apply input validation and parameterized queries to sanitize the id_ambito parameter. Update the application to use prepared statements for all database interactions. Review and restrict database user permissions to limit potential damage from SQL injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81674. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart