Lucene search
+L

18 matches found

RedhatCVE
RedhatCVE
added 2026/07/20 5:8 p.m.20 views

CVE-2026-63801

A flaw was found in the Linux kernel. A remote attacker could exploit a use-after-free vulnerability in the Transparent Inter-Process Communication TIPC cryptographic decryption process. This flaw occurs when a network namespace, a mechanism for isolating network resources, is deallocated before ...

8.8CVSS5.5AI score0.00486EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 12:2 p.m.9 views

EUVD-2026-45467

In the Linux kernel, the following vulnerability has been resolved: tipc: fix slab-use-after-free Read in tipcaeaddecryptdone tipcaeaddecrypt goes straight from tipcbearerholdb to cryptoaeaddecryptreq without taking a reference on the netns, unlike the encrypt path. When cryptoaeaddecrypt is...

5.4AI score0.00486EPSS
SaveExploits0References8
Oracle linux
Oracle linux
added 2026/07/15 12:0 a.m.8 views

Unbreakable Enterprise kernel security update

6.12.0-204.92.4.3 - xfrm: hold dev ref until after transportfinish NFHOOK Qi Tang Orabug: 39727259 CVE-2026-31663 - xfrm: hold device only for the asynchronous decryption Jianbo Liu Orabug: 39727259 - KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry Hyunwoo Kim...

9.3CVSS7AI score0.00441EPSS
SaveExploits1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: crypto: krb5enc – Fix for skipping hash verification during asynchronous decryption. The krb5encdispatchdecrypt function sets req-base.complete as the skcipher callback. This means that the caller’s own completion handler is...

7.5CVSS5.8AI score0.00294EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: - net: tls: Fixed a use-after-free issue related to partial reads and async decryption operations. tlsdecryptsg does not take a reference to the pages from clearskb. Therefore, the putpage function in tlsdecryptdone releases...

7.8CVSS6.3AI score0.00709EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/01 8:39 p.m.10 views

CVE-2026-31719

A flaw was found in the krb5enc module of the Linux kernel's crypto subsystem. When performing asynchronous decryption, the krb5encdispatchdecrypt function incorrectly bypasses the integrity verification hash check. This issue occurs because the skcipher completion handler signals completion...

7.5CVSS5.8AI score0.00294EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/01 1:56 p.m.15 views

EUVD-2026-26528

In the Linux kernel, the following vulnerability has been resolved: crypto: krb5enc - fix async decrypt skipping hash verification krb5encdispatchdecrypt sets req-base.complete as the skcipher callback, which is the caller's own completion handler. When the skcipher completes asynchronously, this...

5.7AI score0.00294EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/01/12 1:52 p.m.16 views

kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails

A vulnerability was found in tlsdecryptsg in net/tls/tlssw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free...

9.8CVSS5.7AI score0.0043EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/11/12 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not waiting for asynchronous decryption to complete after a tlsstrpmsghold failure, which could lead to a UA...

6AI score0.0043EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: tls: Separating the handling of no-async decryption requests from async. If we are not using async, the handling is much simpler. There is no reference counting; we simply need to wait for the completion to wake us up and return...

9.8CVSS6.5AI score0.00313EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/08/28 11:31 p.m.13 views

SUSE CVE-2024-58240

In the Linux kernel, the following vulnerability has been resolved: tls: separate no-async decryption request handling from async If we're not doing async, the handling is much simpler. There's no reference counting, we just need to wait for the completion to wake us up and return its result. We...

2.5CVSS6.4AI score0.00313EPSS
SaveExploits0References22
Debian CVE
Debian CVE
added 2025/08/28 9:40 a.m.14 views

CVE-2024-58240

In the Linux kernel, the following vulnerability has been resolved: tls: separate no-async decryption request handling from async If we're not doing async, the handling is much simpler. There's no reference counting, we just need to wait for the completion to wake us up and return its result. We...

9.8CVSS6.2AI score0.00313EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.20 views

smb: client: fix UAF in async decryption

...

9.8CVSS7.1AI score0.00522EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

DEBIAN-CVE-2024-50047

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in async decryption Doing an async decryption large read crashes with a slab-use-after-free way down in the crypto API. Reproducer: mount.cifs -o ...,seal,esize=1 //srv/share /mnt dd if=/mnt/largefile...

7.8CVSS6AI score0.00522EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.7 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a crash due to post-release reuse when the smb client performs asynchronous decryption...

7.8CVSS6.6AI score0.00522EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:0 p.m.26 views

net: tls: fix use-after-free with partial reads and async decrypt

...

9.8CVSS6.9AI score0.00709EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/13 2:10 a.m.8 views

SUSE CVE-2024-26800

In the Linux kernel, the following vulnerability has been resolved: tls: fix use-after-free on failed backlog decryption When the decrypt request goes to the backlog and cryptoaeaddecrypt returns -EBUSY, tlsdodecryption will wait until all async decryptions have completed. If one of them fails,...

7CVSS6.6AI score0.00739EPSS
SaveExploits1References12
Debian CVE
Debian CVE
added 2024/02/21 2:59 p.m.102 views

CVE-2024-26582

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix use-after-free with partial reads and async decrypt tlsdecryptsg doesn't take a reference on the pages from clearskb, so the putpage in tlsdecryptdone releases them, and we trigger a use-after-free in processrxlist...

9.8CVSS7.5AI score0.00709EPSS
SaveExploits0
Rows per page
Query Builder