Drupal 11.x-dev - Full Path Disclosure
ID: CVE-2024-45440
Severity: medium
Author: DhiyaneshDK
Tags: cve,cve2024,drupal,exposure,error
Description
Section titled “Description”core/authorize.php in Drupal 11.x-dev 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.
YAML Source
Section titled “YAML Source”id: CVE-2024-45440
info: name: Drupal 11.x-dev - Full Path Disclosure author: DhiyaneshDK severity: medium description: | core/authorize.php in Drupal 11.x-dev 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. reference: - https://senscybersecurity.nl/CVE-2024-45440-Explained/ - https://nvd.nist.gov/vuln/detail/CVE-2024-45440 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cve-id: CVE-2024-45440 cwe-id: CWE-209 epss-score: 0.00046 epss-percentile: 0.17715 cpe: cpe:2.3:a:drupal:drupal:2023-05-09:*:*:*:*:*:*:* metadata: max-request: 1 verified: true vendor: drupal product: drupal shodan-query: - http.component:"drupal" - cpe:"cpe:2.3:a:drupal:drupal" tags: cve,cve2024,drupal,exposure,error
http: - method: GET path: - "{{BaseURL}}/core/authorize.php"
matchers-condition: and matchers: - type: word part: body words: - "getHashSalt" - "RuntimeException" condition: and
- type: status status: - 200# digest: 4a0a00473045022100c91b736e9422749e249403002c596f8a95c5d957ff1bfcffc4df7aa2683439dc02206f7d0514170cfc199cd2c358d9484fcd82aeb5c1fbb7a650eb9d33518d32baec:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-45440.yaml"