CVE-2026-66738 PUBLISHED

SPIP < 4.4.18 Code Injection via Navigation Endpoint on SQLite

Assigner: VulnCheck
Reserved: 27.07.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.7

Product Status

Vendor SPIP
Product SPIP
Versions Default: affected
  • affected from 0 to 4.4.18 (excl.)

Credits

  • Benoit Hua of Fenrisk (www.fenrisk.com) finder
  • VulnCheck coordinator

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE