<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>AcyMailing Enterprise (&lt; 11.1.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/acymailing-enterprise--11.1.0/</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>Sat, 26 Sep 2026 21:45:12 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/acymailing-enterprise--11.1.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Remote Code Execution in AcyMailing Enterprise via CVE-2026-94132</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-94132/</link><pubDate>Sat, 26 Sep 2026 21:45:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-94132/</guid><description>A vulnerability in AcyMailing Enterprise (CVE-2026-94132) allows unauthenticated remote code execution by sending malicious MIME attachments to a POP3-monitored mailbox.</description><content:encoded><![CDATA[<p>CVE-2026-94132 is a critical remote code execution (RCE) vulnerability affecting AcyMailing Enterprise for Joomla, versions 11.0.5 and earlier. The flaw exists because the plugin fails to perform file extension validation when processing MIME attachments from mailboxes configured in POP3 mode. When the plugin processes incoming emails to manage subscriptions or other mailbox actions, it saves attachments directly into the publicly accessible directory '/media/com_acym/upload/'. An attacker who identifies a Joomla site using this plugin can exploit this by sending an email containing a malicious PHP script as an attachment to the mailbox monitored by the application. Once the application retrieves the email via POP3, it automatically writes the file to the web root, allowing the attacker to trigger the code via a direct HTTP request. A working proof-of-concept exploit is publicly available, increasing the risk for organizations that have not yet applied the 11.1.0 security update.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a target Joomla site utilizing AcyMailing Enterprise with POP3 mailbox integration enabled.</li>
<li>The attacker drafts an email containing a malicious PHP payload as a MIME attachment.</li>
<li>The attacker sends the crafted email to the address monitored by the target's AcyMailing POP3 configuration.</li>
<li>The AcyMailing plugin connects to the POP3 server and retrieves the malicious email.</li>
<li>The plugin parses the MIME attachment and saves the file to the web-accessible directory: /media/com_acym/upload/.</li>
<li>The attacker navigates via browser or command-line tool to the path of the saved file (e.g., <a href="https://target.example/media/com_acym/upload/payload.php">https://target.example/media/com_acym/upload/payload.php</a>).</li>
<li>The web server executes the attacker's PHP script, resulting in remote code execution on the underlying server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to full remote code execution, enabling attackers to take control of the web server. This can result in unauthorized data access, exfiltration of sensitive Joomla database information, modification of website content, or the establishment of a persistent backdoor for future access.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize patching and configuration hardening to mitigate the risks associated with CVE-2026-94132.</p>
<ul>
<li>Upgrade AcyMailing Enterprise to version 11.1.0 or later immediately to patch the missing file extension validation.</li>
<li>If immediate patching is not possible, disable the POP3 mailbox attachment handling feature or switch the mailbox configuration to IMAP mode if the business allows.</li>
<li>Implement a restrictive .htaccess or Nginx configuration to deny execution of scripts within the /media/com_acym/upload/ directory.</li>
<li>Monitor web server access logs for HTTP GET requests targeting the /media/com_acym/upload/ directory, particularly for .php files, to identify potential exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>rce</category><category>joomla</category><category>web-application</category></item></channel></rss>