<?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>IControl REST — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/icontrol-rest/</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>Wed, 13 May 2026 16:21:41 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/icontrol-rest/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-39459 - F5 iControl REST and TMOS Shell (tmsh) Arbitrary Command Execution</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-39459-f5-rce/</link><pubDate>Wed, 13 May 2026 16:21:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-39459-f5-rce/</guid><description>CVE-2026-39459 describes a vulnerability in F5's iControl REST and TMOS Shell (tmsh) where a privileged, authenticated attacker with at least the Manager role can execute arbitrary commands by creating malicious configuration objects.</description><content:encoded><![CDATA[<p>CVE-2026-39459 is a critical vulnerability affecting F5&rsquo;s iControl REST API and TMOS Shell (tmsh). The vulnerability allows a highly privileged, authenticated attacker with at least the Manager role to execute arbitrary commands on the target system. This is achieved by creating malicious configuration objects that, when processed, lead to command execution. The vulnerability poses a significant threat to F5 deployments, as a compromised Manager account could lead to complete system takeover. Exploitation requires prior authentication and the Manager role (or higher), limiting the attack surface but amplifying the potential impact in case of a successful compromise. The affected products are iControl REST and TMOS Shell (tmsh).</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains unauthorized access to an account with at least the Manager role on the F5 system.</li>
<li>The attacker authenticates to the iControl REST API or TMOS Shell (tmsh) using the compromised credentials.</li>
<li>The attacker crafts a malicious configuration object designed to execute arbitrary commands when processed by the system.</li>
<li>The attacker uses the iControl REST API or TMOS Shell (tmsh) to create the malicious configuration object. This could involve sending a POST request to a specific endpoint or using tmsh commands.</li>
<li>The system processes the newly created configuration object. This processing triggers the execution of the embedded arbitrary commands due to the vulnerability.</li>
<li>The attacker executes commands with elevated privileges, potentially compromising the entire F5 system.</li>
<li>The attacker pivots within the network, leveraging the compromised F5 system as a beachhead for further attacks.</li>
<li>The attacker achieves their final objective, which could include data exfiltration, service disruption, or further lateral movement within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-39459 allows a privileged attacker to execute arbitrary commands on the F5 system. This could lead to complete system compromise, including data theft, service disruption, and lateral movement within the network. Given the critical role of F5 devices in network infrastructure, a successful attack could have widespread and severe consequences, impacting numerous applications and services. The impact is amplified by the high privileges gained through exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the security patch or mitigation provided by F5 Networks as soon as possible. Refer to the F5 Networks advisory <a href="https://my.f5.com/manage/s/article/K000160863">https://my.f5.com/manage/s/article/K000160863</a> for detailed instructions.</li>
<li>Enforce the principle of least privilege, ensuring that users are granted only the minimum necessary permissions to perform their tasks. This can help reduce the attack surface and limit the potential impact of a compromised account.</li>
<li>Monitor for suspicious activity in the iControl REST API and TMOS Shell (tmsh) logs. Deploy the Sigma rule <code>Detect Suspicious TMOS Shell Activity</code> to detect unusual tmsh command executions.</li>
<li>Regularly review user accounts and permissions on F5 systems, looking for any unauthorized or unnecessary privileges.</li>
<li>Implement strong authentication and authorization mechanisms, such as multi-factor authentication (MFA), to protect against unauthorized access to F5 systems.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>rce</category><category>f5</category><category>privilege escalation</category></item><item><title>F5 iControl REST RCE Vulnerability (CVE-2026-41225)</title><link>https://feed.craftedsignal.io/briefs/2026-05-icontrol-rce/</link><pubDate>Wed, 13 May 2026 16:17:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-icontrol-rce/</guid><description>CVE-2026-41225 allows a highly privileged, authenticated attacker with at least the Manager role to create configuration objects in F5 iControl REST, leading to arbitrary command execution.</description><content:encoded><![CDATA[<p>CVE-2026-41225 is a critical vulnerability affecting F5 iControl REST. It enables a highly privileged attacker, authenticated with at least the Manager role, to create malicious configuration objects. This flaw stems from an incorrect use of privileged APIs, potentially allowing the injection of arbitrary commands. Successful exploitation leads to Remote Code Execution (RCE) on the affected system, compromising its integrity and availability. Note that End of Technical Support (EoTS) software versions are not evaluated for this vulnerability.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker authenticates to the iControl REST interface with Manager-level or higher privileges.</li>
<li>The attacker crafts a malicious configuration object containing commands for execution.</li>
<li>The attacker leverages the iControl REST API to create or modify the malicious configuration object.</li>
<li>The vulnerable API endpoint processes the configuration object without proper sanitization.</li>
<li>The system executes the attacker-supplied commands within the context of the iControl REST process.</li>
<li>The attacker gains arbitrary code execution on the underlying system.</li>
<li>The attacker can then perform lateral movement, privilege escalation, or data exfiltration.</li>
<li>The ultimate impact is full system compromise, including the ability to disrupt services, steal sensitive information, or install persistent backdoors.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-41225 allows a privileged attacker to achieve arbitrary command execution. This can lead to a full system compromise, potentially affecting critical network infrastructure and services. The high CVSS score (9.1) reflects the significant risk posed by this vulnerability. Organizations using affected versions of F5 iControl REST are at risk of data breaches, service disruption, and other severe security incidents.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the security updates provided by F5 Networks to remediate CVE-2026-41225.</li>
<li>Review and enforce the principle of least privilege for iControl REST access to limit the impact of potential compromises.</li>
<li>Implement network segmentation to restrict lateral movement following a successful exploit.</li>
<li>Deploy the Sigma rule &ldquo;Detect iControl REST Configuration Object Manipulation&rdquo; to identify suspicious activity related to configuration object creation or modification via the iControl REST API.</li>
<li>Enable detailed logging for iControl REST API calls to aid in incident investigation and detection efforts.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>cve</category><category>rce</category><category>f5</category><category>icontrol</category></item></channel></rss>