mirror of
https://github.com/VoidSec/Exploit-Development
synced 2026-06-08 12:50:18 +00:00
fixed typos
This commit is contained in:
@@ -11,7 +11,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Shenzhen Sricctv Technology DeviceViewer User Field Stack Buffer Overlow',
|
||||
'Name' => 'Shenzhen Sricctv Technology DeviceViewer User Field Stack Buffer Overflow',
|
||||
'Description' => %q{
|
||||
This exploits a SEH stack buffer overflow in Shenzhen Sricctv Technology DeviceViewer
|
||||
v.3.10.12.0 present in the username login field.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Full title: DeviceViewer (DeviceViewer.exe) v.3.10.12.0 - 'Username' Field Stack Buffer Overlow (SEH) DEP+ASLR Bypass
|
||||
Full title: DeviceViewer (DeviceViewer.exe) v.3.10.12.0 - 'Username' Field Stack Buffer Overflow (SEH) DEP+ASLR Bypass
|
||||
CVE: CVE-2019-11563
|
||||
Exploit Author: Paolo Stagno aka VoidSec - voidsec@voidsec.com - https://voidsec.com
|
||||
Vendor Homepage: http://www.sricam.com/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Full title: DeviceViewer (DeviceViewer.exe) v.3.10.12.0 - 'Username' Field Stack Buffer Overlow (SEH) DEP+ASLR Bypass
|
||||
Full title: DeviceViewer (DeviceViewer.exe) v.3.10.12.0 - 'Username' Field Stack Buffer Overflow (SEH) DEP+ASLR Bypass
|
||||
CVE: CVE-2019-11563
|
||||
Exploit Author: Paolo Stagno aka VoidSec - voidsec@voidsec.com - https://voidsec.com
|
||||
Vendor Homepage: http://www.sricam.com/
|
||||
|
||||
Reference in New Issue
Block a user