Files
CVEs-PoC/2020/CVE-2020-25762.md
T
2024-06-18 02:51:15 +02:00

20 lines
936 B
Markdown

### [CVE-2020-25762](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25762)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in SourceCodester Seat Reservation System 1.0. The file admin_class.php does not perform input validation on the username and password parameters. An attacker can send malicious input in the post request to /admin/ajax.php?action=login and bypass authentication, extract sensitive information etc.
### POC
#### Reference
- http://packetstormsecurity.com/files/159261/Seat-Reservation-System-1.0-SQL-Injection.html
- http://seclists.org/fulldisclosure/2020/Sep/42
- https://packetstormsecurity.com/files/author/15149
#### Github
No PoCs found on GitHub currently.