Sensitive Files
Drupal Temporary Folder (tmp/) Access Check
The Drupal temporary folder may contain sensitive data. Verify that it is not publicly accessible to avoid information leaks.
What this test checks
This test checks whether the Drupal temporary folder is publicly accessible. This folder may contain temporary files, sessions, and data being processed. Its exposure can reveal information about your site's architecture.
Our recommendation
Place the /tmp/ folder outside your site's public directory by configuring the path in settings.php. If not possible, protect it with a .htaccess file. Regularly check that the folder is not navigable.
Security tests
Read more
CMS Security