lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 9 Nov 2013 05:35:54 +0100
From: Root User <anonymous@...closure.com>
To: full-disclosure@...ts.grok.org.uk
Subject: Vulnerabilities in Redaxo 4.5 CMS

The following vulnerabilities have been found in Redaxo 4.5 (http://redaxo.org), an open source CMS for small and medium websites.

CSRF:
Redaxo has no CSRF protection and occasionally accepts GET variables in place of POST, which can be exploited to overwrite user passwords or delete files by an unsuspecting authenticated user.
* /redaxo/index.php?page=user&subpage=&user_id=1&save=1&username=admin&userpsw=admin&useradmin=1&userstatus=1&FUNC_UPDATE=Benutzer%20speichern
* /redaxo/index.php?page=import_export&subpage=import&function=delete&impname=.\..\..\..\.htaccess (Windows only)

XSS:
The following XSS in the Redaxo back-end can be exploited to hijack sessions of authenticated users.
* /redaxo/index.php?page=mediapool&a256_media_name=[XSS]
* /redaxo/index.php?page=structure&mode=[XSS]
* /redaxo/index.php?page=tinymce&subpage=settings&func=update&excludecats=[XSS]

RCE:
Authenticated users with access to the import/export module can execute arbitrary code on the server.
* /redaxo/index.php?page=import_export&subpage=export (Allows creation of .php.* files on server)
* /redaxo/index.php?page=import_export&subpage=import (Allows upload of .php files)
* The function rex_mediapool_filename() in "redaxo/functions/function_rex_mediapool.inc.php" fails to properly sanitize multiple file name extensions, which can be exploited to upload arbitrary code via the image manager (Apache AddHandler)

LFI in Redaxo-Addon tinymce:
* PHP function tinymce_generate_image() in "redaxo/include/addons/tinymce/functions/functions.inc.php" fails to properly sanitize file names. This has recently been fixed, but not been made public.

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