Lucene search
+L

6464 matches found

RedhatCVE
RedhatCVE
added 2026/07/30 12:23 a.m.11 views

CVE-2026-64358

A flaw was found in the Linux kernel's media component, specifically within the mtk-jpeg driver. An internal function attempts to cancel a background task even when that task is not active on certain system configurations. This can lead to the system logging warning messages, potentially causing...

5.9AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 5:29 p.m.19 views

CVE-2026-64391

A flaw was found in ksmbd, the in-kernel Server Message Block SMB daemon. This vulnerability allows a remote attacker to bypass security restrictions by incorrectly handling credentials for Alternate Data Streams ADS input/output I/O operations. Instead of using the credentials established when t...

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 1:53 p.m.12 views

CVE-2026-64374

A flaw was found in the Linux kernel's real-time RT scheduler. In non-real-time configurations, the RTPUSHIPI mechanism, designed to improve task migration, can lead to a live lock. This occurs when a CPU handling heavy network traffic is repeatedly interrupted by other CPUs attempting to schedul...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/29 9:16 a.m.9 views

UBUNTU-CVE-2026-64556

In the Linux kernel, the following vulnerability has been resolved: perf/core: Detach event groups during removeonexec perfeventremoveonexec removes events by calling perfeventexitevent. For top-level events, this removes the event from the context with DETACHEXIT only. This can leave inconsisten...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/28 12:52 p.m.29 views

kernel: blk-mq: pop cached request if it is usable

A flaw was found in the Linux kernel's blk-mq component. This use-after-free vulnerability occurs when a task attempts to submit a bio a data structure for I/O operations to blk-mq. If the task is interrupted and sleeps after checking for a cached request but before using it, the cached request c...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/27 5:53 a.m.16 views

CVE-2026-64485

A flaw was found in the Linux kernel's Advanced Linux Sound Architecture ALSA compress module. The sndcomprtasknew function, responsible for creating driver tasks, does not properly handle errors during the validation of Direct Memory Access DMA buffers or file descriptor reservation. This...

7.8CVSS5.8AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/27 12:00 a.m.25 views

CVE-2026-64226

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/27 12:00 a.m.11 views

UBUNTU-CVE-2026-64226

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.12 views

SUSE CVE-2026-64359

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject CLEANSEGMENTS ioctl with out-of-range segment numbers Syzbot reported a hung task in nilfstransactionbegin where multiple tasks performing chmod on a nilfs2 mount blocked for over 143 seconds waiting to acquire...

4.4CVSS5.8AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:00 p.m.7 views

SUSE CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

5.5CVSS5.9AI score0.00501EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.8 views

SUSE CVE-2026-64485

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64485

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

7.8CVSS0.00137EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.13 views

CVE-2026-64371

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

0.00177EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS5.6AI score0.00501EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.16 views

CVE-2026-64371

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.3AI score0.00177EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

UBUNTU-CVE-2026-64485

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

UBUNTU-CVE-2026-64375

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:52 a.m.38 views

CVE-2026-64513

CVE-2026-64513 affects the Linux kernel KVM x86 path, where CR8 intercept is recomputed on PPR update. Root cause: after a patch to speed up TPR below-threshold vmexits, apic_update_ppr() can omit a deliverable interrupt, causing kvm_lapic_update_cr8_intercept() and vmx_update_cr8_intercept() to ...

5.5AI score0.00171EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:51 a.m.27 views

CVE-2026-64485

The CVE-2026-64485 issue concerns the Linux kernel ALSA compress module. In snd_compr_task_new(), the driver task is allocated before validating DMA buffers and reserving file descriptors. If validation or FD reservation fails, the core frees wrappers and DMA references without invoking the drive...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.36 views

CVE-2026-64485 ALSA: compress: Fix task creation error unwind

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

7.8CVSS0.00137EPSS
SaveExploits0References3
Rows per page
Query Builder