Skip to content

Commit ddd5324

Browse files
authored
Add linux-iscsi (CVE-2021-27365) (#84)
1 parent e189b92 commit ddd5324

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

linux-exploit-suggester.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,18 @@ author: Vitaly 'vnik' Nikolenko
892892
EOF
893893
)
894894

895+
EXPLOITS[((n++))]=$(cat <<EOF
896+
Name: ${txtgrn}[CVE-2021-27365]${txtrst} linux-iscsi
897+
Reqs: pkg=linux-kernel,ver<=5.11.3,CONFIG_SLAB_FREELIST_HARDENED!=y
898+
Tags: RHEL=8
899+
Rank: 1
900+
analysis-url: https://blog.grimm-co.com/2021/03/new-old-bugs-in-linux-kernel.html
901+
src-url: https://codeload.github.com/grimm-co/NotQuite0DayFriday/zip/trunk
902+
Comments: CONFIG_SLAB_FREELIST_HARDENED must not be enabled
903+
author: GRIMM
904+
EOF
905+
)
906+
895907
############ USERSPACE EXPLOITS ###########################
896908
n=0
897909

0 commit comments

Comments
 (0)