WebGUI contains a flaw that may allow a remote malicious user to execute arbitrary commands. This flaw exists because the application does not properly filter specially crafted parameters upon submission to the 'lib/WebGUI/Asset.pm' script, in the www_add function, when adding a new Asset. It is possible that the flaw may allow the execution of arbitrary code resulting in a loss of integrity.
Classification
Location:
Remote / Network Access
Attack Type:
Input Manipulation
Impact:
Loss of Integrity
Solution:
Upgrade
Exploit:
Exploit Unknown
Disclosure:
OSVDB Verified,
Vendor Verified
OSVDB:
Web Related
Solution
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.
This product uses the Daylife API but is not endorsed or certified by Daylife.
This section lists the latest news and blogs found via the daylife API (and for older items, the technorati API), which mention or otherwise discuss this vulnerability.