The vulnerability exists in the 'esc_name' parameter handling within the Escalations configuration endpoint. SQL injection typically occurs when user input is directly embedded into SQL queries. The advisory references patches in multiple versions, indicating a code fix for improper input sanitization. The function name 'getEscalationByName' strongly suggests it retrieves escalation data using the 'esc_name' parameter, which would be the logical point of injection. The file path aligns with Centreon's structure for configuration handlers. While the exact commit diff is unavailable, the combination of parameter context, CWE-89 classification, and patch version patterns supports this assessment.