Trellis Desk v1.0 XSS Vulnerability

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This problem has been reported to the author but no action taken to resolve the issue.

The search box does not sanitise data and is open to simple XSS SQL injection.

file sources/article.php find around line 519
$searchstring = $this->ifthd->input['keywords'];

Needs to have the following line added after...
$searchstring = mysql_real_escape_string( $searchstring );


[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux