CVE-2023-1408
Video List Manager <= 1.7 - Admin+ SQL Injection
Record summary
CVE-2023-1408 has a selected CVSS score of 7.2 (high); EIP currently links 1 Nuclei template.
Description
The Video List Manager WordPress plugin through 1.7 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
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 29, 2025 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Video List ManagerDefault status: affected | CVE List | Through 1.7 | affected |
Nuclei templates
1ProjectDiscoveryHIGHVideo List Manager <= 1.7 - SQL InjectionCVSS 7.2
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.
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.
Source: ProjectDiscovery