vendor:
Drupal
by:
Milad Karimi (Ex3ptionaL)
6.1
CVSS
HIGH
Full Path Disclosure
200
CWE
Product Name: Drupal
Affected Version From: 11.x-dev
Affected Version To: 11.x-dev
Patch Exists: NO
Related CWE: CVE-2024-45440
CPE: a:drupal:drupal:11.x-dev
Platforms Tested:
2025
Drupal 11.x-dev – Full Path Disclosure
Drupal 11.x-dev Full Path Disclosure Vulnerability: core/authorize.php allows Full Path Disclosure even when error logging is None if the value of hash_salt is file_get_contents of a file that does not exist.
Mitigation:
Ensure that error logging is properly configured and that sensitive information is not exposed in error messages. Avoid using file_get_contents on dynamic user input or unverified files.