Lucene search
+L

119500 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74608

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS0.00477EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/22 4:16 p.m.19 views

CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.18 views

AZL-97124 CVE-2026-74608 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS5.8AI score0.00477EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

AZL-97253 CVE-2026-74613 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS6AI score0.00126EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.12 views

CVE-2026-74609

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

7.8CVSS0.00126EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS0.00138EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 4:16 p.m.9 views

AZL-97299 CVE-2026-74604 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.12 views

AZL-97212 CVE-2026-74589 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74594

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS0.00138EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

AZL-97302 CVE-2026-74594 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.10 views

AZL-97374 CVE-2026-74586 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: clear newtransport when removing a peer sctpprocessasconfparam stores a newly added peer transport in asoc-newtransport. After all parameters in the ASCONF chunk have been processed, sctpsfdoasconf uses this pointer to send...

9.8CVSS5.9AI score0.005EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74587

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

9.8CVSS0.005EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.10 views

AZL-97136 CVE-2026-74587 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

9.8CVSS5.8AI score0.005EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.16 views

CVE-2026-74588

In the Linux kernel, the following vulnerability has been resolved: sctp: keep chunk-transport in step with the list it is queued on sctpoutqflushrtx moves a gap-acked chunk onto another transport's transmitted list without updating chunk-transport: if chunk-tsngapacked...

9.8CVSS0.005EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.11 views

AZL-97232 CVE-2026-74588 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: keep chunk-transport in step with the list it is queued on sctpoutqflushrtx moves a gap-acked chunk onto another transport's transmitted list without updating chunk-transport: if chunk-tsngapacked...

9.8CVSS5.8AI score0.005EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.13 views

CVE-2026-74586

In the Linux kernel, the following vulnerability has been resolved: sctp: clear newtransport when removing a peer sctpprocessasconfparam stores a newly added peer transport in asoc-newtransport. After all parameters in the ASCONF chunk have been processed, sctpsfdoasconf uses this pointer to send...

9.8CVSS0.005EPSS
SaveExploits1References8
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74608

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS5.7AI score0.00477EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.12 views

CVE-2026-74731

In the Linux kernel, the following vulnerability has been resolved: schedext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scxlinksched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs th...

7.8CVSS5.6AI score0.00123EPSS
SaveExploits0References3
Rows per page
Query Builder