CVE-2026-74433
Received Received - Intake

rxrpc: Fix UAF in rxgk_issue_challenge

Vulnerability report for CVE-2026-74433, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Use-After-Free (UAF) vulnerability in the Linux kernel's rxrpc subsystem. The issue occurs in the rxgk_issue_challenge() function, where a page containing challenge content is freed before the tracepoint that references it completes. This can lead to memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's rxrpc component and involves a use-after-free (UAF) in the rxgk_issue_challenge() function. Detection requires checking kernel logs for related errors or crashes. Commands like dmesg | grep rxrpc or journalctl -k | grep rxrpc may help identify issues. Ensure your kernel is updated to a patched version.

Impact Analysis

If exploited, this vulnerability could cause system instability, crashes, or potential privilege escalation. It primarily affects systems using the Linux kernel with rxrpc functionality enabled, which may include network services relying on this subsystem.

Compliance Impact

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's rxgk_issue_challenge function. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection, privacy, and security controls rather than kernel-level memory management flaws.

Mitigation Strategies

Immediately update your Linux kernel to the latest patched version to resolve the UAF issue in rxgk_issue_challenge(). If updating is not immediately possible, consider disabling the affected rxrpc module if it is not required for your system's operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74433. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart