Friday, February 7, 2025
HomeCVE/vulnerabilityVMware Urges to Remove Enhanced EAP Plugin to Stop Auth & Session...

VMware Urges to Remove Enhanced EAP Plugin to Stop Auth & Session Hijack Attacks

Published on

SIEM as a Service

Follow Us on Google News

VMware has issued an urgent advisory to administrators to remove a deprecated authentication plugin vulnerable to severe security threats.

The Enhanced Authentication Plugin (EAP), which provided seamless login capabilities to vSphere’s management interfaces, is susceptible to authentication relay and session hijack attacks due to two unpatched security vulnerabilities.

Critical Vulnerabilities Identified

The two vulnerabilities, CVE-2024-22245 and CVE-2024-22250, pose significant risks to Windows domain environments.

CVE-2024-22245, with a CVSS score of 9.6, allows a malicious actor to relay Kerberos service tickets, potentially leading to the takeover of privileged EAP sessions. 

CVE-2024-22250, scored at 7.8, enables an attacker with local access to hijack an EAP session initiated by a privileged domain user.

These vulnerabilities were discovered by Ceri Coburn from Pen Test Partners and reported to VMware, which has acknowledged the critical nature of these flaws.

Arbitrary Authentication Relay Vulnerability (CVE-2024-22245)

A vulnerability known as the Arbitrary Authentication Relay is present in the VMware Enhanced Authentication Plug-in (EAP).

With a maximum CVSSv3 base score of 9.6, VMware has determined that the severity of this issue falls into the Critical severity range.

By installing EAP on a target domain user’s web browser, a malicious actor might fool them into requesting and transmitting service tickets for any Active Directory Service Principal Name (SPN).

Session Hijack Vulnerability (CVE-2024-22250)

The VMware Enhanced Authentication Plug-in (EAP) has a security hole that could allow unauthorized users to hijack sessions.

This vulnerability has a maximum CVSSv3 base score of 7.8, which VMware has classified as of critical severity.

A privileged domain user on the same machine can start a privileged identity management, but an attacker with unprivileged local access to Windows can hijack it.

Impact on Users and Organizations

The deprecated EAP is not installed by default and is not part of VMware’s core products like vCenter Server, ESXi, or Cloud Foundation.

However, it may have been manually installed on Windows workstations used for administrative tasks.

These vulnerabilities in the EAP can put organizations at risk of unauthorized access and control over their virtualized environments, potentially leading to data breaches and system disruptions.

VMware’s Response and Recommendations

VMware has decided not to patch the EAP due to its deprecation and the associated security risks of bypassing modern web browser security features. 

Instead, VMware recommends completely removing the EAP to secure systems against potential attacks.

The company has provided PowerShell commands to uninstall the plugin and the associated Windows service.

To Uninstall

(Get-WmiObject -Class Win32_Product | Where-Object{$_.Name.StartsWith("VMware Plug-in Service")}).Uninstall()

Stop and disable the Windows service

Option 1 – Batch/CMD

sc stop CipMsgProxyService
sc config CipMsgProxyService start= disabled

Option 2 – Powershell

Stop-Service-Name"CipMsgProxyService"
Set-Service-Name"CipMsgProxyService"-StartupType"Disabled"

VMware suggests using other authentication methods such as Active Directory over LDAPS, Microsoft Active Directory Federation Services (ADFS), Okta, and Microsoft Entra ID24 as alternatives to the vulnerable plugin.

VMware’s advisory underscores the importance of maintaining up-to-date and secure authentication mechanisms.

Organizations using the EAP should take immediate action to remove the plugin and switch to supported authentication methods to protect their environments from potential exploitation.

Stay updated on Cybersecurity news, Whitepapers, and Infographics. Follow us on LinkedIn & Twitter.

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

Dell Update Manager Plugin Flaw Exposes Sensitive Data

Dell Technologies has issued a security advisory (DSA-2025-047) to address a vulnerability in the Dell Update...

DeepSeek iOS App Leaks Data to ByteDance Servers Without Encryption

DeepSeek iOS app—a highly popular AI assistant recently crowned as the top iOS app...

Critical Flaws in HPE Aruba ClearPass Expose Systems to Arbitrary Code Execution

Hewlett Packard Enterprise (HPE) has issued a high-priority security bulletin addressing multiple vulnerabilities in...

Splunk Introduces “DECEIVE” an AI-Powered Honeypot to Track Cyber Threats

Splunk has unveiled DECEIVE (DECeption with Evaluative Integrated Validation Engine), an innovative, AI-augmented honeypot that mimics...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

Dell Update Manager Plugin Flaw Exposes Sensitive Data

Dell Technologies has issued a security advisory (DSA-2025-047) to address a vulnerability in the Dell Update...

DeepSeek iOS App Leaks Data to ByteDance Servers Without Encryption

DeepSeek iOS app—a highly popular AI assistant recently crowned as the top iOS app...

Critical Flaws in HPE Aruba ClearPass Expose Systems to Arbitrary Code Execution

Hewlett Packard Enterprise (HPE) has issued a high-priority security bulletin addressing multiple vulnerabilities in...