Lucene search
+L

1013 matches found

ATTACKERKB
ATTACKERKB
added 2018/03/19 12:0 a.m.45 views

CVE-2018-7445

A buffer overflow was found in the MikroTik RouterOS SMB service when processing NetBIOS session request messages. Remote attackers with access to the service can exploit this vulnerability and gain code execution on the system. The overflow occurs before authentication takes place, so it is...

10CVSS10.1AI score0.61018EPSS
SaveIn wildExploits8References6
seebug.org
seebug.org
added 2018/03/16 12:0 a.m.294 views

MikroTik RouterOS SMB Buffer Overflow(CVE-2018-7445)

Advisory Information Title: MikroTik RouterOS SMB Buffer Overflow Advisory ID: CORE-2018-0003 Advisory URL: http://www.coresecurity.com/advisories/mikrotik-routeros-smb-buffer-overflow Date published: 2018-03-15 Date of last update: 2018-03-15 Vendors contacted: MikroTik Release mode:...

10.3AI score0.61018EPSS
SaveExploits8
zdt
zdt
added 2018/03/16 12:0 a.m.230 views

MikroTik RouterOS < 6.41.3/6.42rc27 - SMB Buffer Overflow Exploit

Exploit for hardware platform in category remote exploits !/usr/bin/env python import socket import struct import sys import telnetlib NETBIOSSESSIONMESSAGE = "\x00" NETBIOSSESSIONREQUEST = "\x81" NETBIOSSESSIONFLAGS = "\x00" trick from http://shell-storm.org/shellcode/files/shellcode-881.php wil...

9.2AI score0.61018EPSS
SaveExploits8
Positive Technologies
Positive Technologies
added 2018/03/15 12:0 a.m.4 views

PT-2018-1178

Name of the Vulnerable Software and Affected Versions MikroTik RouterOS versions prior to 6.41.3/6.42rc27 Description The issue is caused by a buffer overflow in the SMB service of MikroTik RouterOS, allowing remote attackers to execute arbitrary code on the system. This can be exploited before...

10CVSS10AI score0.61018EPSS
SaveExploits8References19
Packet Storm
Packet Storm
added 2018/03/15 12:0 a.m.137 views

MikroTik RouterOS SMB Buffer Overflow

Core Security - Corelabs Advisory http://corelabs.coresecurity.com/ MikroTik RouterOS SMB Buffer Overflow 1. Advisory Information Title: MikroTik RouterOS SMB Buffer Overflow Advisory ID: CORE-2018-0003 Advisory URL: http://www.coresecurity.com/advisories/mikrotik-routeros-smb-buffer-overflow Dat...

9.2AI score0.61018EPSS
SaveExploits8
Core Security
Core Security
added 2018/03/15 12:0 a.m.1259 views

MikroTik RouterOS SMB Buffer Overflow

Advisory ID Internal CORE-2018-0003 1. Advisory Information Title: MikroTik RouterOS SMB Buffer Overflow Advisory ID: CORE-2018-0003 Advisory URL:https://www.coresecurity.com/core-labs/advisories/mikrotik-routeros-smb-buffer-overflow Date published: 2018-03-15 Date of last update: 2018-03-15...

10CVSS10AI score0.61018EPSS
SaveExploits8
exploitpack
exploitpack
added 2018/03/15 12:0 a.m.13 views

MikroTik RouterOS 6.41.36.42rc27 - SMB Buffer Overflow

MikroTik RouterOS 6.41.36.42rc27 - SMB Buffer Overflow !/usr/bin/env python import socket import struct import sys import telnetlib NETBIOSSESSIONMESSAGE = "\x00" NETBIOSSESSIONREQUEST = "\x81" NETBIOSSESSIONFLAGS = "\x00" trick from http://shell-storm.org/shellcode/files/shellcode-881.php will...

0.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/03/15 12:0 a.m.147 views

MikroTik RouterOS < 6.41.3/6.42rc27 - SMB Buffer Overflow

!/usr/bin/env python import socket import struct import sys import telnetlib NETBIOSSESSIONMESSAGE = "\x00" NETBIOSSESSIONREQUEST = "\x81" NETBIOSSESSIONFLAGS = "\x00" trick from http://shell-storm.org/shellcode/files/shellcode-881.php will place the socket file descriptor in eax findsockfd =...

10CVSS8.6AI score0.61018EPSS
SaveExploits8
Packet Storm
Packet Storm
added 2018/03/13 12:0 a.m.54 views

MikroTik RouterOS Chimay Red Stack Clash Remote Code Execution

