Description
|
|
A weakness and multiple vulnerabilities have been discovered in RuubikCMS, which can be exploited by malicious users to disclose potentially sensitive information and conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks.
1) Input passed to the "f" parameter in extra/image.php is not properly verified before being used to display files. This can be exploited to disclose the contents of arbitrary files via directory traversal sequences.
Successful exploitation requires that a value other than "/" is used as the directory separator (e.g. on Windows systems).
2) Input passed to the "feid" parameter in ruubikcms/tiny_mce/plugins/tinybrowser/folders.php, ruubikcms/tiny_mce/plugins/tinybrowser/edit.php, and ruubikcms/tiny_mce/plugins/tinybrowser/upload.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
3) Input passed to the "type" and "find" parameters in ruubikcms/tiny_mce/plugins/tinybrowser/edit.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
4) Input passed via the "folder" parameter to ruubikcms/tiny_mce/plugins/tinybrowser/tinybrowser.php (when "type" is set to "file") is not properly verified before being used to list directories. This can be exploited to list the contents of arbitrary directories via directory traversal sequences.
5) Input passed via the "name" POST parameter to ruubikcms/cms/index.php and ruubikcms/cms/extranet.php is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
Successful exploitation of this vulnerability requires e.g. "Publishers" permissions or higher.
The vulnerabilities are confirmed in version 1.1.1. Other versions may also be affected.
|