<?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 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/icontrol/</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:23:18 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/icontrol/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-40631: F5 iControl SOAP Privilege Escalation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-40631-privesc/</link><pubDate>Wed, 13 May 2026 16:23:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-40631-privesc/</guid><description>An authenticated attacker with Resource Administrator or Administrator roles can modify configuration objects through iControl SOAP in F5 products, leading to privilege escalation via CVE-2026-40631.</description><content:encoded><![CDATA[<p>CVE-2026-40631 describes a privilege escalation vulnerability affecting F5 Networks products. An attacker who has already gained authenticated access with either Resource Administrator or Administrator privileges can exploit this vulnerability. The flaw resides in the iControl SOAP interface, which allows for the modification of configuration objects. By leveraging this vulnerability, an attacker can escalate their privileges within the system. This vulnerability is particularly relevant for organizations using F5 products for load balancing, security, or application delivery, as it could allow a compromised administrator account to gain full control over the affected system. Software versions that have reached End of Technical Support (EoTS) are not evaluated.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial authenticated access to an F5 device with either Resource Administrator or Administrator privileges. This could be achieved through credential theft, phishing, or other means.</li>
<li>The attacker identifies the iControl SOAP interface as a means to modify configuration objects.</li>
<li>The attacker crafts a malicious SOAP request targeting a specific configuration object.</li>
<li>The malicious SOAP request is sent to the iControl SOAP endpoint.</li>
<li>The F5 device processes the SOAP request, and due to the vulnerability, allows the modification of the targeted configuration object.</li>
<li>The attacker modifies a configuration object to grant themselves higher privileges, such as creating a new administrative user or modifying existing user roles.</li>
<li>The attacker uses the escalated privileges to perform unauthorized actions, such as accessing sensitive data, modifying security policies, or disrupting network services.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-40631 allows an attacker to escalate privileges within the F5 system. This could lead to a complete compromise of the affected device, allowing the attacker to access sensitive data, modify security policies, and disrupt network services. This vulnerability has a high CVSS score of 8.7, highlighting the potential for significant damage. The number of victims and sectors targeted will depend on the prevalence of vulnerable F5 devices within different organizations.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the necessary patches or mitigations provided by F5 Networks to address CVE-2026-40631. Refer to the F5 Networks advisory (<a href="https://my.f5.com/manage/s/article/K000160979">https://my.f5.com/manage/s/article/K000160979</a>) for specific instructions.</li>
<li>Implement the Sigma rule &ldquo;Detect iControl SOAP Configuration Modification&rdquo; to detect suspicious SOAP requests targeting configuration objects.</li>
<li>Enforce the principle of least privilege, limiting the number of users with Resource Administrator or Administrator roles on F5 devices.</li>
<li>Monitor iControl SOAP logs for unusual activity, such as unexpected configuration changes or requests from unfamiliar IP addresses.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>f5</category><category>icontrol</category><category>soap</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>