WordPress Plugin Vulnerabilities

404 Solution < 2.35.8 - Admin+ SQL Injection

Description

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.

Proof of Concept

1. navigate to logs "https://example.com/wp-admin/options-general.php?page=abj404_solution&subpage=abj404_logs".
2.Click on any function like date to sort result. Observe request and response.
3. Add payload in order parameter. Payload "%2c(select*from(select(sleep(20)))a)".
4.Observe payload executed successfully

Affects Plugins

Fixed in 2.35.8

References

Classification

Type
SQLI
OWASP top 10
CWE

Miscellaneous

Original Researcher
Sumit Patel
Submitter
Sumit Patel
Verified
Yes

Timeline

Publicly Published
2024-02-17 (about 2 months ago)
Added
2024-02-17 (about 2 months ago)
Last Updated
2024-02-17 (about 2 months ago)

Other