CVE-2022-0693
Master Elements <= 8.0 - Unauthenticated SQLi
Record summary
CVE-2022-0693 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The Master Elements WordPress plugin through 8.0 does not validate and escape the meta_ids parameter of its remove_post_meta_condition AJAX action (available to both unauthenticated and authenticated users) before using it in a SQL statement, leading to an unauthenticated SQL Injection
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Master Elements | CVE List | 8.0 to ≤ 8.0 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALWordPress Master Elements <=8.0 - SQL InjectionCVSS 9.8
WordPress Master Elements plugin through 8.0 contains a SQL injection vulnerability. The plugin does not validate and escape the meta_ids parameter of its remove_post_meta_condition AJAX action, available to both unauthenticated and authenticated users, before using it in a SQL statement. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
Impact
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or further compromise of the WordPress site.
Remediation
Update to the latest version of WordPress Master Elements plugin (>=8.1) to mitigate the SQL Injection vulnerability.
Source: ProjectDiscovery