Skip to content

Commit 0b1ed76

Browse files
authored
Add Wing FTP Server <= 6.2.5 LPE (CVE-2020-9470) (#73)
1 parent b2d85f4 commit 0b1ed76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

linux-exploit-suggester.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,19 @@ Comments: sudo configuration requires pwfeedback to be enabled.
13711371
EOF
13721372
)
13731373

1374+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1375+
Name: ${txtgrn}[CVE-2020-9470]${txtrst} Wing FTP Server <= 6.2.5 LPE
1376+
Reqs: cmd:[ -x /etc/init.d/wftpserver ]
1377+
Tags: ubuntu=18
1378+
Rank: 1
1379+
analysis-url: https://www.hooperlabs.xyz/disclosures/cve-2020-9470.php
1380+
src-url: https://www.hooperlabs.xyz/disclosures/cve-2020-9470.sh
1381+
exploit-db: 48154
1382+
author: Cary Cooper
1383+
Comments: Requires an administrator to login via the web interface.
1384+
EOF
1385+
)
1386+
13741387
###########################################################
13751388
## security related HW/kernel features
13761389
###########################################################

0 commit comments

Comments
 (0)