<?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>Cpe:2.3:o:redhat:enterprise_linux_for_arm_64:7.0_aarch64:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3oredhatenterprise_linux_for_arm_647.0_aarch64/</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>Sat, 29 Aug 2026 23:50:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3oredhatenterprise_linux_for_arm_647.0_aarch64/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 Linux Kernel via CVE-2019-13272</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2019-13272/</link><pubDate>Sat, 29 Aug 2026 23:50:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2019-13272/</guid><description>A newly resurfaced exploit for CVE-2019-13272 allows local unprivileged users to escalate to root by abusing ptrace_link credential mishandling in the Linux kernel.</description><content:encoded><![CDATA[<p>CVE-2019-13272 is a local privilege escalation vulnerability affecting Linux kernel versions prior to 5.1.17. The flaw resides in the ptrace_link function within kernel/ptrace.c, where the kernel mishandles the recording of credentials during the establishment of a ptrace relationship. An unprivileged local user can exploit this behavior by creating a specific parent-child process relationship where the parent drops privileges and calls execve, allowing an attacker to exert control. The exploit leverages privileged tracing through mechanisms such as the PTRACE_TRACEME request, often targeting setuid binaries like pkexec to obtain root-level execution. The recent publication of functional proof-of-concept code on Sploitus has significantly increased the risk of exploitation for legacy and unpatched systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains initial access to the target system as a low-privileged user.</li>
<li>The attacker identifies or executes a vulnerable target binary (e.g., /usr/bin/pkexec or similar suid-privileged helpers).</li>
<li>The attacker initiates a ptrace relationship using the PTRACE_TRACEME request targeting the chosen helper.</li>
<li>The parent process drops privileges while keeping the ptrace relationship active.</li>
<li>The parent process calls execve, triggering the ptrace_link credential mishandling in the kernel.</li>
<li>The kernel incorrectly records the credentials, allowing the child process to retain or gain elevated root privileges.</li>
<li>The attacker interacts with the now-privileged process to spawn a root shell.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2019-13272 results in full local privilege escalation, granting an attacker complete control over the affected system. This vulnerability is highly dangerous in multi-user environments, shared hosting, or containers where local users could compromise the host or other tenants.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize patching Linux kernels to version 5.1.17 or later on all exposed systems. In environments where immediate kernel updates are not feasible, consider implementing the SELinux 'deny_ptrace' policy to restrict the ability of processes to trace one another, which can mitigate the exploitation vector of this vulnerability.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>