!/usr/bin/env python3 Mikrotik Chimay Red Stack Clash Exploit by BigNerd95 Tested on RouterOS 6.38.4 mipsbe using a CRS109 Used tools: pwndbg, rasm2, mipsrop for IDA I used ropper only to automatically find gadgets ASLR enabled on libs only DEP NOT enabled import socket, time, sys, struct, re fro...

7.1AI score
SaveExploits0
zdt
zdt
added 2018/03/13 12:0 a.m.45 views

MikroTik RouterOS < 6.38.4 (x86) - Chimay Red Stack Clash Remote Code Execution Exploit

Exploit for hardware platform in category remote exploits !/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import ropgadget...

7.1AI score
SaveExploits0
zdt
zdt
added 2018/03/13 12:0 a.m.114 views

MikroTik RouterOS < 6.38.4 (MIPSBE) - Chimay Red Stack Clash Remote Code Execution Exploit

Exploit for hardware platform in category remote exploits !/usr/bin/env python3 Mikrotik Chimay Red Stack Clash Exploit by BigNerd95 Tested on RouterOS 6.38.4 mipsbe using a CRS109 Used tools: pwndbg, rasm2, mipsrop for IDA I used ropper only to automatically find gadgets ASLR enabled on libs onl...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/03/13 12:0 a.m.60 views

MikroTik RouterOS Chimay Red Stack Clash Remote Code Execution

!/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import ropgadget ASTSTACKSIZE = 0x800000 default stack size per thread 8 MB...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2018/03/13 12:0 a.m.66 views

MikroTik RouterOS < 6.38.4 (x86) - 'Chimay Red' Stack Clash Remote Code Execution

!/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import ropgadget ASTSTACKSIZE = 0x800000 default stack size per thread 8 MB...

SaveExploits0
Exploit DB
Exploit DB
added 2018/03/12 12:0 a.m.61 views

MikroTik RouterOS < 6.38.4 (MIPSBE) - 'Chimay Red' Stack Clash Remote Code Execution

!/usr/bin/env python3 Mikrotik Chimay Red Stack Clash Exploit by BigNerd95 Tested on RouterOS 6.38.4 mipsbe using a CRS109 Used tools: pwndbg, rasm2, mipsrop for IDA I used ropper only to automatically find gadgets ASLR enabled on libs only DEP NOT enabled import socket, time, sys, struct, re fro...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2018/03/12 12:0 a.m.38 views

MikroTik RouterOS 6.38.4 (x86) - Chimay Red Stack Clash Remote Code Execution

MikroTik RouterOS 6.38.4 x86 - Chimay Red Stack Clash Remote Code Execution !/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import...

SaveExploits0
exploitpack
exploitpack
added 2018/03/12 12:0 a.m.55 views

MikroTik RouterOS 6.38.4 (MIPSBE) - Chimay Red Stack Clash Remote Code Execution

MikroTik RouterOS 6.38.4 MIPSBE - Chimay Red Stack Clash Remote Code Execution !/usr/bin/env python3 Mikrotik Chimay Red Stack Clash Exploit by BigNerd95 Tested on RouterOS 6.38.4 mipsbe using a CRS109 Used tools: pwndbg, rasm2, mipsrop for IDA I used ropper only to automatically find gadgets ASL...

8.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/03/12 12:0 a.m.58 views

MikroTik RouterOS < 6.38.4 (x86) - 'Chimay Red' Stack Clash Remote Code Execution

!/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import ropgadget ASTSTACKSIZE = 0x800000 default stack size per thread 8 MB...

5.3AI score
SaveExploits0
CNVD
CNVD
added 2018/01/18 12:0 a.m.6 views

MikroTik RouterOS Remote Code Execution Vulnerability

MikroTik RouterOS is a routing operating system, and through the software to turn a standard PC computer into a professional router, in the development and application of the software is constantly updated and evolving, the software has undergone a number of updates and improvements, so that its...

8.1AI score
SaveExploits0References1
seebug.org
seebug.org
added 2018/01/17 12:0 a.m.100 views

MikroTik RouterOS < 6.38.5 RCE

!/usr/bin/env python2 Mikrotik Chimay Red Stack Clash Exploit by wsxarcher based on BigNerd95 POC tested on RouterOS 6.38.4 x86 ASLR enabled on libs only DEP enabled import socket, time, sys, struct from pwn import import ropgadget ASTSTACKSIZE = 0x20000 stack size per thread 128 KB SKIPSPACE =...

7.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2017/12/14 12:0 a.m.87 views

MikroTik RouterOS Detection (FTP)

FTP based detection of MikroTik RouterOS. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription scriptoid"1.3.6.1.4.1.25623.1.0.113069"...

7.3AI score
SaveExploits0
Rows per page
Query Builder