|
Upgrade to version 6.7.6 or higher, as it has been reported to fix this vulnerability. It is also possible to correct the flaw by implementing the following workaround(s):
1) Edit lib/WebGUI/Asset.pm
2) Add the following line as the first line in the www_add method:
return "" unless ($session{form}{class} =~ m/^[A-Za-z0-9\:]+$/);
3) Save the file
4) Restart apache.
|