Lucene search
K

31 matches found

RedhatCVE
RedhatCVE
added last week3 views

CVE-2026-46012

A flaw was found in the Linux kernel's rxrpc subsystem. The rxkadverifyresponse function, which handles verification of responses, did not consistently release allocated memory. This oversight could lead to a memory leak, potentially causing system instability and a denial of service DoS over tim...

6.5CVSS5.8AI score0.00024EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/05/28 3:54 a.m.4 views

SUSE CVE-2026-46012

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after...

5.8AI score0.00024EPSS
Exploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.2 views

CVE-2026-46012

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after...

0.00024EPSS
Exploits0References5
OSV
OSV
added 2026/05/27 2:17 p.m.1 views

UBUNTU-CVE-2026-46012

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after...

5.7AI score0.00024EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.28 views

CVE-2026-46012 rxrpc: Fix memory leaks in rxkad_verify_response()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after...

0.00024EPSS
Exploits0References5
CVE
CVE
added 2026/05/27 12:56 p.m.7 views

CVE-2026-46012

CVE-2026-46012 affects the Linux kernel's rxrpc path, specifically rxkad_verify_response(), where memory leaks could occur due to improper cleanup of the ticket and the server key. The fix initializes the ticket pointer to NULL and routes all paths after the first allocation to a single common ep...

5.8AI score0.00024EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/27 12:56 p.m.3 views

EUVD-2026-32309

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function after...

5.8AI score0.00024EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/27 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-46012

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rxrpc: Fix memory leaks in rxkadverifyresponse Fix rxkadverifyresponse to free the ticket and the server key under all circumstances by initialising the ticket...

5.8AI score0.00024EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.2 views

CVE-2026-46012

rxrpc: Fix memory leaks in rxkadverifyresponse...

5.8AI score0.00024EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.3 views

PT-2026-43879

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkad verify response Fix rxkad verify response to free the ticket and the server key under all circumstances by initialising the ticket pointer to NULL and then making all paths through the function...

5.8AI score0.00024EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2026/04/25 1:37 a.m.3 views

SUSE CVE-2026-31632

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgkverifyresponse Fix rxgkverifyresponse to clean up the rxgk context it creates...

5.5CVSS5.4AI score0.00015EPSS
Exploits0References3
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31635

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix oversized RESPONSE authenticator length check rxgkverifyresponse decodes authlen from the packet and is supposed to verify that it fits in the remaining bytes. The existing check is inverted, so oversized RESPONSE...

7.5CVSS0.00038EPSS
Exploits4References4
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31633

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix integer overflow in rxgkverifyresponse In rxgkverifyresponse, there's a potential integer overflow due to rounding up tokenlen before checking it, thereby allowing the length check to be bypassed. Fix this by checking...

9.8CVSS0.00058EPSS
Exploits0References3
OSV
OSV
added 2026/04/24 3:16 p.m.0 views

DEBIAN-CVE-2026-31632

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgkverifyresponse Fix rxgkverifyresponse to clean up the rxgk context it creates...

5.5CVSS5.2AI score0.00015EPSS
Exploits0References1
OSV
OSV
added 2026/04/24 3:16 p.m.0 views

DEBIAN-CVE-2026-31633

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix integer overflow in rxgkverifyresponse In rxgkverifyresponse, there's a potential integer overflow due to rounding up tokenlen before checking it, thereby allowing the length check to be bypassed. Fix this by checking...

9.8CVSS5.3AI score0.00058EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.1 views

CVE-2026-31632

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgkverifyresponse Fix rxgkverifyresponse to clean up the rxgk context it creates...

5.5CVSS0.00015EPSS
Exploits0References3
CVE
CVE
added 2026/04/24 2:44 p.m.9 views

CVE-2026-31633

In the Linux kernel rxrpc subsystem, CVE-2026-31633 is addressed by fixing an integer overflow in rxgk_verify_response(). The bug arises when token_len is rounded up before the length check, allowing the check to be bypassed. The patch ensures the unrounded token_len is also compared against len,...

9.8CVSS5.4AI score0.00058EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:44 p.m.24 views

CVE-2026-31633 rxrpc: Fix integer overflow in rxgk_verify_response()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix integer overflow in rxgkverifyresponse In rxgkverifyresponse, there's a potential integer overflow due to rounding up tokenlen before checking it, thereby allowing the length check to be bypassed. Fix this by checking...

9.8CVSS0.00058EPSS
Exploits0References3
CVE
CVE
added 2026/04/24 2:44 p.m.5 views

CVE-2026-31632

CVE-2026-31632 affects the Linux kernel rxrpc component. The issue is a memory leak in rxgk_verify_response() caused by not cleaning up the rxgk context it creates; a fix has been applied to ensure the rxgk context is properly cleaned up. The available documents do not provide exploit details or ...

5.5CVSS5.3AI score0.00015EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:44 p.m.1 views

CVE-2026-31632

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgkverifyresponse Fix rxgkverifyresponse to clean up the rxgk context it creates...

5.5CVSS5.2AI score0.00015EPSS
Exploits0
Rows per page
Query Builder