The wp_ajax_update_plugin function in wp-admin/includes/ajax-actions.php in WordPress before 4.6 makes a get_plugin_data call before checking the update_plugins capability, which allows remote authenticated users to bypass intended read-access restrictions via the plugin parameter to wp-admin/admin-ajax.php, a related issue to CVE-2016-6896.
Software security is not security software. Here we're concerned with topics like authentication, access control, confidentiality, cryptography, and privilege management.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/96847 | vdb entry |
http://www.openwall.com/lists/oss-security/2016/08/20/1 | third party advisory mailing list |
https://core.trac.wordpress.org/changeset/38168 | patch issue tracking |
https://sumofpwn.nl/advisory/2016/path_traversal_vulnerability_in_wordpress_core_ajax_handlers.html | third party advisory technical description |
https://core.trac.wordpress.org/ticket/37490 | issue tracking |