Vulnerability Description
The Piwigo installer in versions 16.3.0 and earlier accepts POST parameters for database configuration and writes them directly into a PHP configuration file without proper sanitization. On PHP 8+, the `addslashes()` protection is bypassed because it checks for `get_magic_quotes_gpc()`, a function removed in PHP 8.0. This allows raw user input to be interpolated directly into PHP source code. An unauthenticated attacker can inject arbitrary PHP code through POST parameters (prefix, dbpasswd, dbhost, dbname, or dbuser), which gets written to `local/config/database.inc.php` and executed on every page load.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Piwigo/Piwigo/security/advisories/GHSA-gphq-34pv-gvf3
- https://github.com/Piwigo/Piwigo/security/advisories/GHSA-gphq-34pv-gvf3
FAQ
What is CVE-2026-35048?
CVE-2026-35048 is a vulnerability with a CVSS score of 9.8 (CRITICAL). The Piwigo installer in versions 16.3.0 and earlier accepts POST parameters for database configuration and writes them directly into a PHP configuration file without proper sanitization. On PHP 8+, th...
How severe is CVE-2026-35048?
CVE-2026-35048 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-35048?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.