.. / CVE-2023-37270

Exploit for Piwigo 13.7.0 - SQL Injection (CVE-2023-37270)

Description:

Piwigo is open source photo gallery software. Prior to version 13.8.0, there is a SQL Injection vulnerability in the login of the administrator screen. The SQL statement that acquires the HTTP Header User-Agent is vulnerable at the endpoint that records user information when logging in to the administrator screen. It is possible to execute arbitrary SQL statements. Someone who wants to exploit the vulnerability must be log in to the administrator screen, even with low privileges. Any SQL statement can be executed. Doing so may leak information from the database. Version 13.8.0 contains a fix for this issue. As another mitigation, those who want to execute a SQL statement verbatim with user-enterable parameters should be sure to escape the parameter contents appropriately.

Nuclei Template

View the template here CVE-2023-37270.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2023/CVE-2023-37270.yaml
Copy

References:

https://github.com/Piwigo/Piwigo/blob/c01ec38bc43f09424a8d404719c35f963d63cf00/include/dblayer/functions_mysqli.inc.php#L491
https://github.com/Piwigo/Piwigo/commit/978425527d6c113887f845d75cf982bbb62d761a
https://github.com/Piwigo/Piwigo/security/advisories/GHSA-934w-qj9p-3qcx
https://github.com/Piwigo/Piwigo/blob/c01ec38bc43f09424a8d404719c35f963d63cf00/include/functions.inc.php#L621
https://nvd.nist.gov/vuln/detail/CVE-2023-27524