<?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 (CVE-2026-31431)]]></title><description><![CDATA[<h1>Description</h1>
<p dir="auto">A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect 'in-place operation' was introduced, where the source and destination data mappings were different. This could lead to unexpected behavior or data integrity issues during cryptographic operations, potentially impacting the reliability of encrypted communications.</p>
<p dir="auto">This local privilege escalation is rated as Important severity. Part of the Linux kernel's cryptographic interface contains an incorrect in-place operation, where source and destination data mappings differ. This could lead to data integrity issues, including the escalation to root privileges.</p>
<h1>Affected Products</h1>
<ul>
<li>RHEL/CentOS/Rocky Linux/AlmaLinux 8, 9, 10 (Fixed)</li>
<li>openEuler 20.03 LTS and later versions (Fixed)</li>
</ul>
<h1>Mitigation (for RHEL/CentOS)</h1>
<p dir="auto">Warning: there may be performance impacts for modifying functionality that uses kernel cryptographic functions.</p>
<ol>
<li>Run below command to append the option to grub:</li>
</ol>
<pre><code># grubby --update-kernel=ALL --args='initcall_blacklist=algif_aead_init'
</code></pre>
<ol start="2">
<li>Restart the system:</li>
</ol>
<pre><code># reboot
</code></pre>
<ol start="3">
<li>Verification: once rebooted, verify the parameter:</li>
</ol>
<pre><code># cat /proc/cmdline | grep initcall_blacklist
BOOT_IMAGE=(hd0,gpt2)/vmlinuz&lt;...&gt; initcall_blacklist=algif_aead_init
</code></pre>
<h1>Reverse Mitigation</h1>
<p dir="auto">Once the fixed kernel is available and installed to reverse the mitigation see steps below:</p>
<ol>
<li>Run below command to remove the option to grub:</li>
</ol>
<pre><code># grubby --update-kernel=ALL --remove-args='initcall_blacklist=algif_aead_init'
</code></pre>
<ol start="2">
<li>Restart the system:</li>
</ol>
<pre><code># reboot
</code></pre>
<ol start="3">
<li>Verification: once rebooted, verify the parameter has been removed:</li>
</ol>
<pre><code># cat /proc/cmdline | grep initcall_blacklist
&lt;... no output ...&gt;
</code></pre>
<h1>References</h1>
<p dir="auto"><a href="https://access.redhat.com/security/cve/cve-2026-31431" rel="nofollow ugc">https://access.redhat.com/security/cve/cve-2026-31431</a></p>
]]></description><link>https://support.avoracloud.com/topic/3/security-advisory-linux-kernel-local-privilege-escalation-cve-2026-31431</link><generator>RSS for Node</generator><lastBuildDate>Wed, 27 May 2026 16:19:45 GMT</lastBuildDate><atom:link href="https://support.avoracloud.com/topic/3.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2026 10:23:47 GMT</pubDate><ttl>60</ttl></channel></rss>