esotalk topic xss vulnerability
Closed this issue · 1 comments
evi1m0 commented
andrewks777 commented
Fix:
https://github.com/esotalk/esoTalk/blob/develop/core/lib/ETFormat.class.php
public function formatLink($url, $text = null)
public function formatLink($url, $text = null)
{
if ($text === null) $text = $url;
$url = sanitizeHTML($url);
$text = sanitizeHTML($text);