Skip to content

Commit b2d85f4

Browse files
authored
Add sudo pwfeedback (CVE-2019-18634) (#72)
1 parent 4dfd625 commit b2d85f4

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
@@ -1359,6 +1359,18 @@ author: bcoles
13591359
EOF
13601360
)
13611361

1362+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1363+
Name: ${txtgrn}[CVE-2019-18634]${txtrst} sudo pwfeedback
1364+
Reqs: pkg=sudo,ver<1.8.31
1365+
Tags: mint=19
1366+
Rank: 1
1367+
analysis-url: https://dylankatz.com/Analysis-of-CVE-2019-18634/
1368+
src-url: https://github.com/saleemrashid/sudo-cve-2019-18634/raw/master/exploit.c
1369+
author: saleemrashid
1370+
Comments: sudo configuration requires pwfeedback to be enabled.
1371+
EOF
1372+
)
1373+
13621374
###########################################################
13631375
## security related HW/kernel features
13641376
###########################################################

0 commit comments

Comments
 (0)