Lucene search
+L

9757 matches found

CVE
CVE
added 2026/05/27 12:58 p.m.39 views

CVE-2026-46085

CVE-2026-46085 affects the Linux kernel rxrpc subsystem (rxkad crypto unalignment handling). The vulnerability arises from processing a packet with a misaligned crypto length and from handling non-ENOMEM decryption errors, with the WARN_ON_ONCE removal enabling remote triggering of issues. A remo...

7.5CVSS5.7AI score0.00441EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.18 views

EUVD-2026-32468

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxkad crypto unalignment handling Fix handling of a packet with a misaligned crypto length. Also handle non-ENOMEM errors from decryption by aborting. Further, remove the WARNONONCE so that it can't be remotely trigger...

5.7AI score0.00441EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.50 views

CVE-2026-46085 rxrpc: Fix rxkad crypto unalignment handling

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxkad crypto unalignment handling Fix handling of a packet with a misaligned crypto length. Also handle non-ENOMEM errors from decryption by aborting. Further, remove the WARNONONCE so that it can't be remotely trigger...

7.5CVSS0.00441EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.22 views

CVE-2026-46085

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxkad crypto unalignment handling Fix handling of a packet with a misaligned crypto length. Also handle non-ENOMEM errors from decryption by aborting. Further, remove the WARNONONCE so that it can't be remotely trigger...

7.5CVSS5.7AI score0.00441EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.9 views

CVE-2026-46081

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-;chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-;chain as the data argument but casts it...

5.7AI score0.00166EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.18 views

EUVD-2026-32464

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

5.8AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.51 views

CVE-2026-46081 crypto: acomp - fix wrong pointer stored by acomp_save_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:58 p.m.37 views

CVE-2026-46081

CVE-2026-46081 is a Linux kernel vulnerability in the crypto/acomp subsystem. The issue arises when an asynchronous hardware implementation (e.g., QAT) completes a request using the DMA virtual address interface, causing acomp_save_req() to store a pointer to the wrong object in req->base.data...

7.8CVSS5.8AI score0.00166EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:58 p.m.9 views

CVE-2026-46081 crypto: acomp - fix wrong pointer stored by acomp_save_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS6.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.15 views

CVE-2026-46081

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS5.7AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:58 p.m.35 views

CVE-2026-46075

CVE-2026-46075 concerns the Linux kernel crypto driver crypto: atmel-sha204a. The available details describe a fix for potential use-after-free (UAF) and a memory leak in the remove path. The remediation includes:Unregistering the hwrng to stop new read() calls and flushing the Atmel I2C workqueu...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/05/27 12:57 p.m.15 views

EUVD-2026-32450

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842cryptoalloc,freectx The bounce buffers are allocated with getfreepages using BOUNCEBUFFERORDER order 2 = 4 pages, but both the allocation error path and nx842cryptofreectx release the...

5.9AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 12:57 p.m.37 views

CVE-2026-46068

CVE-2026-46068 affects the Linux kernel's crypto nx path: bounce buffers allocated with _get_free_pages() (BOUNCE_BUFFER_ORDER) are freed with free_page() instead of free_pages(), causing memory leaks. The fix uses free_pages() with the matching order in nx842_crypto {alloc,free}_ctx. Affected: L...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:57 p.m.15 views

CVE-2026-46068

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842cryptoalloc,freectx The bounce buffers are allocated with getfreepages using BOUNCEBUFFERORDER order 2 = 4 pages, but both the allocation error path and nx842cryptofreectx release the...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.55 views

CVE-2026-46068 crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842cryptoalloc,freectx The bounce buffers are allocated with getfreepages using BOUNCEBUFFERORDER order 2 = 4 pages, but both the allocation error path and nx842cryptofreectx release the...

0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.7 views

CVE-2026-46068

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842cryptoalloc,freectx The bounce buffers are allocated with getfreepages using BOUNCEBUFFERORDER order 2 = 4 pages, but both the allocation error path and nx842cryptofreectx release the...

5.9AI score0.00129EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/27 12:57 p.m.40 views

CVE-2026-46066

CVE-2026-46066 pertains to a Linux kernel issue that surfaces as a panic in multi-folio encrypted writes when a bounce buffer allocation fails during fscrypt-enabled CephFS writes. The root cause, described in the CVE entry, is that move_dirty_folio_in_page_array() may fail after the batch has st...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.54 views

CVE-2026-46066 ceph: fix num_ops off-by-one when crypto allocation fails

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

0.00121EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/27 12:57 p.m.23 views

CVE-2026-46066

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:57 p.m.6 views

CVE-2026-46066 ceph: fix num_ops off-by-one when crypto allocation fails

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

5.9AI score
SaveExploits0References6
Rows per page
Query Builder