New Version Security Issues
-
With the latest 1.7.2 version. You have changed the folder where the uploaded files will be stored to wau-uploads. There are 2 main issues that arised:
- Some files that were uploaded and ended up in wau-uploads folder are not accessible from order page download link, it shows “Unauthorized Access”. Issue is happening in your wau_secure_file_download() and If the nonce is missing or invalid, it immediately calls
wp_die(), blocking access. - PDF and some other files are still getting uploaded to the regular WordPress upload 2025 folder. Why? If you are making an upgrade why you left behind certain file formats. $allowed_types = apply_filters( ‘wau_allowed_file_types’, array( ‘jpg’, ‘jpeg’, ‘png’, ‘gif’, ‘webp’ ) );
Please fix or revert back to the same old regular upload to WP Upload folder. Fix this asap because half of our files are sitting in WP Upload and the new ones that are not accessible are going in WAU folder. Update asap.
- Some files that were uploaded and ended up in wau-uploads folder are not accessible from order page download link, it shows “Unauthorized Access”. Issue is happening in your wau_secure_file_download() and If the nonce is missing or invalid, it immediately calls
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘New Version Security Issues’ is closed to new replies.