TUCoPS :: HP Unsorted T :: va2873.htm

Trellis Desk v1.0 XSS Vulnerability
Trellis Desk v1.0 XSS Vulnerability
Trellis Desk v1.0 XSS Vulnerability



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


TUCoPS is optimized to look best in Firefox® on a widescreen monitor (1440x900 or better).
Site design & layout copyright © 1986-2024 AOH