Lucene search
+L

93 matches found

OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-72181

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASKOFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIGCPUMASKOFFSTACK is enabled, cpumaskvart is a pointer. Consequently, sizeofnewmask evaluates to the pointer size...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References10
NVD
NVD
added 3 days ago4 views

CVE-2026-72181

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASKOFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIGCPUMASKOFFSTACK is enabled, cpumaskvart is a pointer. Consequently, sizeofnewmask evaluates to the pointer size...

7.8CVSS0.00164EPSS
SaveExploits0References7
EUVD
EUVD
added 3 days ago3 views

EUVD-2026-58939

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASKOFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIGCPUMASKOFFSTACK is enabled, cpumaskvart is a pointer. Consequently, sizeofnewmask evaluates to the pointer size...

5.5AI score0.00164EPSS
SaveExploits0References7
CVE
CVE
added 3 days ago17 views

CVE-2026-72181

Linux kernel vulnerability CVE-2026-72181 (mips: sched: Fix CPUMASK_OFFSTACK memory corruption) fixes a memory-management flaw when CONFIG_CPUMASK_OFFSTACK is enabled: cpumask_var_t is a pointer, so sizeof(new_mask) equals pointer size and copy_from_user() can clobber the mask pointer; the old pa...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 3 days ago2 views

CVE-2026-72181 mips: sched: Fix CPUMASK_OFFSTACK memory corruption

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASKOFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIGCPUMASKOFFSTACK is enabled, cpumaskvart is a pointer. Consequently, sizeofnewmask evaluates to the pointer size...

7.8CVSS5.6AI score
SaveExploits0References10
Cvelist
Cvelist
added 3 days ago24 views

CVE-2026-72181 mips: sched: Fix CPUMASK_OFFSTACK memory corruption

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASKOFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIGCPUMASKOFFSTACK is enabled, cpumaskvart is a pointer. Consequently, sizeofnewmask evaluates to the pointer size...

7.8CVSS0.00164EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 3 days ago4 views

PT-2026-72369

In the Linux kernel, the following vulnerability has been resolved: mips: sched: Fix CPUMASK OFFSTACK memory corruption This patch addresses a critical memory management flaw. When CONFIG CPUMASK OFFSTACK is enabled, cpumask var t is a pointer. Consequently, sizeofnew mask evaluates to the pointe...

5.4AI score0.00164EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 4 days ago6 views

The vulnerability of the Linux operating system’s kernel, related to copying buffers without checking the input data, allows a hacker to trigger a service failure.

The vulnerability of the Linux operating system’s kernel is related to the copying of buffers without checking the input data. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.8CVSS5.5AI score0.00142EPSS
SaveExploits0References13Affected Software3
OSV
OSV
added 6 days ago7 views

DEBIAN-CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score0.00155EPSS
SaveExploits0References1
NVD
NVD
added 6 days ago7 views

CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

0.00155EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score0.00155EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 6 days ago4 views

CVE-2026-68435 LoongArch: Fix address space mismatch in kexec command line lookup

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score
SaveExploits0References6
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-57043

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score0.00155EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68435 LoongArch: Fix address space mismatch in kexec command line lookup

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

0.00155EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago34 views

CVE-2026-68435

CVE-2026-68435 affects the Linux kernel on LoongArch. The issue arises in kexec_load when scanning loaded segments for the kexec marker: the code passes a user-space buffer through a kernel cast to char *, dereferencing a user pointer in kernel context. The fix copies a marker-sized prefix of eac...

5.4AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 6 days ago4 views

PT-2026-70949

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexec load2 path file mode == 0 passes the user-space segment buffer straight to strnc...

5.3AI score0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.4 views

UBUNTU-CVE-2026-68179

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS5.3AI score0.00182EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 11:59 a.m.8 views

CVE-2026-68179 misc: nsm: only unlock nsm_dev on post-lock error paths

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64264

CVE-2026-64264 (Linux kernel) concerns a bug in fuse_uring_commit where copy_from_user error handling clobbers a negative errno with the positive residual, causing FUSE callers to see a successful (but potentially incomplete) reply. The root cause is that when an error occurs, err is a positive r...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.11 views

EUVD-2026-48976

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

5.8AI score0.00153EPSS
SaveExploits0References3
Rows per page
Query Builder