CVSS Summary
Score | 8 High |
---|---|
Vector | Network |
Complexity | Low |
Authentication | Single |
Confidentiality | Complete |
Integrity | Partial |
Availability | Partial |
Last revised:
An admin user can execute arbitrary code due to using create_function(). The plugin’s authors made it tricky by using single-quotes instead of double quotes, and they replaced all single quotes with a backslash followed by single quotes. Unfortunately, escaping strings is not quite that easy. Using backslash-quote we are able to escape the backslash leaving us a quote.
Current state: Fixed
Score | 8 High |
---|---|
Vector | Network |
Complexity | Low |
Authentication | Single |
Confidentiality | Complete |
Integrity | Partial |
Availability | Partial |
',phpinfo(),#
Upgrade to version 1.7.9.2.