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

rxrpc: Fix UAF in rxgk_issue_challenge()

Fix rxgk_issue_challenge() to free the page containing the challenge
content after invoking the tracepoint as the whdr passed to the tracepoint
points into the page just freed.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a use‑after‑free flaw in the rxrpc subsystem’s rxgk_issue_challenge() function. The function frees the memory page that holds the challenge content after a tracepoint is invoked; the tracepoint’s whdr still points to that freed page, leaving a dangling reference. If an attacker can manipulate the sequence in which the tracepoint and memory freeing occur, they can read or execute code via the freed pointer. This type of flaw can allow arbitrary code execution or privilege escalation, depending on the context in which the memory is accessed. The likely attack vector is a remote attacker sending specially crafted RxRPC packets, but this inference is not explicitly stated in the CVE data.

Affected Systems

All Linux kernel releases prior to the patch are affected. The product is the Linux Kernel; any distribution or custom kernel that has not been updated to the patched version remains vulnerable. No specific version numbers are listed in the CVE data, so any system installing a kernel from before the patch is potentially at risk. It is inferred that all kernel versions before the patch commit are vulnerable because the CVE data does not list specific versions.

Risk and Exploitability

The vulnerability has a CVSS score of 9.8, indicating a critical severity. The EPSS score of < 1% indicates a very low probability of exploitation. The issue is not listed in the CISA KEV catalog, and the presence of a dangling pointer in a core networking protocol suggests that, if exploited, the flaw could enable kernel code execution. Based on the description, the attack path is inferred to involve a remote attacker sending specially crafted RxRPC packets that trigger the freed reference, or a local attacker with the ability to influence rxrpc traces. Because the flaw is in kernel space, exploitation results in uncontrolled kernel code execution, effectively bypassing user‑space protections.

Generated by OpenCVE AI on August 17, 2026 at 14:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the rxgk_issue_challenge() patch from the kernel.org source tree
  • If an immediate kernel upgrade is not possible, restrict or disable RxRPC traffic at the firewall or network level to reduce the attack surface
  • Monitor system logs for anomalous RxRPC activity

Generated by OpenCVE AI on August 17, 2026 at 14:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgk_issue_challenge() Fix rxgk_issue_challenge() to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed.
Title rxrpc: Fix UAF in rxgk_issue_challenge()
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:47:07.711Z

Reserved: 2026-08-15T05:44:03.896Z

Link: CVE-2026-74433

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:19:38.920

Link: CVE-2026-74433

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T14:15:04Z

Weaknesses