Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2018-5767-AC9 — Una implementación de una prueba de concepto para CVE-2018-5767 | Kitploit
Herramientas/GitHubGitHub/scorpion-security-labs/cve-2018-5767-ac9
Seguridad de Sistemas EmbebidosSeguridad IoTExplotaciónExplotación de Aplicaciones WebSeguridad de HardwareHerramienta de Acceso RemotoExplotación de Binarios
GitHubscorpion-security-labs/cve-2018-5767-ac9

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CVE-2018-5767-AC9

Una implementación de una prueba de concepto para CVE-2018-5767

Ver Repositorio
3hace 2 añosAún no revisado

Investigación y Autor

  • David Baker
  • Artículo: A veces los exploits también necesitan parches! Trabajando a través de un cambio de dirección (Enlace externo)

CVE-2018-5767-AC9

Una implementación de una prueba de concepto para CVE-2018-5767 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5767)

root@kitploit:~
The following is an actualization of CVE-2018-5767, a vulnerability which
exploits an unguarded call to sscanf that occurs when parsing the 'Cookie'
header for a password. The vulnerability was initially discovered in, and
reported for, the AC15 model router, but has been rediscovered in several
different routers in this product line. This implementation sees it exploit the
model AC9, which is not presently covered by any CVE. A memory address for the
base of libc known to work on this router is 0x2ad6d000.

Vea lo siguiente para más información: https://www.cve.org/CVERecord?id=CVE-2018-5767 https://www.fidusinfosec.com/remote-code-execution-cve-2018-5767/ https://www.klogixsecurity.com/scorpion-labs-blog/sometimes-exploits-need-patches-too-working-through-a-change-of-address

usage: CVE-2018-5767-AC9.py [-h] [-t TARGET] [-p PORT] [-l LIBC] [-c COMMAND] [-v] [-a]

opciones: -h, --help muestra este mensaje de ayuda y sale -t TARGET, --target TARGET URL o dirección IP del objetivo a atacar -p PORT, --port PORT puerto del objetivo a atacar (por defecto = 80) -l LIBC, --libc LIBC dirección base estimada de libc (por defecto = 0x2ad6d000) -c COMMAND, --command COMMAND comando(s) a ejecutar en el objetivo (por defecto = exit) -v, --verbose aumenta la verbosidad de la salida (actualmente no implementado) -a, --about imprime información sobre esta vulnerabilidad y sale

Descargar herramienta