------------------------------------------------------------------------ Easy Forms for MailChimp Local File Inclusion vulnerability ------------------------------------------------------------------------ Yorick Koster, July 2016 ------------------------------------------------------------------------ Abstract ------------------------------------------------------------------------ It was discovered that the Easy Forms for MailChimp WordPress plugin is vulnerable to Local File Inclusion. This issue can potentially be exploited to run arbitrary PHP code. In order to do so, the attacker must be able to place an arbitrary PHP file on the target system. The malicious file must have the .php extension. ------------------------------------------------------------------------ OVE ID ------------------------------------------------------------------------ OVE-20160712-0023 ------------------------------------------------------------------------ Tested versions ------------------------------------------------------------------------ This issue was successfully tested on Easy Forms for MailChimp [2] WordPress Plugin version 6.0.5.5. ------------------------------------------------------------------------ Fix ------------------------------------------------------------------------ This issue is resolved in Easy Forms for MailChimp 6.1 [3]. ------------------------------------------------------------------------ Introduction ------------------------------------------------------------------------ The Easy Forms for MailChimp [2] WordPress Plugin allows adding unlimited MailChimp sign up forms to a WordPress site. It is possible to add forms to posts, pages, sidebars and other widgetized areas. A Local File Inclusion vulnerability exists in the Easy Forms for MailChimp WordPress plugin. This issue can potentially be exploited to run arbitrary PHP code. In order to do so, the attacker must be able to place an arbitrary PHP file on the target system. The malicious file must have the .php extension. ------------------------------------------------------------------------ Details ------------------------------------------------------------------------ The issue exists in the file /admin/partials/menu/options.php and is caused by the lack of input validation on the section request parameter. The vulnerable code is listed below. ------------------------------------------------------------------------ Proof of concept ------------------------------------------------------------------------
------------------------------------------------------------------------ References ------------------------------------------------------------------------ [1] https://sumofpwn.nl/advisory/2016/easy_forms_for_mailchimp_local_file_inclusion_vulnerability.html [2] https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/ [3] https://downloads.wordpress.org/plugin/yikes-inc-easy-mailchimp-extender.6.1.zip