CyberRota Analysis
AI-GeneratedA critical SQL injection vulnerability exists in the '/ws/apiprensa/getVideoSubcanal' endpoint, stemming from inadequate sanitization of the id_video parameter. This flaw allows attackers to manipulate SQL queries, potentially leading to unauthorized access to internal file paths and detailed stack traces, which can facilitate further exploitation. Organizations utilizing this endpoint should prioritize immediate remediation efforts to mitigate the risk of data breaches and system compromise.
Original NVD 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.