<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Security Advisory: Linux Kernel Local Privilege Escalation &quot;ssh-keysign-pwn&quot; (‌CVE-2026-46333)]]></title><description><![CDATA[<h1>Description</h1>
<p dir="auto">A vulnerability was found in the Linux kernel that allows an unprivileged local user to read sensitive files normally restricted to the root user. The flaw occurs during process exit, where a brief window allows an attacker to intercept file access from a privileged process before it fully terminates. Successful exploitation may lead to the disclosure of sensitive data such as SSH host private keys or /etc/shadow contents.</p>
<p dir="auto">This is an Important flaw in the Linux kernel that allows a local unprivileged attacker to read root-owned files. This could lead to unauthorized access to sensitive information on affected Red Hat mainstream Linux systems.</p>
<h1>Affected Products</h1>
<p dir="auto">Common Linux distributions, such as Red Hat, Debian, and Ubuntu.</p>
<h1>Mitigation</h1>
<p dir="auto">Qualys has confirmed a simple mitigation: tightening Yama’s ptrace_scope. Setting it to 2 (admin-only attach) or 3 (no attach) blocks every public exploit we are aware of:</p>
<pre><code>sudo sysctl -w kernel.yama.ptrace_scope=3
echo 'kernel.yama.ptrace_scope = 3' | sudo tee /etc/sysctl.d/99-ssh-keysign-pwn.conf
</code></pre>
<p dir="auto">ptrace_scope=3 disables ptrace attach entirely, which can break debuggers (gdb attaching to a running process, strace -p, etc.). If you need ptrace for local debugging on the affected box, use 2 instead, which restricts attach to admins. Either value blocks the known PoCs because they rely on pidfd_getfd(2)’s access check, which routes through __ptrace_may_access().</p>
<p dir="auto">This is a workaround, not a fix. Other paths to the same bug may exist. Install the patched kernel and reboot when you can.</p>
<h1>References</h1>
<p dir="auto"><a href="https://access.redhat.com/security/cve/cve-2026-46333" rel="nofollow ugc">https://access.redhat.com/security/cve/cve-2026-46333</a><br />
<a href="https://security-tracker.debian.org/tracker/CVE-2026-46333" rel="nofollow ugc">https://security-tracker.debian.org/tracker/CVE-2026-46333</a><br />
<a href="https://almalinux.org/blog/2026-05-15-ssh-keysign-pwn-cve-2026-46333/" rel="nofollow ugc">https://almalinux.org/blog/2026-05-15-ssh-keysign-pwn-cve-2026-46333/</a></p>
]]></description><link>https://support.avoracloud.com/topic/5/security-advisory-linux-kernel-local-privilege-escalation-ssh-keysign-pwn-cve-2026-46333</link><generator>RSS for Node</generator><lastBuildDate>Mon, 25 May 2026 20:26:33 GMT</lastBuildDate><atom:link href="https://support.avoracloud.com/topic/5.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 May 2026 16:25:57 GMT</pubDate><ttl>60</ttl></channel></rss>