SQL injection vulnerability found in Piwigo v.13.5.0 and before allows a remote attacker to execute arbitrary code via the filter_user_id parameter to the admin.php?page=history&filter_image_id=&filter_user_id endpoint.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://www.tempest.com.br | not applicable |
https://piwigo.com | product |
https://gist.github.com/rodnt/a190d14d1715890d8df19bad58b90693 | third party advisory exploit |
http://seclists.org/fulldisclosure/2023/Apr/13 | mailing list |
http://packetstormsecurity.com/files/172059/Piwigo-13.5.0-SQL-Injection.html |