Well, AUTH_KEY
and it´s brothers where introduced in WordPress 2.6 to improve safety for logged in users. They are used to encrypt and validate the information in your backend login cookie.
While revealing the AUTH_KEY
alone might not be a real security issue, you should nevertheless not output/use this anywhere to give less surface for attacks.
Furthermore I don´t see why you would use the AUTH_KEY
to prepare a folder/download link. I think it would be much better to use something like time()
to generate folder names if you want randomness or uniqueness or whatever without compromising the security of the system.
Update: I opened a thread in the plugins support area. Let´s see if the author responds to it.
Related Posts:
- Unwanted Links and Spam WordPress Pages and Posts
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- Are WordPress Plugins essential?
- I found this in a plugin. What does it do? is it dangerous?
- What are the common security flaws I need to look for? [closed]
- Disabled plugins are they security holes – rumor or reality?
- What could a hacker do with my wp-config.php
- How Can I Securely Implement a Password-less Login Feature?
- Security and .htaccess
- Why “Contact Form 7” doesn’t update PHPmailer library?
- Are there procedures to prevent malicious plugin updates?
- Preserve custom URL parameter on more pages
- Secure WordPress paid plugin
- How to make media upload private? [duplicate]
- Does WordPress contain “default” anti-SQL injection code that responds with a 404 error?
- What does a security risk in a plugin look like?
- Which method is best to enqueue scripts
- WordPress Capabilities: edit_user vs edit_users
- How to make WordPress use protocol indepentent upload files?
- Should we use plugins that aren’t available from the official WordPress site?
- How to check plugins for malicious code?
- How to properly secure my WordPress installation?
- Why allow overriding crucial pluggable functions wp_verify_nonce and wp_create_nonce?
- Where should my plugin POST to?
- Security error WP 4.0 + WP phpBB Bridge [closed]
- Should I install plugins to my WordPress installation from web sites having in URL “nulled” or, “null”?
- Disabled plugins are security holes – rumor or reality?
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- Woocommerce different URL for every table placed in the restaurant
- Should I use RIPS tool to test my themes and plugins?
- Author Specific URL’s in WordPress
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Prevent Brute Force Attack
- Why users disable the WordPress update?
- Add query string to plugin URL
- How many security plugins are too many? [closed]
- Will WordPress username displayed somewhere in the site?
- Upgrading WordPress 4.0 asks for FTP password
- I need to generate the CSS for my plugin from a function, how do i map a request to a function in the front-end?
- How Restrict access to admin dashboard by specific static ip?
- When is it useful to use wp_verify_nonce
- Protecting against malicious code in WordPress plugin updates
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- How can I pass a variable to a page with a SEF url?
- How to expire all wordpress user passwords instantly?
- locate_template with multiple categories?
- custom taxonomy and custom post type url conflict
- How to limit WordPress pages during updates?
- rms_unique_wp_mu_pl_fl_nm.php
- Weird problems after recovery from security breach
- How can we deal with unmaintained plugins with vulnerabilities?
- Security issues with WP sites
- Security checking in meta_box save is reluctant?
- Images not showing on homepage after migration [duplicate]
- How can i see/log all requests coming from a registration form (not from the UI)?
- Write mysql credentials in plugin
- Creating custom URL for async content
- Site is continuously accessing by several IPs
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Validating values using Settings API?
- How To Rewrite WordPress Pages URL Only?
- using .htaccess only for wordpress security no plugins
- SWF in wordpress post
- How can I process all requests for a given directory in a URL with my plugin?
- Display Plugin information on specific url
- Why links are not linked if edited comment?
- Problem with permissions in wp-content/plugins
- How to get the real address from a url (permalink)
- File permissions for wp-minify plugin
- Remove base from the custom post type URL [duplicate]
- WP Job Manger change jobs url (NOT slug)
- What is the recommended way to be notified of security updates to my plugins? [closed]
- My WP site and password was hacked, what to do? [closed]
- map urls to plugins
- HTML link within my plugin settings page
- How to resolve these findings from security audit
- Why plugin’s icon for the menu not found?
- Fetching Video From YouTube Automatically [closed]
- How I can hide my wp folders from Inspect Element (Developer Tools)
- How to Find WordPress site has backdoor login Codes
- How to delete Password Protected posts cookies when a user logged out from the site
- How to create a custom wordpress plugin for a specific functionality?
- How to rename files during upload to a random string?
- How to change all the urls of the WordPress site?
- Stop the user if login from the cookies
- WordPress User Registration/ Sign Up -> Able to take Paid Certification Courses & keep track of Completed Certificates
- Block Root REST API Route using custom &/or iThemes
- Is it a good idea to restrict the REST API
- WordPress.Security.NonceVerification.Recommended
- How to Handle? vp_page Parameter in WordPress and Resolve Google Search Console Validation Issues?
- Trying to Find the PHP File/Function that Handles a Specific Form Action URL
- Help with coding a link for a button in WordPress with The Events Calendar Plugin
- Secure way to add JS Script to WordPress filesystem
- How to Change Default RSS Feed URL in WordPress Website?
- Capture query param and insert into to form field
- Bullet proofing a server with 150 WP insallations
- Code Snippets security when selecting “only run on front end”
- How to verify/test that a custom built wordpress theme is as secure as possible?