4 matches found
CVE-2026-46012
CVE-2026-46012 is a Linux kernel issue in the rxrpc path (rxkad_verify_response) that leaks memory by failing to free the ticket and server key on all paths. The root cause is improper teardown in rxkad_verify_response, fixed by initializing the ticket pointer to NULL and routing all code paths t...
Linux kernel 安全漏洞
The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the rxrpckernellookuppeer function in the rxrpc AFS component. This function may return an...
PT-2026-39124
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the rxrpc and afs components where the rxrpc kernel lookup peer function can return error pointers in addition to NULL. The system failed to properly check for these...
kernel: rxrpc: Make it so that a waiting process can be aborted
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before it can start shovelling data as the encrypted DATA...