Cyber Posture

CVE-2026-31631

High

Published: 24 April 2026

Published
24 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
EPSS Score 0.0005 15.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-31631 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Linux Linux Kernel. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Mandates timely remediation of the buffer overread flaw in the Linux kernel's rxgk_do_verify_authenticator() via patching to stable commits.

prevent

Requires buffer size validation on network inputs to rxgk_do_verify_authenticator() to prevent out-of-bounds reads.

prevent

Implements kernel memory protections that limit the impact of buffer overreads, reducing potential data exposure and crash exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated network exploitation of exposed rxrpc kernel code path enables initial access via public-facing service (T1190) and directly causes OS-level denial of service through kernel crash (T1499.004). Limited memory disclosure does not map cleanly to any collection technique.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgk_do_verify_authenticator() Fix rxgk_do_verify_authenticator() to check the buffer size before checking the nonce.

Deeper analysisAI

CVE-2026-31631 is a buffer overread vulnerability in the Linux kernel's rxrpc subsystem, specifically within the rxgk_do_verify_authenticator() function. The flaw occurs because the function fails to check the buffer size before accessing the nonce, potentially allowing reads beyond the allocated buffer boundaries. This issue affects the Linux kernel and is classified under CWE-787 (Out-of-bounds Write), with a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H). The vulnerability was published on 2026-04-24.

Remote attackers can exploit this vulnerability over the network with low attack complexity, requiring no privileges, user interaction, or special conditions. Successful exploitation results in low confidentiality impact, such as limited exposure of sensitive data, and high availability impact, typically manifesting as kernel crashes or denial of service.

Mitigation requires updating to a patched Linux kernel version that includes the fixes from the referenced stable commits: https://git.kernel.org/stable/c/1c4422d8be81718ecb15d79aedff607323085201, https://git.kernel.org/stable/c/794586789800b16dcbe235452494f4223ac80413, and https://git.kernel.org/stable/c/f564af387c8c28238f8ebc13314c589d7ba8475d. These patches add the necessary buffer size check before nonce verification in rxgk_do_verify_authenticator().

Details

CWE(s)

Affected Products

linux
linux kernel
6.16, 7.0 · 6.16.1 — 6.18.23 · 6.19 — 6.19.13

CVEs Like This One

CVE-2026-43037Same product: Linux Linux Kernel
CVE-2026-31705Same product: Linux Linux Kernel
CVE-2026-31505Same product: Linux Linux Kernel
CVE-2026-23323Same product: Linux Linux Kernel
CVE-2026-23112Same product: Linux Linux Kernel
CVE-2026-31707Same product: Linux Linux Kernel
CVE-2026-31698Same product: Linux Linux Kernel
CVE-2026-31743Same product: Linux Linux Kernel
CVE-2025-21735Same product: Linux Linux Kernel
CVE-2025-71137Same product: Linux Linux Kernel

References