Ralf Image Gallery <=0.7.4 - Multiple XSS, Remote File Include and directory traversal vulnerabilities
SecurityAlert : 1136 CVE : CVE-2006-3210 SecurityRisk : High (About) Remote Exploit : Yes Local Exploit : No Exploit Available : Yes Credit : David "Aesthetico" Vieira-Kurz Published : 28.06.2006
Affected Software :
Ralf Image Gallery <=0.7.4
Advisory Content :
[MajorSecurity #18] Ralf Image Gallery <= - Multiple XSS, Remote File
Include and directory traversal vulnerabilities
----------------------------------------------
Software: RIG[Ralf Image Gallery]
Version: <=0.7.4
Type: Cross site scripting + remote file include + directory traversal
Discovery Date: June, 12th 2006
Made public: June, 20th 2006
Vendor: RIG is developed and maintained by Le R'alf
Edit the source code to ensure that input is properly sanitised.
You should work with "htmlspecialchars()" or "strip_tags()" php-function to
ensure that html tags
are not going to be executed.
Example:
<?php
echo htmlspecialchars("<script");
?>
Set "register_globals" to "Off".
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.