#vmware

22 posts · Last used 8d

Back to Timeline
Daily CyberSecurity @DailyCyberSecurity@infosec.exchange · Aug 06, 2026
HostDzire suffered a critical ransomware attack on its VMware infrastructure, encrypting virtual disks and causing total data loss for affected VPS users. #HostDzire #Ransomware #VPS #VMware #Cybersecurity https://securityonline.info/hostdzire-ransomware-attack/?utm_source=mastodon&utm_medium=jetpack_social
0
0
0
Sam Stepanyan :verified: 🐘 @securestep9@infosec.exchange · Jul 31, 2026
#VMware: three critical #vulnerabilities in VMware vCenter, ESX, Workstation, and Fusion, allow attackers to bypass authentication, execute arbitrary code, or escape from a virtual machine to the host. Patches released by Broadcom - it's time to patch! 👇 https://www.bleepingcomputer.com/news/security/vmware-fixes-three-critical-flaws-allowing-auth-bypass-vm-escapes/
2
0
3
Cloud 🤖 @cloud@infosec.exchange · Jul 30, 2026
🤖 VMware patches three critical flaws in vCenter, ESX, Workstation, and Fusion. Two allow authentication bypass, one enables VM escape to the host OS. Broadcom recommends immediate patching. 🔗 https://www.bleepingcomputer.com/news/security/vmware-fixes-three-critical-flaws-allowing-auth-bypass-vm-escapes/ #VMware #Virtualization #CyberSec
0
0
0
thecybersecguru @thecybersecguru@infosec.exchange · Jul 30, 2026
🚨 Critical VMware Advisory Broadcom has patched multiple critical VMware vulnerabilities affecting vCenter Server and ESXi, including an authentication bypass (CVSS 9.8), directory traversal leading to RCE (CVSS 9.8), and a VM escape via VMXNET3 (CVSS 9.3). Organizations should prioritize patching vCenter and ESXi infrastructure as soon as possible. Technical breakdown, affected versions, and mitigation: https://thecybersecguru.com/news/critical-vmware-vcenter-auth-bypass-rce-vm-escape-vulnerabilities/ #InfoSec #CyberSecurity #VMware #vCenter #ESXi #Virtualization #RCE #ThreatIntel #BlueTeam #SysAdmin #CVE
1
0
0
securityaffairs @securityaffairs@infosec.exchange · Jul 29, 2026
0
0
0
Daily CyberSecurity @DailyCyberSecurity@infosec.exchange · Jul 29, 2026
Broadcom patched a critical VMware vCenter vulnerability. CVE-2026-59309 and CVE-2026-59310 both score 9.8 CVSS and allow auth bypass or code execution. #VMware #vCenter #CVE202659309 #CVE202659310 #ESXi #InfoSec https://meterpreter.org/vmware-vcenter-cve-2026-59309/?utm_source=mastodon&utm_medium=jetpack_social
0
0
0
Daily CyberSecurity @DailyCyberSecurity@infosec.exchange · Jul 29, 2026
Broadcom released updates to fix a critical VMware authentication bypass (CVE-2026-59309). A directory traversal flaw (CVE-2026-59310) was also patched. #VMware #CyberSecurity #CVE202659309 #InfoSec https://securityonline.info/vmware-authentication-bypass-cve-2026-59309/?utm_source=mastodon&utm_medium=jetpack_social
0
0
0
Ari Sovijärvi @apz@some.apz.fi · Jul 21, 2026
Gotta love Broadcom. Several examples are now making circles, where ex. VMware users are getting contacts from them, telling they're having a win-back campaign with incredible offers. Just how stupid they think we are? When they started to squeeze blood from stone, having to move to something else cost time and money for a lot of companies. Small businesses and hobbyists got shafted even harder. Now that their customers have gone elsewhere, there's been increased interest, development and funding to a lot of options and the "but what if they cause horrible problems" FUD has been laid to rest. #vmware #it
0
0
0
Daniel Owen @daniel@infosec.exchange · Jul 20, 2026
I like a fresh lab. I do not like building one for the umpteenth time, especially when the build takes longer than the thing I actually wanted to test. build-lab is the final piece in a three-script set, and the one that ties the other two together. One command, an ISO, and roughly half an hour later you have a Windows Server 2025 domain controller. Log on once and the domain populates itself with a directory that looks lived in, nested groups and GPOs and an Enterprise CA included. No GUI, no answer file to hand-edit, no clicking Next. This is an orchestrator. It calls New-VMwareWorkstationVM to build and start the VM, pushes the new-AdDomain payload into the guest over vmrun, and kicks off the promotion. Still PowerShell 5.1, still nothing outside what Microsoft and VMware already ship. One thing is deliberately manual. Directory population runs from a scheduled task that fires at your first Administrator logon, so you do have to log into the console once. I could automate it by storing a domain Administrator password under a startup-triggered task. That's the one compromise I decided not to make, even in a lab, and I'm still not certain it was the right call. The interesting problem was verification. A successful AD promotion reboots Windows immediately, which tears down the vmrun guest-operations channel mid-call. A blocking call hung on that reboot and never came back. So the guest script gets launched fire-and-forget, which means there is no exit code to read. Just silence. Instead, build-lab confirms success by polling for ntds.dit in the guest, and pulls the guest's deployment logs back to the host either way, because the run you need logs from is the one that failed. https://github.com/0x44616e69656c/build-lab What's the step in your lab build that you've rebuilt by hand so many times you've stopped noticing it? #PowerShell #ActiveDirectory #WindowsServer #Automation #HomeLab #VMware #InfoSec
0
2
1
heise Security @heisec@social.heise.de · Jul 17, 2026
VMware Avi Load Balancer: Kritische Lücke erlaubt Umgehung von Anmeldung VMware warnt vor zum Teil kritischen Lücken im Avi Load Balancer. Angreifer können Authentifizierung und Autorisierung umgehen. https://www.heise.de/news/VMware-Avi-Load-Balancer-Kritische-Luecke-erlaubt-Umgehung-von-Anmeldung-11368661.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon #IT #Security #Sicherheitslücken #Updates #VMware #news
0
0
1
Daniel Owen @daniel@infosec.exchange · Jul 16, 2026
Got tired of clicking through Windows Server Setup for every disposable lab VM, so I automated it. New-VMwareWorkstationVM takes a Windows Server 2025 ISO and gives you back a running, network-reachable VM. It generates an autounattend.xml, builds a bootable ISO with IMAPI2, creates a sparse VMDK, writes the VMX, and drops everything into your Workstation library. MIT licensed. Requires VMware Workstation 17+ and a Windows Server 2025 ISO. Nothing else. https://github.com/0x44616e69656c/New-VMwareWorkstationVM #PowerShell #VMware #HomeLab
0
1
0
John @notasnek@infosec.exchange · Jul 16, 2026
0
0
0
AA @AAKL@infosec.exchange · Jul 15, 2026
If you missed the patches: The Hacker News: Firefox, Chrome, Adobe, and VMware Updates Fix Multiple Critical Security Flaws https://thehackernews.com/2026/07/firefox-chrome-adobe-and-vmware-updates.html @thehackernews@social.tchncs.de #infosec #vulnerability #Mozilla #Google #Adobe #VMWare
0
0
0
Daily CyberSecurity @DailyCyberSecurity@infosec.exchange · Jul 14, 2026
VMware Avi Load Balancer patches CVE-2026-47865 (CVSS 9.8), a critical authentication bypass, plus six more flaws. Upgrade the Avi Controller now. #VMware #AviLoadBalancer #CVE202647865 #AuthenticationBypass #CyberSecurity https://securityonline.info/vmware-avi-load-balancer-cve-2026-47865/?utm_source=mastodon&utm_medium=jetpack_social
0
0
0
Hugo | DevOps | Cybersecurity @hugovalters@mastodon.social · Jul 07, 2026
VMware: 159 CVEs tracked, 86% unpatched. 10 CISA KEV exploited in wild. Avg CVSS 7.14, max 10. Trust Score: C. Virtualization isn't invulnerable. #VMware #cybersecurity #infosec https://www.valtersit.com/vendors/vmware/
0
1
0
iX Magazin @iX_Magazin@social.heise.de · Jun 13, 2026
iX-Workshop: Schritt für Schritt – VMware zu Proxmox VE Praktische Schritte, Fallstricke vermeiden: Lernen Sie, wie Sie Ihre VMware-Infrastruktur effizient und sicher auf Proxmox VE umstellen. https://www.heise.de/news/iX-Workshop-Schritt-fuer-Schritt-VMware-zu-Proxmox-VE-11313875.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon #IT #iXWorkshops #Linux #Migration #Server #Virtualisierung #VMware #news
0
0
2