Description
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
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates in the AFS filesystem client of the Linux kernel, where the parsing function for callback service messages incorrectly returns success instead of the expected -EAGAIN when an incomplete packet is encountered. This misinterpretation can cause the kernel to believe that a callback has been fully processed while still awaiting additional data, potentially leading to resource exhaustion, stalled operations or a denial‑of‑service condition for processes relying on AFS callbacks because the incomplete data is never handled properly.

Affected Systems

Any installation of the Linux kernel that includes the AFS client component is potentially affected; the CVE does not specify a particular kernel release, but any version prior to the commit that introduced the fix may be vulnerable.

Risk and Exploitability

CVSS score is 7.5 and EPSS score is <1%, indicating high potential severity but low likelihood of exploitation. The attack vector would involve sending crafted incomplete callback messages to the rxrpc service, triggering the kernel to mis‑handle the packet. Because the fix changes a return code from non‑zero to zero, the flaw can be triggered without requiring elevated privileges, suggesting that if exploited it could lead to denial‑of‑service. The vulnerability is not listed in the CISA KEV catalog, so no current known active exploits are reported.

Generated by OpenCVE AI on August 22, 2026 at 05:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the AFS callback parser fix (e.g., after merge of commit 09c67a7ded481482155b836c8c7f078a3075f8de).
  • If an immediate kernel update is not feasible, replace the AFS client with a patch‑level source that applies the fix manually and rebuild the kernel.
  • Monitor system logs for abnormal callback activity and consider disabling or limiting AFS client usage on critical systems until the patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 05:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-393
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-390

Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665
CWE-730

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 15 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665
CWE-730

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description 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
Title afs: Fix callback service message parsers to pass through -EAGAIN
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:27.599Z

Reserved: 2026-08-09T03:40:39.922Z

Link: CVE-2026-72374

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:10.873

Modified: 2026-08-17T06:18:41.710

Link: CVE-2026-72374

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72374 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T05:15:03Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action

  • CWE-393

    Return of Wrong Status Code