CVE-2026-27747: SPIP interface_traduction_objets < 2.2.2 Authenticated SQL Injection
The SPIP interfacetraductionobjets plugin versions prior to 2.2.2 contain an authenticated SQL injection vulnerability in interfacetraductionobjetspipelines.php. When handling translation requests, the plugin reads the idparent parameter from user-supplied input and concatenates it directly into a SQL WHERE clause in a call to sqlgetfetsel() without input validation or parameterization. An authenticated attacker with editor-level privileges can inject crafted SQL expressions into the idparent parameter to manipulate the backend query. Successful exploitation can result in disclosure or modification of database contents and may lead to denial of service depending on the database configuration and privileges.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-27747?
CVE-2026-27747 is classified as a high severity vulnerability due to its potential for authenticated SQL injection.
How do I fix CVE-2026-27747?
To fix CVE-2026-27747, upgrade the SPIP interface_traduction_objets plugin to version 4.3.3 or later.
What software is affected by CVE-2026-27747?
CVE-2026-27747 affects the SPIP interface_traduction_objets plugin versions prior to 4.3.3.
What type of vulnerability is CVE-2026-27747?
CVE-2026-27747 is an authenticated SQL injection vulnerability.
What components are involved in CVE-2026-27747?
CVE-2026-27747 involves the interface_traduction_objets_pipelines.php component of the plugin.