Security issue: No permission control – Any user can replace any file
-
This plugin allows any user to replace media owned by any other user. This should not be allowed, and only the admin should have these abilities. By default, a user should only be allowed to modify their own files.
It should be fairly simple to update this plugin so that a user can only modify the media files they own, unless they’re an admin (
current_user_can( 'manage_options' )
) in which case they should be able to modify all media.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Security issue: No permission control – Any user can replace any file’ is closed to new replies.