Skip to content

Commit e189b92

Browse files
authored
CVE-2017-5618: Fix URL and version check (#83)
1 parent 97919a4 commit e189b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux-exploit-suggester.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,10 +1433,10 @@ EOF
14331433

14341434
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
14351435
Name: ${txtgrn}[CVE-2017-5618]${txtrst} setuid screen v4.5.0 LPE
1436-
Reqs: pkg=screen,ver>=4.5.0,ver<=4.5.0
1436+
Reqs: pkg=screen,ver==4.5.0
14371437
Tags:
14381438
Rank: 1
1439-
analysis-url: https://seclists.org/oss-sec/2017/q1/18
1439+
analysis-url: https://seclists.org/oss-sec/2017/q1/184
14401440
exploit-db: https://www.exploit-db.com/exploits/41154
14411441
EOF
14421442
)

0 commit comments

Comments
 (0)