Skip to main content

Linux Kernel CVE-2026-72374

| EUVDEUVD-2026-59273 HIGH
2026-08-15 Linux GHSA-82qr-pqhc-837w
7.5
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.9 MEDIUM

AC:H reflects that AFS must be actively mounted (a non-default configuration), narrowing exploitability; all other metrics follow the rxrpc callback architecture with no authentication required at the protocol reception layer.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
6.5 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 08:54 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.5 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:56 cve.org
HIGH 7.5
CVE Published
Aug 15, 2026 - 05:56 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

afs: Fix callback service message parsers to pass through -EAGAIN

The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incoming request stream, and this should return -EAGAIN the last packet hasn't yet been seen, but all currently queued received data is consumed. afs_extract_data() does this, but the -EAGAIN return is switched to 0 inadvertantly

Fix callback service message parsers to pass through -EAGAIN

AnalysisAI

Denial of service in the Linux kernel AFS filesystem client can be triggered by remote attackers sending crafted rxrpc callback notification messages, exploiting a bug where afs_extract_data() inadvertently converts -EAGAIN return values to 0 in callback service message parsers. Systems actively mounting AFS volumes are affected across multiple stable kernel branches prior to patch releases 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, and 7.1.5. No public exploit code exists and EPSS exploitation probability is low at 0.22%, though the unauthenticated network attack vector yields a CVSS 7.5 base score reflecting the potential to crash or destabilize the AFS subsystem on affected hosts.

Technical ContextAI

AFS (Andrew File System) is a distributed filesystem implemented in the Linux kernel under fs/afs/. The kernel-side AFS client operates a lightweight rxrpc (Rx Remote Procedure Call) server to receive callback notifications from AFS file servers - these callbacks inform clients of file or directory modifications, enabling local cache invalidation. Each callback call type has a delivery function that parses the incoming rxrpc request stream incrementally; these parsers rely on returning -EAGAIN when the final packet has not yet arrived but all currently queued data has been consumed, signaling the caller to wait for more data. The defect is in afs_extract_data(), which inadvertently suppresses the -EAGAIN return and substitutes 0 (success), causing the parser state machine to misinterpret partial messages as complete and corrupting callback processing state. No CWE is formally assigned, but the root cause class is improper error-code propagation - a status-code masking defect. The CPE cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:* covers the Linux kernel source across all affected stable branches introduced at commit d001648ec7cf8b21ae9eec8b9ba4a18295adfb14.

RemediationAI

The primary fix is to upgrade to a patched Linux kernel stable release appropriate to the series in use: 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, 7.1.5, or 7.2-rc2 and later mainline. Patch commits for each stable branch are available via the Linux stable tree at https://git.kernel.org/stable/c/26b737b3769e92493fe94c34620399d93ca231ae and the additional commits referenced in the CVE. For systems that cannot be patched immediately, the most effective compensating control is to unmount all AFS volumes and unload the AFS kernel module (modprobe -r kafs), which eliminates the rxrpc callback listener entirely; this renders AFS-hosted filesystems unavailable during the interim period. Network-level mitigation can be applied by blocking inbound rxrpc traffic (UDP port 7001 by default) from untrusted source addresses using iptables or nftables, reducing external attack surface while preserving AFS connectivity from trusted AFS servers - though this does not eliminate the risk from a compromised AFS server on the trusted network. Systems confirmed not to use AFS should blacklist the kafs module in /etc/modprobe.d/ as a permanent hardening measure.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-72374 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy