CyberRota Analysis
AI-GeneratedThe Coturn HTTPS admin panel is vulnerable to SQL injection due to unsanitized HTTP query parameters in versions prior to 4.12.0, allowing authenticated administrators to execute arbitrary SQL commands. This vulnerability can lead to full database control and potentially escalate to OS-level access through PostgreSQL. Organizations using Coturn should prioritize upgrading to version 4.12.0 or later to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.12.0, the coturn HTTPS admin panel passes HTTP query parameters directly into SQL queries via snprintf string interpolation without sanitization. The is_secure_string filter that protects the STUN protocol path is not applied to the admin panel's delete-user, delete-secret, and delete-IP operations, so an authenticated admin can inject arbitrary SQL through the du, ds, and dip parameters, gaining full database control and potentially OS-level access via PostgreSQL COPY TO PROGRAM. This issue is fixed in version 4.12.0.
Related CVEs
Other vulnerabilities affecting the same vendor(s)