<?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>Glances (4.5.2 to 4.5.5) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/glances-4.5.2-to-4.5.5/</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>Mon, 17 Aug 2026 18:46:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/glances-4.5.2-to-4.5.5/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>Incomplete Fix for Glances Configuration Command Execution Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-08-glances-config-exec-bypass/</link><pubDate>Mon, 17 Aug 2026 18:46:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-glances-config-exec-bypass/</guid><description>Glances versions up to 4.5.5 contain a vulnerability where the --disable-config-exec flag fails to sanitize shell operators in on-alert action commands, allowing arbitrary command execution or file redirection.</description><content:encoded><![CDATA[<p>Glances version 4.5.5 and earlier versions contain a vulnerability identified as CVE-2026-68519, which acts as an incomplete fix for a previously reported issue (CVE-2026-53925). While the <code>--disable-config-exec</code> flag successfully restricts shell operator interpretation in Application Monitoring Plugin (AMP) modules, the restriction is not applied to the 'on-alert action' command path.</p>
<p>Defenders should note that Glances reads command lines from the <code>glances.conf</code> file. If an attacker gains write access to this configuration file, they can inject shell operators such as <code>&amp;&amp;</code> (chaining), <code>|</code> (pipe), or <code>&gt;</code> (file redirection) into alert action fields. Because the <code>glances/actions.py</code> module fails to pass the <code>allow_operators</code> constraint to the <code>secure_popen()</code> function in the alert action code path, these injected commands are executed with the privileges of the Glances process. This vulnerability effectively negates the security guarantees provided by the <code>--disable-config-exec</code> flag.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker with access to modify the Glances configuration file to achieve arbitrary command execution or unauthorized file writes. This represents a significant escalation of privilege or persistence mechanism, as the commands execute under the security context of the Glances daemon or user process.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Glances to the version addressing CVE-2026-68519 as soon as it becomes available.</li>
<li>Audit the integrity of the <code>glances.conf</code> file across all monitored environments to ensure no unauthorized alert actions have been injected.</li>
<li>Restrict write access to the <code>glances.conf</code> file to a minimal set of highly privileged administrative users.</li>
<li>Monitor for unexpected process creation events spawned by the <code>glances</code> process, specifically processes launched as children of the main Glances application.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>remote-code-execution</category><category>security-bypass</category><category>command-injection</category><category>local-privilege-escalation</category></item></channel></rss>