Lucene search
+L

81 matches found

Tenable Nessus
Tenable Nessus
•added 2026/05/20 12:00 a.m.•11 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-021624)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-021624 advisory. In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally ...

5.5CVSS6.6AI score0.00197EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/05/12 3:30 a.m.•20 views

SUSE CVE-2026-43402

In the Linux kernel, the following vulnerability has been resolved: kthread: consolidate kthread exit paths to prevent use-after-free Guillaume reported crashes via corrupted RCU callback function pointers during KUnit testing. The crash was traced back to the pidfs rhashtable conversion which...

9.8CVSS5.8AI score0.0067EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•17 views

CVE-2026-43402

In the Linux kernel, the following vulnerability has been resolved: kthread: consolidate kthread exit paths to prevent use-after-free Guillaume reported crashes via corrupted RCU callback function pointers during KUnit testing. The crash was traced back to the pidfs rhashtable conversion which...

9.8CVSS7AI score0.0067EPSS
SaveExploits0References13
OSV
OSV
•added 2026/05/08 3:16 p.m.•19 views

UBUNTU-CVE-2026-43402

In the Linux kernel, the following vulnerability has been resolved: kthread: consolidate kthread exit paths to prevent use-after-free Guillaume reported crashes via corrupted RCU callback function pointers during KUnit testing. The crash was traced back to the pidfs rhashtable conversion which...

9.8CVSS5.7AI score0.0067EPSS
SaveExploits0References14
OSV
OSV
•added 2026/04/25 9:16 a.m.•10 views

AZL-84216 CVE-2026-31678 affecting package kernel for versions less than 6.6.134.1-2

In the Linux kernel, the following vulnerability has been resolved: openvswitch: defer tunnel netdevput to RCU release ovsnetdevtunneldestroy may run after NETDEVUNREGISTER already detached the device. Dropping the netdev reference in destroy can race with concurrent readers that still observe...

7.8CVSS6AI score0.00136EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/04/25 8:46 a.m.•12 views

CVE-2026-31678

In the Linux kernel, the following vulnerability has been resolved: openvswitch: defer tunnel netdevput to RCU release ovsnetdevtunneldestroy may run after NETDEVUNREGISTER already detached the device. Dropping the netdev reference in destroy can race with concurrent readers that still observe...

5.2AI score0.00136EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/04/23 12:17 p.m.•11 views

AZL-83538 CVE-2026-31532 affecting package kernel for versions less than 6.6.137.1-1

In the Linux kernel, the following vulnerability has been resolved: can: raw: fix ro-uniq use-after-free in rawrcv rawrelease unregisters raw CAN receive filters via canrxunregister, but receiver deletion is deferred with callrcu. This leaves a window where rawrcv may still be running in an RCU...

7.8CVSS6AI score0.00174EPSS
SaveExploits0References1
Debian CVE
Debian CVE
•added 2025/02/27 8:01 p.m.•23 views

CVE-2025-21809

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpcpeer objects. The address list is freed under RCU and at this time, it puts the refs on those peers...

7.5CVSS5.7AI score0.00315EPSS
SaveExploits0
NVD
NVD
•added 2025/02/26 7:01 a.m.•19 views

CVE-2022-49270

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

7.8CVSS0.00268EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2025/01/20 1:48 p.m.•54 views

CVE-2025-21655 io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period

In the Linux kernel, the following vulnerability has been resolved: iouring/eventfd: ensure ioeventfdsignal defers another RCU period ioeventfddosignal is invoked from an RCU callback, but when dropping the reference to the ioevfd, it calls ioeventfdfree directly if the refcount drops to zero. Th...

7.8CVSS0.00253EPSS
SaveExploits2References5
OSV
OSV
•added 2025/01/20 1:48 p.m.•24 views

CVE-2025-21655 io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period

In the Linux kernel, the following vulnerability has been resolved: iouring/eventfd: ensure ioeventfdsignal defers another RCU period ioeventfddosignal is invoked from an RCU callback, but when dropping the reference to the ioevfd, it calls ioeventfdfree directly if the refcount drops to zero. Th...

7.8CVSS6.9AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
•added 2025/01/15 3:57 p.m.•22 views

CVE-2024-57903

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.5CVSS6.7AI score0.00197EPSS
SaveExploits0References4
OSV
OSV
•added 2025/01/15 1:15 p.m.•13 views

UBUNTU-CVE-2024-57903

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.5CVSS6.2AI score0.00197EPSS
SaveExploits0References35
RedHat Linux
RedHat Linux
•added 2024/11/19 12:57 a.m.•11 views

kernel: dm: fix use-after-free in dm_cleanup_zoned_dev()

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

7.8CVSS6.7AI score0.00268EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2024/05/01 5:19 a.m.•82 views

CVE-2024-26961 mac802154: fix llsec key resources release in mac802154_llsec_key_del

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resources release in mac802154llseckeydel mac802154llseckeydel can free resources of a key directly without following the RCU rules for waiting before the end of a grace period. This may lead to...

7CVSS7.7AI score0.0024EPSS
SaveExploits0References7
OSV
OSV
•added 2024/04/17 4:15 p.m.•14 views

UBUNTU-CVE-2024-26910

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

4.7CVSS6.2AI score0.00175EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
•added 2024/04/17 4:15 p.m.•35 views

CVE-2024-26910

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

4.7CVSS6.4AI score0.00175EPSS
SaveExploits0References21
Vulnrichment
Vulnrichment
•added 2024/04/17 3:59 p.m.•33 views

CVE-2024-26910 netfilter: ipset: fix performance regression in swap operation

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

6.6AI score0.00175EPSS
SaveExploits0References7
OSV
OSV
•added 2023/11/03 11:06 a.m.•28 views

OESA-2023-1782 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: An issue was discovered in the Linux kernel through 6.0.6. drivers/char/pcmcia/cm4040cs.c has a race condition and resultant use-after-free if a physically proximate attacker removes a PCMCIA device while calling open, aka a race...

9.8CVSS7.1AI score0.02913EPSS
SaveExploits1References19
RedHat Linux
RedHat Linux
•added 2022/11/15 11:55 a.m.•14 views

kernel: dm: fix use-after-free in dm_cleanup_zoned_dev()

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

7.8CVSS6.2AI score0.00268EPSS
SaveExploits0References5
Rows per page
Query Builder