Skip to content

Commit e3d768b

Browse files
authored
CVE-2017-5618: move, fix exploit-db URL, add author
1 parent a1b33c8 commit e3d768b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

linux-exploit-suggester.sh

+11-10
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,17 @@ Comments: Uses "Stack Clash" technique
13181318
EOF
13191319
)
13201320

1321+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1322+
Name: ${txtgrn}[CVE-2017-5618]${txtrst} setuid screen v4.5.0 LPE
1323+
Reqs: pkg=screen,ver==4.5.0
1324+
Tags:
1325+
Rank: 1
1326+
analysis-url: https://seclists.org/oss-sec/2017/q1/184
1327+
exploit-db: 41154
1328+
author: Xiphos Research Ltd
1329+
EOF
1330+
)
1331+
13211332
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
13221333
Name: ${txtgrn}[CVE-2018-1000001]${txtrst} RationalLove
13231334
Reqs: pkg=glibc|libc6,ver<2.27,CONFIG_USER_NS=y,sysctl:kernel.unprivileged_userns_clone==1,x86_64
@@ -1454,16 +1465,6 @@ author: worawit
14541465
EOF
14551466
)
14561467

1457-
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1458-
Name: ${txtgrn}[CVE-2017-5618]${txtrst} setuid screen v4.5.0 LPE
1459-
Reqs: pkg=screen,ver==4.5.0
1460-
Tags:
1461-
Rank: 1
1462-
analysis-url: https://seclists.org/oss-sec/2017/q1/184
1463-
exploit-db: https://www.exploit-db.com/exploits/41154
1464-
EOF
1465-
)
1466-
14671468
###########################################################
14681469
## security related HW/kernel features
14691470
###########################################################

0 commit comments

Comments
 (0)