CVE-2023-0900
AP Pricing Tables Lite <= 1.1.6 - Admin+ SQLi
Record summary
CVE-2023-0900 has a selected CVSS score of 7.2 (high); EIP currently links 1 Nuclei template.
Description
The Pricing Table Builder WordPress plugin through 1.1.6 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 admins.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 8, 2025 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Pricing Table BuilderDefault status: affected | CVE List | Through 1.1.6 | affected |
Nuclei templates
1ProjectDiscoveryHIGHAP Pricing Tables Lite <= 1.1.6 - 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 admins.
Impact
Authenticated high-privilege attackers (admin) can exploit SQL injection through the table_id parameter in the copy_table action to extract database contents, potentially stealing user credentials and compromising the WordPress database.
Remediation
Update AP Pricing Tables Lite plugin to a version newer than 1.1.6 that uses parameterized queries or prepared statements for the table_id parameter in admin-ajax.php.
Source: ProjectDiscovery