Lucene search
K

17 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2014-9815

Malware in sbrugna...

5.3CVSS6.4AI score0.00727EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2025/08/06 12:0 a.m.6 views

The vulnerability in the tmUnblock.cgi script of the wireless router software from Linksys WRT120N allows a intruder to gain unauthorized access to the control web interface.

The vulnerability of the tmUnblock.cgi microprogramming software for wireless routers like Linksys WRT120N is related to buffer overflows in the stack when processing the TMBlockURL parameter. Exploiting this vulnerability allows an attacker to gain unauthorized access to the web-based control...

6.3CVSS5.8AI score0.00727EPSS
Exploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/08/02 8:23 p.m.4 views

CVE-2014-125122

A stack-based buffer overflow vulnerability exists in the tmUnblock.cgi endpoint of the Linksys WRT120N wireless router. The vulnerability is triggered by sending a specially crafted HTTP POST request with an overly long TMBlockURL parameter to the endpoint. By exploiting this flaw, an...

5.3CVSS7.2AI score0.00727EPSS
Exploits0References1
NVD
NVD
added 2025/07/31 3:15 p.m.11 views

CVE-2014-125122

A stack-based buffer overflow vulnerability exists in the tmUnblock.cgi endpoint of the Linksys WRT120N wireless router. The vulnerability is triggered by sending a specially crafted HTTP POST request with an overly long TMBlockURL parameter to the endpoint. By exploiting this flaw, an...

5.3CVSS0.00727EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2025/07/31 2:57 p.m.3 views

CVE-2014-125122 Linksys WRT120N tmUnblock.cgi Stack-Based Buffer Overflow Admin Password Reset

A stack-based buffer overflow vulnerability exists in the tmUnblock.cgi endpoint of the Linksys WRT120N wireless router. The vulnerability is triggered by sending a specially crafted HTTP POST request with an overly long TMBlockURL parameter to the endpoint. By exploiting this flaw, an...

5.3CVSS7.2AI score0.00727EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/07/31 2:57 p.m.11 views

CVE-2014-125122 Linksys WRT120N tmUnblock.cgi Stack-Based Buffer Overflow Admin Password Reset

A stack-based buffer overflow vulnerability exists in the tmUnblock.cgi endpoint of the Linksys WRT120N wireless router. The vulnerability is triggered by sending a specially crafted HTTP POST request with an overly long TMBlockURL parameter to the endpoint. By exploiting this flaw, an...

5.3CVSS0.00727EPSS
Exploits0References4
CVE
CVE
added 2025/07/31 2:57 p.m.21 views

CVE-2014-125122

CVE-2014-125122 affects Linksys WRT120N: a stack-based buffer overflow in the tmUnblock.cgi endpoint, triggered by a specially crafted POST with an overly long TM_Block_URL, allows an unauthenticated attacker to overwrite memory and temporarily reset the admin password to blank, gaining access to...

5.3CVSS7.3AI score0.00727EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/07/31 12:0 a.m.2 views

Linksys WRT120N 安全漏洞

Linksys WRT120N is a router from Linksys, Inc. A security vulnerability exists in the Linksys WRT120N that stems from improper endpoint boundary checking in tmUnblock.cgi, which could lead to a stack buffer overflow and password reset...

5.3CVSS7.2AI score0.00727EPSS
Exploits0References5
Packet Storm
Packet Storm
added 2024/08/31 12:0 a.m.159 views

Linksys WRT120N TmUnblock Stack Buffer Overflow

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Linksys WRT120N tmUnblock Stack Buffer Overflow', 'Description' = %q This module exploits a stack-based buffer overflow vulnerability in the...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2015/01/04 5:11 p.m.15 views

WRT120N-1.0.0.7

WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. Stack filler; needs to be 4 bytes except for the last stack frame where it needs to be 1 byte to account for the trailing "\n\n" and terminating NULL byte import sys import urllib2 try: target = sys.argv1...

0.7AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.17 views

WRT120N 1.0.0.7 - Stack Overflow

No description provided by source. !/usr/bin/env python WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. Craig Heffner http://www.devttys0.com 2014-02-14 import sys import urllib2 try: target = sys.argv1 except IndexError: print Usage: %s target ip %...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/02/28 12:0 a.m.27 views

Linksys WRT120N 'fprintf()'函数远程栈缓冲区溢出漏洞

BUGTRAQ ID: 65860 WRT120N是无线家庭路由器产品。 Linksys WRT120N(固件版本1.0.07)在函数 "fprintf"的实现上存在边界错误,可导致栈缓冲区溢出,任意代码执行。 0 Linksys WRT120N 1.0.07 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.linksys.com...

6.9AI score
Exploits0
Metasploit
Metasploit
added 2014/02/21 8:56 p.m.96 views

Linksys WRT120N tmUnblock Stack Buffer Overflow

This module exploits a stack-based buffer overflow vulnerability in the WRT120N Linksys router to reset the password of the management interface temporarily to an empty value. This module has been tested successfully on a WRT120N device with firmware version 1.0.07. This module requires Metasploi...

10AI score
Exploits0
0day.today
0day.today
added 2014/02/20 12:0 a.m.13 views

WRT120N 1.0.0.7 Stack Overflow Exploit

WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. import sys import urllib2 try: target = sys.argv1 except IndexError: print "Usage: %s " % sys.argv0 sys.exit1 url = target + '/cgi-bin/tmUnblock.cgi' if '://' not in url: url = 'http://' + url postdata =...

7AI score
Exploits0
Packet Storm
Packet Storm
added 2014/02/20 12:0 a.m.30 views

WRT120N 1.0.0.7 Stack Overflow

!/usr/bin/env python WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. Craig Heffner http://www.devttys0.com 2014-02-14 import sys import urllib2 try: target = sys.argv1 except IndexError: print "Usage: %s " % sys.argv0 sys.exit1 url = target +...

0.9AI score
Exploits0
exploitpack
exploitpack
added 2014/02/19 12:0 a.m.11 views

WRT120N 1.0.0.7 - Remote Stack Overflow

WRT120N 1.0.0.7 - Remote Stack Overflow !/usr/bin/env python WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. Craig Heffner http://www.devttys0.com 2014-02-14 import sys import urllib2 try: target = sys.argv1 except IndexError: print "Usage: %s " % sys.arg...

0.8AI score
Exploits0
Exploit DB
Exploit DB
added 2014/02/19 12:0 a.m.17 views

WRT120N 1.0.0.7 - Remote Stack Overflow

!/usr/bin/env python WRT120N v1.0.0.7 stack overflow, ROP to 4-byte overwrite which clears the admin password. Craig Heffner http://www.devttys0.com 2014-02-14 import sys import urllib2 try: target = sys.argv1 except IndexError: print "Usage: %s " % sys.argv0 sys.exit1 url = target +...

7.4AI score
Exploits0
Rows per page
Query Builder