<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ivanti &#8211; phishandchips.io</title>
	<atom:link href="https://phishandchips.io/tag/ivanti/feed/" rel="self" type="application/rss+xml" />
	<link>https://phishandchips.io</link>
	<description>Discussing cybersecurity one byte at a time.</description>
	<lastBuildDate>Tue, 12 May 2026 05:00:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://phishandchips.io/wp-content/uploads/2023/09/cropped-phishandchips.io_-32x32.png</url>
	<title>Ivanti &#8211; phishandchips.io</title>
	<link>https://phishandchips.io</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">223541256</site>	<item>
		<title>Exploiting CVE-2026-6973: Ivanti Endpoint Manager Mobile Vulnerability in Phishing Campaigns</title>
		<link>https://phishandchips.io/exploiting-cve-2026-6973-ivanti-endpoint-manager-mobile-vulnerability-in-phishing-campaigns/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 May 2026 16:01:17 +0000</pubDate>
				<category><![CDATA[Tacklebox]]></category>
		<category><![CDATA[CVE-2026-6973]]></category>
		<category><![CDATA[Ivanti]]></category>
		<category><![CDATA[Phishing]]></category>
		<guid isPermaLink="false">https://phishandchips.io/exploiting-cve-2026-6973-ivanti-endpoint-manager-mobile-vulnerability-in-phishing-campaigns/</guid>

					<description><![CDATA[Explore how the CVE-2026-6973 vulnerability in Ivanti EPMM can be exploited in phishing campaigns, enabling remote code execution.]]></description>
										<content:encoded><![CDATA[<p>Recent threat actor activities have highlighted the exploitation of the Ivanti Endpoint Manager Mobile (EPMM) vulnerability, identified as <mark style="background-color:#9EF9FD;color:#000000" class="has-inline-color">CVE-2026-6973</mark>. This vulnerability allows attackers to leverage improper input validation to execute arbitrary code remotely. The orchestration of this exploit within sophisticated <a href="https://phishandchips.io/analyzing-payload-delivery-techniques-in-phishing-campaigns/">phishing campaigns</a> demonstrates its potential impact, as reported in recent security analyses.</p>
<p>The campaigns that have surfaced primarily target corporate environments using EPMM, aiming at IT administrators and security teams whose credentials are of high value. First reported in early October 2023, these campaigns are attributed to an advanced persistent threat (APT) group believed to originate from Eastern Europe. The timing of these phishing attempts coincides with the initial disclosure of the vulnerability, maximizing exploitation potential before patches are widely deployed.</p>
<p>Leveraging insider knowledge of EPMM environments, the attackers crafted emails with convincing domain names and sender identifications appearing to originate from Ivanti&#8217;s support infrastructure. These emails contained links leading to crafted websites mimicking genuine Ivanti update pages, embedded with malicious scripts.</p>
<h3 class="wp-block-heading">How It Was Built</h3>
<p>The campaign&#8217;s architecture begins with an initial phishing email purporting to be a critical update notification from Ivanti. The email subjects often read as &#8220;Immediate Action Required: Ivanti EPMM Security Update&#8221; with sender addresses appearing as</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;width:100%;">
<div class="text codecolorer">update-support@ivanti-secure.com</div>
</div>
<p>. The domains imitated were strategically configured to pass DKIM and SPF checks, enhancing legitimacy.</p>
<p>The infrastructure utilized a series of compromised servers across multiple geolocations, each hosting replicas of genuine Ivanti update sites. Here, the <a href="https://phishandchips.io/exploiting-out-of-bounds-write-vulnerabilities-in-phishing-campaigns/">payload</a> executed an exploit tailored to the CVE-2026-6973 vulnerability. The deployment followed strict modular design, enabling easy swapping of vectors as needed, keeping the campaign agile and evasive.</p>
<pre class="wp-block-code">

<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;width:100%;"><div class="text codecolorer">Email Example:<br />
From: Ivanti Support &lt;update-support@ivanti-secure.com&gt;<br />
Subject: Immediate Action Required: Ivanti EPMM Security Update<br />
<br />
Dear User,<br />
<br />
Due to a critical security vulnerability (CVE-2026-6973) discovered, an urgent patch is needed to ensure the security of your systems. Click the link below to download and run the mandatory update.<br />
<br />
[Download Update](http://updates.ivanti-security.com/update-handler)<br />
<br />
Ensure compliance by end of today to avoid service disruption.<br />
<br />
Thank you,<br />
Ivanti Security Team</div></div>

</pre>
<p>The delivered script initiated a series of API calls to exploit the improper input validation flaw, inserting malicious scripts that executed remote commands. In parallel, victim credentials were harvested and exfiltrated to C2 servers managed by the threat actors.</p>
<h3 class="wp-block-heading">Why It Worked</h3>
<p>The effectiveness of this campaign is rooted in several key decisions. Firstly, the mimicry of Ivanti&#8217;s branding and sender identities strongly resonated with the targeted IT professionals, often overworked and likely to assume authenticity due to pressure to maintain security. Secondly, the exploitation of <mark style="background-color:#9EF9FD;color:#000000" class="has-inline-color">security conformity</mark> pressure—emphasizing urgent updates—played upon human factors, nudging recipients towards instant compliance without scrutinizing the emails&#8217; legitimacy.</p>
<p>Moreover, the campaign&#8217;s use of sophisticated email domain configuration, ensuring that emails passed through spam and authenticity checks seamlessly, increased the open rate. Lastly, the dual use of credential harvesting and payload delivery in one sweep provided redundancy, ensuring that even in cases where exploitation failed, credentials were still compromised.</p>
<h3 class="wp-block-heading">Operator Takeaways</h3>
<p>For red team operators seeking to replicate or adapt this approach, focusing on three elements is critical: </p>
<ul class="wp-block-list">
<li><strong>Domain Spoofing Excellence:</strong> Invest time in configuring email and website domains to withstand common authentication checks.</li>
<li><strong>Lure Authenticity:</strong> Craft messages that align with contemporary threats and industry pressures your targets face, especially focusing on urgency and familiar branding.</li>
<li><strong>Exploit Versatility:</strong> Maintain adaptability by modularizing your payload to switch tactics as defensive measures evolve.</li>
</ul>
<h3 class="wp-block-heading">Do&#8217;s and Don&#8217;ts</h3>
<ul class="wp-block-list">
<li><strong>Do:</strong> Utilize authentic domain setups to evade basic filters and capture victim trust gradually.</li>
<li><strong>Don&#8217;t:</strong> Rely solely on the promise of downloads; reinforce your approach with convincing content-based lures.</li>
<li><strong>Do:</strong> Ensure the payload is both effective and stealthy, ideally dual-purposed for maximal engagement.</li>
<li><strong>Don&#8217;t:</strong> Overcomplicate the email&#8217;s structure – simplicity coupled with authenticity sells the threat better.</li>
</ul>
<h3 class="wp-block-heading">References</h3>
<p><a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">Known Exploited Vulnerabilities Catalog &#8211; CISA</a></p>
<p><a href="https://www.ivanti.com/company/press-room/2023/ivanti-releases-critical-patch-for-epmm-vulnerability">Ivanti Releases Critical Patch for EPMM Vulnerability</a></p>
<hr class="wp-block-separator">
<h3 class="wp-block-heading">Related Reading</h3>
<ul class="wp-block-list">
<li><a href="https://phishandchips.io/exploiting-out-of-bounds-write-vulnerabilities-in-phishing-campaigns/">Exploiting Out-of-bounds Write Vulnerabilities in Phishing Campaigns</a></li>
<li><a href="https://phishandchips.io/analyzing-payload-delivery-techniques-in-phishing-campaigns/">Analyzing Payload Delivery Techniques in Phishing Campaigns</a></li>
<li><a href="https://phishandchips.io/local-privilege-escalation-in-phishing-campaigns-technical-analysis-of-dirty-frag/">Local Privilege Escalation in Phishing Campaigns: Technical Analysis of Dirty Frag</a></li>
<li><a href="https://phishandchips.io/exploiting-berriai-litellm-sql-injection-vulnerability-for-unauthorized-access/">Exploiting BerriAI LiteLLM SQL Injection Vulnerability for Unauthorized Access</a></li>
</ul>
<hr class="wp-block-separator">
<p><strong>Educational Purpose:</strong> This content is provided for awareness and defensive purposes only. Understanding attacker methodologies helps individuals and organizations protect themselves.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1565</post-id>	</item>
	</channel>
</rss>
