Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:21473
HistoryMar 12, 2009 - 12:00 a.m.

Trellis Desk v1.0 XSS Vulnerability

2009-03-1200:00:00
vulners.com
32

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 );