<?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>Coreutils (&lt; 0.10.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/coreutils--0.10.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>Fri, 18 Sep 2026 16:09:02 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/coreutils--0.10.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>Privilege Escalation in uutils coreutils via Incorrect File Ownership Handling</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-93658/</link><pubDate>Fri, 18 Sep 2026 16:09:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-93658/</guid><description>uutils coreutils versions before 0.10.0 are vulnerable to local privilege escalation due to an race condition in the install utility that preserves setuid/setgid bits when ownership changes fail.</description><content:encoded><![CDATA[<p>The uutils coreutils project, a Rust-based implementation of GNU coreutils, is affected by a privilege escalation vulnerability (CVE-2026-93658) in versions prior to 0.10.0. The 'install' utility implementation incorrectly sequences the application of setuid and setgid bits relative to the ownership change operation. Specifically, the utility applies these permission bits before verifying the success of the chown operation. In environments with capability restrictions or file system constraints where ownership changes are prone to failure, an attacker can manipulate the process to ensure ownership changes fail, resulting in a setuid executable being created that is still owned by the privileged user who invoked the 'install' command. This allows an attacker to execute the leftover file with elevated privileges. This flaw impacts systems where uutils 'install' is used as part of deployment or build processes executed by privileged accounts.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows a local attacker to execute arbitrary code with the privileges of the user running the 'install' command, typically root or a high-privileged service account. This could lead to full system compromise in environments where automated installation scripts are frequently used.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade uutils coreutils to version 0.10.0 or later immediately to address the insecure sequencing of permission and ownership operations.</li>
<li>Audit automation scripts or deployment pipelines that utilize the 'install' utility to determine if they are running in environments prone to ownership change failures, such as those with restricted Linux capabilities or specific file system mounting options (e.g., nosuid or restricted user namespaces).</li>
<li>Implement monitoring for the creation of new setuid or setgid binaries in system directories, particularly those following automated deployment or installation activity.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>privilege-escalation</category><category>linux</category></item></channel></rss>