We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e189b92 commit ddd5324Copy full SHA for ddd5324
linux-exploit-suggester.sh
@@ -892,6 +892,18 @@ author: Vitaly 'vnik' Nikolenko
892
EOF
893
)
894
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
+
907
############ USERSPACE EXPLOITS ###########################
908
n=0
909
0 commit comments