Skip to content

Commit 65589f8

Browse files
committed
XFRM_UAF (CVE-2019-15666) exploit (initial entry_)
1 parent 0028b4a commit 65589f8

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
@@ -856,6 +856,18 @@ author: Jann Horn (orginal exploit author); bcoles (author of exploit update at
856856
EOF
857857
)
858858

859+
EXPLOITS[((n++))]=$(cat <<EOF
860+
Name: ${txtgrn}[CVE-2019-15666]${txtrst} XFRM_UAF
861+
Reqs: pkg=linux-kernel,ver>=3,ver<5.0.19,CONFIG_USER_NS=y,sysctl:kernel.unprivileged_userns_clone==1,CONFIG_XFRM=y
862+
Tags:
863+
Rank: 1
864+
analysis-url: https://duasynt.com/blog/ubuntu-centos-redhat-privesc
865+
bin-url: https://github.com/duasynt/xfrm_poc/raw/master/lucky0
866+
Comments: CONFIG_USER_NS needs to be enabled; CONFIG_XFRM needs to be enabled
867+
author: Vitaly 'vnik' Nikolenko
868+
EOF
869+
)
870+
859871
############ USERSPACE EXPLOITS ###########################
860872
n=0
861873

0 commit comments

Comments
 (0)