Submit #43065: sourcecodester Expense Management System sql injection in report.php(authenticated)info

Titlesourcecodester Expense Management System sql injection in report.php(authenticated)
Descriptionin report.php line 34-37 call the function fetch_report_credit, and the function is implementation in Home_model.php public function fetch_report_credit($from,$to){ $query= $this->db->query("select (SELECT SUM(credit.amount) FROM credit,recep where credit.date between '$from' and '$to' AND credit.cus_id=recep.id) AS Total,credit.amount, credit.date, recep.name FROM recep,credit where credit.date between '$from' and '$to' AND credit.cus_id=recep.id ORDER BY credit.date"); return $query; } it is obvious that the post parameter from and to is weak to sql injection after login ,we can access report.php and copy the request to txt file from burpsuite and run sqlmap to exploit python .\sqlmap.py -r .\1.txt --dbs
Source⚠️ https://www.sourcecodester.com/php-codeigniter-expense-management-system-source-code
User
 wuerror (UID 30660)
Submission08/06/2022 09:58 (4 years ago)
Moderation08/06/2022 18:45 (9 hours later)
StatusAccepted
VulDB entry205811 [SourceCodester Expense Management System POST Parameter report.php fetch_report_credit from/to sql injection]
Points17

Do you need the next level of professionalism?

Upgrade your account now!