CyberRota Analysis
AI-GeneratedSPIP versions prior to 4.4.18 are vulnerable to a code injection flaw in SQLite-backed installations, where improper handling of array-typed user input allows authenticated attackers with editor privileges to execute arbitrary OS commands via a crafted GET request. This vulnerability poses a significant risk as it can lead to unauthorized access and manipulation of the web server process. Organizations using SPIP with SQLite should prioritize patching to mitigate potential exploitation.
Original NVD Description
SPIP before 4.4.18 contains a code injection vulnerability in SQLite-backed installations. The navigation menu endpoint improperly handles array-typed user input, which bypasses input sanitization and allows the value to break out of an internal quoted string context when evaluated as PHP. An authenticated attacker with at minimum editor (redacteur) privileges can submit a single crafted GET request to /ecrire/?exec=navigation to execute arbitrary OS commands in the web server process. MySQL-backed installations are not affected.