We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfd625 commit b2d85f4Copy full SHA for b2d85f4
linux-exploit-suggester.sh
@@ -1359,6 +1359,18 @@ author: bcoles
1359
EOF
1360
)
1361
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
+
1374
###########################################################
1375
## security related HW/kernel features
1376
0 commit comments