<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Intercom — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/intercom/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 08 May 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/intercom/feed.xml" rel="self" type="application/rss+xml"/><item><title>Compromised intercom-php Package on GitHub</title><link>https://feed.craftedsignal.io/briefs/2026-05-intercom-php-supply-chain/</link><pubDate>Fri, 08 May 2026 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-intercom-php-supply-chain/</guid><description>A malicious commit tagged as version 5.0.2 was pushed to the intercom/intercom-php repository on GitHub, containing a Composer plugin that downloaded the Bun JavaScript runtime and executed an obfuscated credential-harvesting payload, targeting cloud provider credentials, environment variables, SSH keys, and CI/CD secrets.</description><content:encoded><![CDATA[<p>On April 30, 2026, the intercom/intercom-php repository on GitHub was subject to a supply chain attack. A compromised service account, <code>github-management-service</code>, was used to push a malicious commit tagged as version 5.0.2. This attack is part of the broader &ldquo;Mini Shai-Hulud&rdquo; campaign, which also targeted the <code>intercom-client</code> package on npm. The malicious version of <code>intercom-php</code> included a Composer plugin designed to act as a dropper. It downloaded the Bun JavaScript runtime (version 1.3.13) and executed an obfuscated credential-harvesting payload. The malicious tag was live for approximately 1 hour and 44 minutes, between 20:53 UTC and 22:37 UTC on April 30, 2026, before being identified and reverted. This incident highlights the risk of supply chain attacks targeting widely-used packages and the potential for significant credential compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A compromised service account (<code>github-management-service</code>) pushes a malicious commit to the <code>intercom/intercom-php</code> repository.</li>
<li>The malicious commit is tagged as version 5.0.2 and published to GitHub.</li>
<li>Developers using <code>intercom-php</code> may inadvertently install the malicious version via <code>composer update</code> or <code>composer install</code> if performed during the compromised window.</li>
<li>The Composer plugin within the malicious package is executed during the installation process.</li>
<li>The plugin downloads the Bun JavaScript runtime (version 1.3.13) to the affected system.</li>
<li>The Bun runtime executes an obfuscated JavaScript payload.</li>
<li>The JavaScript payload attempts to harvest credentials, including cloud provider credentials (AWS, GCP, Azure), environment variables, .env files, SSH keys, local configuration files, and CI/CD secrets.</li>
<li>The harvested credentials could then be exfiltrated by the attacker for unauthorized access to cloud resources and sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This supply chain attack directly compromised the <code>intercom-php</code> package, potentially affecting any project that installed or updated to version 5.0.2 between 20:53 UTC and 22:37 UTC on April 30, 2026. Successful exploitation leads to the theft of sensitive credentials, including those for major cloud providers (AWS, GCP, Azure), potentially granting attackers access to critical infrastructure and sensitive data. Even a short window of exposure can lead to widespread compromise if a large number of projects pull the malicious package.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately check if your projects installed <code>intercom/intercom-php</code> version 5.0.2 between 20:53 and 22:37 UTC on April 30, 2026, using <code>composer show intercom/intercom-php --version</code> as indicated in the overview.</li>
<li>If the project installed the malicious version, treat all credentials accessible from that environment as compromised and rotate them, as mentioned in the Workarounds section.</li>
<li>Clear the Composer cache using <code>composer clear-cache</code> to prevent further installations of the malicious package, as recommended in the Patches section.</li>
<li>Verify the commit hash in your <code>composer.lock</code> file against the malicious hash <code>e69bf4b3</code> and the clean hash <code>9371eba9</code>, as suggested in the Overview and Workarounds sections.</li>
<li>Deploy the Sigma rule <code>Detect Bun Execution</code> to identify instances where the Bun JavaScript runtime is executed, potentially indicating malicious activity from the dropper.</li>
<li>Enable process creation logging with command-line arguments to effectively utilize the <code>Detect Bun Execution</code> Sigma rule.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>supply-chain</category><category>credential-theft</category><category>github</category></item><item><title>Compromised intercom-client npm Package Exfiltrates Credentials</title><link>https://feed.craftedsignal.io/briefs/2026-05-npm-intercom-client-compromise/</link><pubDate>Fri, 08 May 2026 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-npm-intercom-client-compromise/</guid><description>A compromised version (7.0.4) of the intercom-client npm package was published using a compromised developer account, containing obfuscated JavaScript that executed during installation to harvest and exfiltrate credentials from the environment, as part of the 'Mini Shai-Hulud' supply chain campaign.</description><content:encoded><![CDATA[<p>On April 30, 2026, version 7.0.4 of the intercom-client npm package was published using a compromised developer account. This version was not created through Intercom&rsquo;s official build pipeline. The malicious package contained an obfuscated JavaScript payload that was designed to execute upon installation via a <code>preinstall</code> hook. This payload was designed to harvest sensitive credentials from the environment in which it was running, including cloud provider credentials (AWS, GCP, and Azure), environment variables, <code>.env</code> files, GitHub and npm tokens, SSH keys, local configuration files, and cloud metadata service credentials. The stolen credentials were then exfiltrated to attacker-controlled GitHub repositories. The compromised package was available on npm for approximately 2 hours, between 15:00 and 17:00 UTC. This incident is part of the &ldquo;Mini Shai-Hulud&rdquo; supply chain campaign, as tracked by Wiz and Socket. Developers are advised to check their projects for the presence of version 7.0.4 using <code>npm list intercom-client</code> and rotate credentials if found.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker compromises a developer account with publishing privileges for the intercom-client npm package.</li>
<li>The attacker publishes a malicious version of the intercom-client package (version 7.0.4) to npm.</li>
<li>The malicious package includes an obfuscated JavaScript payload within a <code>preinstall</code> hook.</li>
<li>When a developer installs the compromised package using <code>npm install intercom-client</code>, the <code>preinstall</code> script automatically executes.</li>
<li>The obfuscated JavaScript payload harvests credentials from the environment, including cloud provider credentials (AWS, GCP, Azure), environment variables, .env files, GitHub and npm tokens, SSH keys, local configuration files, and cloud metadata service credentials.</li>
<li>The harvested data is exfiltrated to attacker-controlled GitHub repositories.</li>
<li>The attacker gains access to the stolen credentials, potentially allowing them to compromise cloud infrastructure, source code repositories, and other sensitive resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The compromise of the intercom-client npm package resulted in the potential theft of sensitive credentials, including cloud provider credentials, API keys, and SSH keys. The impact could include unauthorized access to cloud infrastructure, source code repositories, and other sensitive resources. This attack affects any developer or organization that installed version 7.0.4 of the intercom-client package between 15:00 and 17:00 UTC on April 30, 2026. The long-term consequences depend on the extent to which the stolen credentials are used to further compromise systems and data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Downgrade the intercom-client package to version 7.0.3 or earlier to avoid the compromised version, as mentioned in the <a href="#patches">Patches</a> section.</li>
<li>Immediately rotate all credentials (cloud provider credentials, environment variables, API keys, SSH keys) accessible from any environment where version 7.0.4 was installed, as recommended in the <a href="#workarounds">Workarounds</a> section.</li>
<li>Review CI/CD build logs for any <code>npm install</code> commands that resolved to version 7.0.4 between 15:00 and 17:00 UTC on April 30, 2026, to identify potentially affected systems, as described in the <a href="#workarounds">Workarounds</a> section.</li>
<li>Deploy the Sigma rule &ldquo;Detect Suspicious npm Preinstall Script&rdquo; to identify potentially malicious npm package installations based on unusual script execution.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>supply-chain</category><category>credential-theft</category><category>npm</category></item></channel></rss>