Skip to content

Commit 61c1942

Browse files
authored
Add Netfilter heap out-of-bounds write (CVE-2021-22555) (#90)
1 parent a1b33c8 commit 61c1942

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

linux-exploit-suggester.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,20 @@ author: GRIMM
904904
EOF
905905
)
906906

907+
EXPLOITS[((n++))]=$(cat <<EOF
908+
Name: ${txtgrn}[CVE-2021-22555]${txtrst} Netfilter heap out-of-bounds write
909+
Reqs: pkg=linux-kernel,ver>=2.6.19,ver<=5.12-rc6
910+
Tags: ubuntu=20.04{kernel:5.8.0-*}
911+
Rank: 1
912+
analysis-url: https://google.github.io/security-research/pocs/linux/cve-2021-22555/writeup.html
913+
src-url: https://raw.githubusercontent.com/google/security-research/master/pocs/linux/cve-2021-22555/exploit.c
914+
ext-url: https://raw.githubusercontent.com/bcoles/kernel-exploits/master/CVE-2021-22555/exploit.c
915+
Comments: ip_tables kernel module must be loaded
916+
exploit-db: 50135
917+
author: theflow (orginal exploit author); bcoles (author of exploit update at 'ext-url')
918+
EOF
919+
)
920+
907921
############ USERSPACE EXPLOITS ###########################
908922
n=0
909923

0 commit comments

Comments
 (0)