mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
Update exploit_cve_2021_31166.yar
This commit is contained in:
parent
3dda1ff620
commit
ee142d3683
@ -4,11 +4,10 @@ rule EXPL_CVE_2021_31166_Accept_Encoding_May21_1 {
|
||||
description = "Detects malformed Accept-Encoding header field as used in code exploiting CVE-2021-31166"
|
||||
author = "Florian Roth"
|
||||
reference = "https://github.com/0vercl0k/CVE-2021-31166"
|
||||
license = "https://creativecommons.org/licenses/by-nc/4.0/"
|
||||
date = "2021-05-21"
|
||||
score = 70
|
||||
strings:
|
||||
$xr1 = /[Aa]ccept\-[Ee]ncoding: [a-z\-]{1,16}, [a-z\-]{1,16}, [a-z\-]{1,16}, ,/
|
||||
$xr1 = /[Aa]ccept\-[Ee]ncoding: [a-z\-]{1,16},([a-z\-\s]{1,16},|)*[\s]{1,20},/
|
||||
condition:
|
||||
1 of them
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user