<?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>CHARX SEC-3000 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/charx-sec-3000/</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>Thu, 30 Jul 2026 08:13:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/charx-sec-3000/feed.xml" rel="self" type="application/rss+xml"/><item><title>Privilege Escalation Vulnerability in Phoenix Contact CHARX Controllers</title><link>https://feed.craftedsignal.io/briefs/2026-07-phoenix-charx-privesc/</link><pubDate>Thu, 30 Jul 2026 08:13:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-phoenix-charx-privesc/</guid><description>A local OS command injection vulnerability (CVE-2026-44095) in Phoenix Contact CHARX charging controllers allows low-privileged users to execute arbitrary commands as root.</description><content:encoded><![CDATA[<p>Phoenix Contact has disclosed a critical security vulnerability, tracked as CVE-2026-44095, affecting its CHARX SEC series of charging controllers. The vulnerability stems from improper neutralization of special elements used in OS commands (CWE-78) within a script responsible for network configuration. A low-privileged local user can leverage this flaw to escape restricted execution environments and inject arbitrary commands that execute with root-level privileges. This vulnerability affects CHARX SEC-3000, 3050, 3100, and 3150 models running firmware versions earlier than 1.9.1. Successful exploitation results in complete system compromise, enabling attackers to gain full control over the charging controller hardware, potentially impacting industrial control and power management functions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains low-privileged local access to the CHARX SEC charging controller via a standard user account or compromised management interface.</li>
<li>Attacker identifies the specific network configuration script that processes user-supplied input without proper validation.</li>
<li>Attacker crafts a malicious command string containing shell metacharacters designed to break out of the intended script parameters.</li>
<li>Attacker executes the malicious string via the vulnerable script interface.</li>
<li>The script fails to sanitize the input, passing the concatenated command to the underlying system shell.</li>
<li>The shell executes the injected payload with root privileges (UID 0), granting the attacker full administrative access to the device.</li>
<li>Attacker establishes persistence or performs unauthorized actions such as disabling security controls, modifying device traffic, or exfiltrating sensitive operational data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-44095 grants an attacker root access to the affected CHARX charging controllers. This enables full control over the device, which may lead to service disruption, manipulation of charging parameters, or unauthorized access to the broader industrial network environment. Organizations using these devices in critical infrastructure or public EV charging deployments are at risk of localized physical and digital impact if the controllers are compromised at scale.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all affected Phoenix Contact CHARX SEC-3000, 3050, 3100, and 3150 controllers to firmware version 1.9.1 or higher to remediate CVE-2026-44095.</li>
<li>Restrict physical and logical access to the management console of the charging controllers to prevent unauthorized local user sessions.</li>
<li>Monitor local system logs on charging controllers for unexpected process execution by non-administrative user accounts.</li>
<li>Audit custom scripts or configuration files on the device for improper handling of shell input parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>industrial-control-systems</category><category>cve</category><category>command-injection</category></item><item><title>Unauthenticated Remote Access to Phoenix Contact CHARX SEC MQTT Broker</title><link>https://feed.craftedsignal.io/briefs/2026-07-mqtt-auth-bypass/</link><pubDate>Thu, 30 Jul 2026 08:12:15 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-mqtt-auth-bypass/</guid><description>A critical vulnerability (CVE-2026-44090) in Phoenix Contact CHARX SEC controllers allows unauthenticated remote attackers to gain full device control by bypassing authentication on the MQTT broker.</description><content:encoded><![CDATA[<p>Phoenix Contact has disclosed a critical security vulnerability, CVE-2026-44090, affecting its CHARX SEC series controllers. The vulnerability stems from a missing authentication mechanism within the onboard MQTT broker, which handles message queuing and device communication. Because the broker lacks required authentication, an unauthenticated remote attacker with network reach to the device can interface directly with the broker. While these devices are typically intended to be protected by external firewalls, the absence of internal authentication means that any misconfiguration or firewall bypass permits full unauthorized command execution and device compromise. The vulnerability affects firmware versions prior to 1.9.1. Organizations utilizing these controllers in industrial or EV charging infrastructure should prioritize upgrading to firmware version 1.9.1 or later and verify that network exposure is strictly limited.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs network reconnaissance to identify exposed CHARX SEC controllers (e.g., scanning for open ports associated with MQTT).</li>
<li>Attacker bypasses perimeter firewall protections if the device is misconfigured or exposed via port forwarding.</li>
<li>Attacker establishes a TCP connection to the MQTT broker port (typically 1883 or 8883) on the target controller.</li>
<li>Attacker transmits unauthenticated MQTT control packets to the broker.</li>
<li>The broker, lacking authentication, accepts the connection and processes the malicious commands.</li>
<li>Attacker leverages MQTT topics to send commands to internal device functions or application-layer services.</li>
<li>The device executes the commands with high-level privileges, leading to a full system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-44090 results in full compromise of the CHARX SEC controller. This can lead to unauthorized control over industrial or charging processes, loss of operational integrity, and potential lateral movement into the wider industrial control network. The impact is assessed as high across confidentiality, integrity, and availability (CVSS 9.8).</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all affected Phoenix Contact CHARX SEC controllers to firmware version 1.9.1 or later immediately.</li>
<li>Audit firewall configurations to ensure that the MQTT broker ports are not exposed to untrusted networks.</li>
<li>Implement network segmentation to ensure that only authorized services can reach the MQTT broker interface on industrial controllers.</li>
<li>Deploy network-based intrusion detection signatures to identify unauthorized MQTT traffic patterns targeting the specific CHARX SEC devices in the environment.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>industrial-control-systems</category><category>mqtt</category><category>cve-2026-44091</category><category>ics</category><category>cve</category><category>injection</category><category>authentication-bypass</category><category>cve-2026-44100</category><category>cve-2026-44101</category><category>ocpp</category><category>phoenix-contact</category><category>ot-security</category><category>vulnerability</category><category>firmware</category><category>embedded-systems</category><category>privilege-escalation</category><category>industrial-control-system</category><category>cve-2026-44093</category><category>file-upload</category><category>denial-of-service</category><category>modbus</category><category>cve-2026-44107</category></item></channel></rss>