Lucene search
+L

151847 matches found

OSV
OSV
added 2026/09/11 7:46 p.m.5 views

CVE-2026-89719 zram: fix out-of-bounds access in read_block_state()

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in readblockstate readblockstate calculates nrpages before taking devlock. If the device is reset and reinitialized with a smaller disksize before lock acquisition, nrpages still describes the old...

6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89720 ubifs: fix out-of-bounds read in signature length check

In the Linux kernel, the following vulnerability has been resolved: ubifs: fix out-of-bounds read in signature length check ubifssbverifysignature bounds the on-disk ubifssignode-len field before handing the signature payload to verifypkcs7signature, but the check has the wrong sign: if...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89719 zram: fix out-of-bounds access in read_block_state()

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in readblockstate readblockstate calculates nrpages before taking devlock. If the device is reset and reinitialized with a smaller disksize before lock acquisition, nrpages still describes the old...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89719

CVE-2026-89719 affects the zram subsystem of the Linux kernel . The vulnerability is an out-of-bounds access in read_block_state() caused by a race condition: nr_pages is calculated before acquiring dev_lock. If the device is reset and reinitialized with a smaller disksize before lock acquisition...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76631

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in readblockstate readblockstate calculates nrpages before taking devlock. If the device is reset and reinitialized with a smaller disksize before lock acquisition, nrpages still describes the old...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 views

EUVD-2026-76632

In the Linux kernel, the following vulnerability has been resolved: ubifs: fix out-of-bounds read in signature length check ubifssbverifysignature bounds the on-disk ubifssignode-len field before handing the signature payload to verifypkcs7signature, but the check has the wrong sign: if...

0.00182EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89720 ubifs: fix out-of-bounds read in signature length check

In the Linux kernel, the following vulnerability has been resolved: ubifs: fix out-of-bounds read in signature length check ubifssbverifysignature bounds the on-disk ubifssignode-len field before handing the signature payload to verifypkcs7signature, but the check has the wrong sign: if...

7.7CVSS0.00182EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89720

In the Linux kernel, the following vulnerability has been resolved: ubifs: fix out-of-bounds read in signature length check ubifssbverifysignature bounds the on-disk ubifssignode-len field before handing the signature payload to verifypkcs7signature, but the check has the wrong sign: if...

7.7CVSS0.00182EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.26 views

CVE-2026-89718 zram: fix out-of-bounds access in writeback_store()

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in writebackstore Patch series "zram: fix stale scan bounds after reinitialization". Both writebackstore and readblockstate derive their table scan bounds from zram-disksize before acquiring devlock...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 views

EUVD-2026-76630

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in writebackstore Patch series "zram: fix stale scan bounds after reinitialization". Both writebackstore and readblockstate derive their table scan bounds from zram-disksize before acquiring devlock...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89718

CVE-2026-89718 is an out-of-bounds access in the Linux kernel's zram module , specifically in the writeback_store() function. The root cause is a race condition: scan bounds are derived from zram->disksize before acquiring dev_lock. If the zram device is reset and reinitialized with a smaller ...

0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:46 p.m.4 views

CVE-2026-89718 zram: fix out-of-bounds access in writeback_store()

In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in writebackstore Patch series "zram: fix stale scan bounds after reinitialization". Both writebackstore and readblockstate derive their table scan bounds from zram-disksize before acquiring devlock...

6AI score
SaveExploits0References5
CVE
CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89705

CVE-2026-89705 affects the Linux kernel NFS daemon (nfsd) . The nfsd_dispatch() function uses a sequence-lock-like protocol via rq_status_counter, setting it to an odd value when a request is decoded and restoring it to even after processing. However, the cache-hit, drop, and encode-error exit pa...

7.1CVSS0.0015EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89705 nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit paths

In the Linux kernel, the following vulnerability has been resolved: nfsd: restore rqstatuscounter to even on all nfsddispatch exit paths nfsddispatch sets rqstatuscounter to an odd value once a request has been decoded, and back to an even value once it has been fully processed, forming a seq-loc...

7.1CVSS0.0015EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76617

In the Linux kernel, the following vulnerability has been resolved: nfsd: restore rqstatuscounter to even on all nfsddispatch exit paths nfsddispatch sets rqstatuscounter to an odd value once a request has been decoded, and back to an even value once it has been fully processed, forming a seq-loc...

0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:46 p.m.5 views

CVE-2026-89705 nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit paths

In the Linux kernel, the following vulnerability has been resolved: nfsd: restore rqstatuscounter to even on all nfsddispatch exit paths nfsddispatch sets rqstatuscounter to an odd value once a request has been decoded, and back to an even value once it has been fully processed, forming a seq-loc...

5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89705

In the Linux kernel, the following vulnerability has been resolved: nfsd: restore rqstatuscounter to even on all nfsddispatch exit paths nfsddispatch sets rqstatuscounter to an odd value once a request has been decoded, and back to an even value once it has been fully processed, forming a seq-loc...

7.1CVSS0.0015EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76614

In the Linux kernel, the following vulnerability has been resolved: nfsd: size fhverify server sockaddr slot by xptlocallen The nfsdfhverify and nfsdfhverifyerr tracepoints declare the server sockaddr slot sized by xptremotelen but fill it from xptlocal using xptlocallen: TPSTRUCTentry...

0.00463EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89702 nfsd: size fh_verify server sockaddr slot by xpt_locallen

In the Linux kernel, the following vulnerability has been resolved: nfsd: size fhverify server sockaddr slot by xptlocallen The nfsdfhverify and nfsdfhverifyerr tracepoints declare the server sockaddr slot sized by xptremotelen but fill it from xptlocal using xptlocallen: TPSTRUCTentry...

9.8CVSS0.00463EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89702

CVE-2026-89702 is a buffer overflow in the Linux kernel's NFSd (Network File System Daemon). The nfsd_fh_verify and nfsd_fh_verify_err tracepoints declare the server sockaddr ring-buffer slot using xpt_remotelen but fill it from xpt_local using xpt_locallen. For NFSv2/v3-over-UDP connections, xpt...

9.8CVSS0.00463EPSS
SaveExploits0References4
Rows per page
Query Builder