Skip to content

Commit 97919a4

Browse files
authored
Add setuid screen v4.5.0 LPE (#81)
1 parent cc7319a commit 97919a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

linux-exploit-suggester.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,16 @@ author: blasty
14311431
EOF
14321432
)
14331433

1434+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1435+
Name: ${txtgrn}[CVE-2017-5618]${txtrst} setuid screen v4.5.0 LPE
1436+
Reqs: pkg=screen,ver>=4.5.0,ver<=4.5.0
1437+
Tags:
1438+
Rank: 1
1439+
analysis-url: https://seclists.org/oss-sec/2017/q1/18
1440+
exploit-db: https://www.exploit-db.com/exploits/41154
1441+
EOF
1442+
)
1443+
14341444
###########################################################
14351445
## security related HW/kernel features
14361446
###########################################################

0 commit comments

Comments
 (0)