mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 09:09:31 +02:00
1006 B
1006 B
CVE-2021-24978
Description
The OSMapper WordPress plugin through 2.1.5 contains an AJAX action to delete a plugin related post type named 'map' and is registered with the wp_ajax_nopriv prefix, making it available to unauthenticated users. There is no authorisation, CSRF and checks in place to ensure that the post to delete is a map one. As a result, unauthenticated user can delete arbitrary posts from the blog
POC
Reference
- https://wpscan.com/vulnerability/f0f2af29-e21e-4d16-9424-1a49bff7fb86
- https://wpscan.com/vulnerability/f0f2af29-e21e-4d16-9424-1a49bff7fb86
Github
No PoCs found on GitHub currently.