<?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>FreeBSD Branch 15.0 Versions Prior to 15.0-N281057 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/freebsd-branch-15.0-versions-prior-to-15.0-n281057/</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>Sun, 14 Jun 2026 09:13:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/freebsd-branch-15.0-versions-prior-to-15.0-n281057/feed.xml" rel="self" type="application/rss+xml"/><item><title>Multiple Privilege Escalation Vulnerabilities in FreeBSD (CVE-2026-45257, CVE-2026-49413)</title><link>https://feed.craftedsignal.io/briefs/2026-06-freebsd-lpe/</link><pubDate>Sun, 14 Jun 2026 09:13:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-freebsd-lpe/</guid><description>Multiple vulnerabilities, including CVE-2026-45257 (kernel out-of-bounds write) and CVE-2026-49413 (Linux compatibility layer memory mapping), exist in FreeBSD branches 14 and 15, allowing a local unprivileged attacker to achieve privilege escalation.</description><content:encoded><![CDATA[<p>CERT-FR has issued an advisory regarding multiple privilege escalation vulnerabilities discovered in FreeBSD. These vulnerabilities, identified as CVE-2026-45257 and CVE-2026-49413, affect various versions across FreeBSD branches 14 and 15. CVE-2026-45257 involves an out-of-bounds write in the <code>rt_ktls_init_key</code> and <code>rt_ktls_set_key</code> functions within the kernel's network routing code, while CVE-2026-49413 allows a local attacker to map arbitrary physical memory pages via the Linux compatibility layer. Successful exploitation grants a local, unprivileged attacker root privileges on the compromised system, enabling them to bypass security controls, exfiltrate data, or establish persistence. It is crucial for defenders to patch affected systems immediately to prevent unauthorized access and system compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access</strong>: A local unprivileged attacker gains or already possesses user-level access to a vulnerable FreeBSD system.</li>
<li><strong>Vulnerability Trigger (CVE-2026-45257)</strong>: The attacker executes a specially crafted program that interacts with the kernel's routing table, specifically targeting the <code>rt_ktls_init_key</code> or <code>rt_ktls_set_key</code> functions to trigger an out-of-bounds write.</li>
<li><strong>Vulnerability Trigger (CVE-2026-49413)</strong>: The attacker utilizes the Linux compatibility layer to perform malformed memory mapping operations, allowing them to map arbitrary physical memory pages into their process address space.</li>
<li><strong>Kernel Primitive Acquisition</strong>: Successful exploitation of either vulnerability provides the attacker with a powerful kernel primitive, such as arbitrary kernel memory read/write capabilities or kernel code execution.</li>
<li><strong>Privilege Escalation</strong>: The attacker leverages the kernel primitive to modify their process's credentials, effectively elevating their user ID (UID) and effective user ID (EUID) to <code>0</code> (root).</li>
<li><strong>Root Shell / Arbitrary Command Execution</strong>: With root privileges, the attacker typically spawns a root shell (e.g., <code>/bin/sh</code>) or executes arbitrary commands as the <code>root</code> user.</li>
<li><strong>Post-Exploitation Activity</strong>: The attacker proceeds with actions such as disabling security measures, installing backdoors, exfiltrating sensitive data, or deploying additional malicious payloads.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of these privilege escalation vulnerabilities allows a local attacker to gain full control over the affected FreeBSD system. This can lead to complete system compromise, enabling the attacker to access, modify, or delete any data, install malware, create new privileged user accounts, or completely disable the system. For organizations, this translates to severe data breaches, disruption of critical services, and potential regulatory non-compliance. While specific victim counts are not provided, any unpatched FreeBSD system is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately apply the security updates provided by FreeBSD for the affected versions mentioned in the FreeBSD security advisories CVE-2026-45257 and CVE-2026-49413.</li>
<li>Deploy the Sigma rules in this brief to your SIEM and tune them for your environment to detect post-exploitation activity.</li>
<li>Enable comprehensive <code>process_creation</code> and <code>file_event</code> logging on FreeBSD systems to allow for detection of suspicious activity by the provided Sigma rules.</li>
<li>Review access controls and ensure that only trusted users have local access to FreeBSD systems, reducing the attack surface for local privilege escalation.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>freebsd</category><category>vulnerability</category><category>privilege-escalation</category><category>local-privilege-escalation</category></item></channel></rss>