Lucene search
+L

40 matches found

EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66580

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66585

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/26 3:16 p.m.6 views

CVE-2026-74750

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS0.00359EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:37 p.m.6 views

CVE-2026-80519 ovpn: finish crypto callback cleanup before peer release

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.16 views

CVE-2026-80519

CVE-2026-80519 affects the Linux kernel OpenVPN module (ovpn) due to an incorrect ordering of reference cleanup in crypto completion callbacks. Specifically, the peer reference (which pins the netdev) is dropped before the callback finishes its own cleanup, allowing ovpn_crypto_key_slot_put to sc...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.33 views

CVE-2026-80519 ovpn: finish crypto callback cleanup before peer release

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS0.00448EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 2:36 p.m.8 views

CVE-2026-74750

CVE-2026-74750 affects the Linux kernel's ovpn (OpenVPN) module . The root cause is that key slots are released via an RCU callback, which calls crypto_free_aead —a function that may sleep when an asynchronous or hardware crypto implementation has pending teardown work. Calling a sleeping functio...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.32 views

CVE-2026-74750 ovpn: defer key slot crypto freeing to workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS0.00359EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74750 ovpn: defer key slot crypto freeing to workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.7AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.12 views

PT-2026-82135

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ovpn component where crypto completion callbacks do not properly manage references to the key-slot and peer. Specifically, the peer reference pins the netdev, and...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80519

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev,...

9.8CVSS5.9AI score0.00448EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74750

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU...

7.5CVSS5.9AI score0.00359EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.9 views

PT-2026-82130

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ovpn module where key slots are released through a kref, and the release path frees AEAD Authenticated Encryption with Associated Data transforms from an RCU...

7.5CVSS5.9AI score0.00359EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68377

In the Linux kernel, the following vulnerability has been resolved: net/sched: acttunnelkey: Defer dstrelease to RCU callback Fix a race-condition use-after-free in tunnelkeyreleaseparams. The function releases the metadatadst of the old params synchronously via dstrelease while deferring the...

7.8CVSS5.6AI score0.00128EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:03 p.m.10 views

EUVD-2026-55563

In the Linux kernel, the following vulnerability has been resolved: net/sched: acttunnelkey: Defer dstrelease to RCU callback Fix a race-condition use-after-free in tunnelkeyreleaseparams. The function releases the metadatadst of the old params synchronously via dstrelease while deferring the...

5.3AI score0.00128EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.64 views

CVE-2026-68377

CVE-2026-68377 affects the Linux kernel net/sched component, specifically act_tunnel_key. The issue is a race leading to use-after-free during tunnel_key_release_params() where metadata_dst is released synchronously via dst_release() while the old params are freed with kfree_rcu(), allowing a con...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.36 views

CVE-2026-68377 net/sched: act_tunnel_key: Defer dst_release to RCU callback

In the Linux kernel, the following vulnerability has been resolved: net/sched: acttunnelkey: Defer dstrelease to RCU callback Fix a race-condition use-after-free in tunnelkeyreleaseparams. The function releases the metadatadst of the old params synchronously via dstrelease while deferring the...

7.8CVSS0.00128EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.36 views

CVE-2026-64543 tipc: fix use-after-free of the discoverer in tipc_disc_rcv()

In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free of the discoverer in tipcdiscrcv bearerdisable frees b-disc with tipcdiscdelete's plain kfree, but tipcdiscrcv still dereferences b-disc in RX softirq under rcureadlock tipcudprecv - tipcrcv - tipcdiscrcv...

7.8CVSS0.00126EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.14 views

CVE-2026-46165

In the Linux kernel, the following vulnerability has been resolved: openvswitch: vport: fix self-deadlock on release of tunnel ports vports are used concurrently and protected by RCU, so netdevput must happen after the RCU grace period. So, either in an RCU call or after the synchronizenet. The...

5.8AI score0.00099EPSS
SaveExploits0References7Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: dm: fixed a use-after-free in dmcleanupzoneddev dmcleanupzoneddev uses a queue, so it must be called before blkcleanupdisk starts its execution: blkcleanupdisk-blkcleanupqueue-kobjectput-blkreleasequeue-...

7.8CVSS6.3AI score0.00262EPSS
SaveExploits0References2
Rows per page
Query Builder