CVE-2026-36670
Description
OpenSIPS Control Panel prior to 9.3.3 has a time-based blind SQL injection in the alias_management module's 'table' parameter allowing authenticated attackers to execute arbitrary SQL commands.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
OpenSIPS Control Panel prior to 9.3.3 has a time-based blind SQL injection in the alias_management module's 'table' parameter allowing authenticated attackers to execute arbitrary SQL commands.
Vulnerability
A Time-Based Blind SQL Injection vulnerability exists in the alias_management module of OpenSIPS Control Panel (opensips-cp) prior to version 9.3.3. The issue is caused by unsafe concatenation of the user-controlled table GET parameter into an SQL query inside alias_management.php [1]. The code uses PDO with ERRMODE_SILENT, which suppresses error output and may cause a template crash, but the SQL query is executed before the crash occurs, enabling blind exploitation [1].
Exploitation
An authenticated attacker with access to the alias_management tool can send crafted HTTP GET requests with malicious table parameter values to trigger time-based SQL injection [1]. No special network position or user interaction is required beyond a valid session. The attacker uses SLEEP() or similar time-delay functions to infer database information via response timing [1].
Impact
Successful exploitation allows extraction of arbitrary data from the backend database, leading to complete compromise of confidentiality, integrity, and availability (CVSS 8.8, CIA:H) [1]. An attacker could retrieve credentials, modify database contents, or potentially achieve further system access depending on database permissions [1].
Mitigation
Upgrade to OpenSIPS Control Panel 9.3.3 or later, which contains the fix for this vulnerability [1]. No workarounds are mentioned in the available references [1]. The vulnerability is listed with a CVSS score of 8.8 and a suggested vector of CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H [1].
AI Insight generated on Jun 15, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.