Skip to content

Commit cc7319a

Browse files
authored
udp_sendmsg (CVE-2009-2698): Update tags, comments and authors (#82)
1 parent 3c113ae commit cc7319a

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

linux-exploit-suggester.sh

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,21 +256,39 @@ EOF
256256
)
257257

258258
EXPLOITS[((n++))]=$(cat <<EOF
259-
Name: ${txtgrn}[CVE-2009-2698]${txtrst} udp_sendmsg (by spender)
259+
Name: ${txtgrn}[CVE-2009-2698]${txtrst} the rebel (udp_sendmsg)
260260
Reqs: pkg=linux-kernel,ver>=2.6.1,ver<=2.6.19
261-
Tags:
261+
Tags: debian=4
262262
Rank: 1
263263
src-url: https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/bin-sploits/9574.tgz
264264
exploit-db: 9574
265+
analysis-url: https://blog.cr0.org/2009/08/cve-2009-2698-udpsendmsg-vulnerability.html
266+
author: spender
267+
Comments: /proc/sys/vm/mmap_min_addr needs to equal 0 OR pulseaudio needs to be installed
265268
EOF
266269
)
267270

268271
EXPLOITS[((n++))]=$(cat <<EOF
269-
Name: ${txtgrn}[CVE-2009-2698]${txtrst} udp_sendmsg
270-
Reqs: pkg=linux-kernel,ver>=2.6.1,ver<=2.6.19
272+
Name: ${txtgrn}[CVE-2009-2698]${txtrst} hoagie_udp_sendmsg
273+
Reqs: pkg=linux-kernel,ver>=2.6.1,ver<=2.6.19,x86
271274
Tags: debian=4
272275
Rank: 1
273276
exploit-db: 9575
277+
analysis-url: https://blog.cr0.org/2009/08/cve-2009-2698-udpsendmsg-vulnerability.html
278+
author: andi
279+
Comments: Works for systems with /proc/sys/vm/mmap_min_addr equal to 0
280+
EOF
281+
)
282+
283+
EXPLOITS[((n++))]=$(cat <<EOF
284+
Name: ${txtgrn}[CVE-2009-2698]${txtrst} katon (udp_sendmsg)
285+
Reqs: pkg=linux-kernel,ver>=2.6.1,ver<=2.6.19,x86
286+
Tags: debian=4
287+
Rank: 1
288+
src-url: https://github.com/Kabot/Unix-Privilege-Escalation-Exploits-Pack/raw/master/2009/CVE-2009-2698/katon.c
289+
analysis-url: https://blog.cr0.org/2009/08/cve-2009-2698-udpsendmsg-vulnerability.html
290+
author: VxHell Labs
291+
Comments: Works for systems with /proc/sys/vm/mmap_min_addr equal to 0
274292
EOF
275293
)
276294

@@ -279,7 +297,10 @@ Name: ${txtgrn}[CVE-2009-2698]${txtrst} ip_append_data
279297
Reqs: pkg=linux-kernel,ver>=2.6.1,ver<=2.6.19,x86
280298
Tags: fedora=4|5|6,RHEL=4
281299
Rank: 1
300+
analysis-url: https://blog.cr0.org/2009/08/cve-2009-2698-udpsendmsg-vulnerability.html
282301
exploit-db: 9542
302+
author: p0c73n1
303+
Comments: Works for systems with /proc/sys/vm/mmap_min_addr equal to 0
283304
EOF
284305
)
285306

0 commit comments

Comments
 (0)