Skip to content

Commit 3c113ae

Browse files
authored
Add sudo Baron Samedit (CVE-2021-3156) (#80)
* Add sudo Baron Samedit (CVE-2021-3156) * Update linux-exploit-suggester.sh
1 parent d9d6c55 commit 3c113ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

linux-exploit-suggester.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,17 @@ Comments: Requires an administrator to login via the web interface.
13991399
EOF
14001400
)
14011401

1402+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1403+
Name: ${txtgrn}[CVE-2021-3156]${txtrst} sudo Baron Samedit
1404+
Reqs: pkg=sudo,ver<1.9.5p2
1405+
Tags: mint=19,ubuntu=18|20, debian=10
1406+
Rank: 1
1407+
analysis-url: https://www.qualys.com/2021/01/26/cve-2021-3156/baron-samedit-heap-based-overflow-sudo.txt
1408+
src-url: https://codeload.github.com/blasty/CVE-2021-3156/zip/main
1409+
author: blasty
1410+
EOF
1411+
)
1412+
14021413
###########################################################
14031414
## security related HW/kernel features
14041415
###########################################################

0 commit comments

Comments
 (0)