fix XSS lastcomments plugin http://www.exploit-db.com/exploits/12034
This commit is contained in:
parent
d25c3ca1e6
commit
6818c2854e
@ -49,6 +49,8 @@ function plugin_lastcomments_widget() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
comment_clean($arr);
|
||||||
|
|
||||||
$content .=
|
$content .=
|
||||||
"<li>
|
"<li>
|
||||||
<blockquote class=\"comment-quote\" cite=\"comments.php?entry={$arr['entry']}#{$arr['id']}\">
|
<blockquote class=\"comment-quote\" cite=\"comments.php?entry={$arr['entry']}#{$arr['id']}\">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user