10
CVSSv2

CVE-2013-4659

Published: 14/03/2017 Updated: 15/03/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Broadcom ACSD allows remote malicious users to execute arbitrary code via a long string to TCP port 5916. This component is used on routers of multiple vendors including ASUS RT-AC66U and TRENDnet TEW-812DRU.

Vulnerable Product Search on Vulmon Subscribe to Product

asus rt-ac66u_firmware -

trendnet tew-812dru_firmware -

Exploits

The ASUS RT-AC66U contains the Broadcom ACSD wireless binary that is vulnerable to multiple buffer overflow attacks This is a remote root exploit that leverages one of those vulnerabilities ...
# Disassembled MIPS Little Endian Shellcode # Shellcode was designed for ACSD exploit on the ASUS RT-AC66U SOHO router # CVE: CVE-2013-4659 # Written by Jacob Holcomb, Security Analyst @ Independent Security Evaluators # Blog: infosec42blogspotcom # Company Website: securityevaluatorscom # # NOTE: # In order to use this MIPS ASM ...
#!/usr/bin/env python import signal, struct from time import sleep from socket import * from sys import exit, exc_info # # Title*******************ASUS RT-AC66U Remote Root Shell Exploit - acsd param command # Discovered and Reported*June 2013 # Discovered/Exploited By*Jacob Holcomb/Gimppy and Jacob Thompson # *Security An ...