CVE-2026-81672
CriticalCVSS 9.3Summary
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, increasing severity.
Risk Assessment
The combination of information disclosure and SQL injection may allow an attacker to obtain sensitive data and further exploit the system.
Recommendation
Sanitize input for the id_video parameter and configure the Slim framework to not expose detailed errors.
Original NVD description (English source)
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.

