30 Sep 2019

Vulnerability Details: Multiple in Theme Editor

The changelog for the latest version of Theme Editor is “Security issues fixes”. Looking at the changes made in that we found that various functions in the plugin had security checks added. In most cases a capabilities check was added, to limit what users could access them. In some there was also previously a missing nonce check to prevent cross-site request forgery (CSRF), so anyone logged in to WordPress could previously access them. Among the things that previously anyone logged in to WordPress could do is to view the contents of arbitrary files and upload arbitrary files, both of which are things that hackers are highly likely to exploit when not requiring authentication, so they would be of concern even when requiring authentication.


[Read more]