<?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>Below (&lt; 0.9.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/below--0.9.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>Tue, 01 Sep 2026 01:09:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/below--0.9.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>Local Privilege Escalation in Facebook Below (CVE-2025-27591)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2025-27591-below/</link><pubDate>Tue, 01 Sep 2026 01:09:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2025-27591-below/</guid><description>A local privilege escalation vulnerability in the 'below' system monitoring tool allows attackers to gain root access via a symlink attack targeting log files.</description><content:encoded><![CDATA[<p>CVE-2025-27591 is a local privilege escalation vulnerability affecting the Facebook 'below' system monitoring tool, specifically versions prior to 0.9.0. The vulnerability originates from the insecure management of log files when the application is executed with elevated privileges, specifically using the 'below record' command. An attacker with local access to the system can leverage a symlink attack to redirect the application's error logging to critical system files, such as /etc/passwd. By exploiting this behavior, an attacker can append a malicious user entry to the password file, effectively granting them unauthorized root-level access. The proof-of-concept exploit is publicly available, increasing the risk for environments where 'below' is installed and used with sudo permissions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker ensures the application's target log file, typically located at /var/log/below/error_root.log, does not already exist.</li>
<li>The attacker creates a symbolic link at /var/log/below/error_root.log that points to the system's /etc/passwd file.</li>
<li>The attacker executes the 'below' binary with elevated privileges using the 'sudo /usr/bin/below record' command.</li>
<li>The application, running as root, attempts to write error logs to the path redirected by the attacker.</li>
<li>The attacker provides crafted input designed to trigger an error, causing the application to write data into the target /etc/passwd file.</li>
<li>The attacker verifies that a new, unauthorized user has been successfully appended to the /etc/passwd configuration.</li>
<li>The attacker uses the newly created credentials to authenticate and obtain a root shell on the system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-27591 results in full system compromise. An unprivileged attacker can escalate to root privileges, gaining complete control over the affected host. This vulnerability impacts systems where 'below' is installed and invoked via sudo, common in development, testing, or infrastructure monitoring environments.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate upgrade of the Facebook 'below' monitoring tool to version 0.9.0 or later to remediate the insecure log file handling. If patching cannot be performed immediately, monitor for unauthorized symbolic link creation within the /var/log/below/ directory.</p>
<h2 id="tags">Tags</h2>
<ul>
<li>privilege-escalation</li>
<li>linux</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>