<?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>Mini Shai-Hulud — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/actors/mini-shai-hulud/</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/actors/mini-shai-hulud/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></channel></rss>