Lucene search
+L

6645 matches found

NVD
NVD
•added 2026/09/16 11:16 a.m.•10 views

CVE-2026-89858

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound image count in qla2x00updatefruversions qla2x00updatefruversions copies the user-supplied BSG request into a fixed 256-byte stack buffer bsgDMAPOOLSIZE and then iterates list-count times over the...

0.0021EPSS
SaveExploits0References8
NVD
NVD
•added 2026/09/16 11:16 a.m.•7 views

CVE-2026-89841

In the Linux kernel, the following vulnerability has been resolved: f2fs: only redirty pinned folios in redirtyblocks redirtyblocks pins folios with readcachefolio and then walks the same range again with filemaplockfolio to redirty them and drop the references it took. Commit 5951fee46bef "f2fs:...

7.8CVSS0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:16 a.m.•7 views

DEBIAN-CVE-2026-89841

In the Linux kernel, the following vulnerability has been resolved: f2fs: only redirty pinned folios in redirtyblocks redirtyblocks pins folios with readcachefolio and then walks the same range again with filemaplockfolio to redirty them and drop the references it took. Commit 5951fee46bef "f2fs:...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:16 a.m.•8 views

CVE-2026-89830

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix valid block count leak on data block allocation failure In allocatedatablock, when allocating a new data block dn-datablkaddr == NULLADDR, incvalidblockcount is called first to increment totalvalidblockcount and iblocks...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 11:16 a.m.•8 views

DEBIAN-CVE-2026-89830

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix valid block count leak on data block allocation failure In allocatedatablock, when allocating a new data block dn-datablkaddr == NULLADDR, incvalidblockcount is called first to increment totalvalidblockcount and iblocks...

5.7AI score0.00209EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•8 views

EUVD-2026-80554

In the Linux kernel, the following vulnerability has been resolved: mtd: afs: validate v2 image info bounds The AFS v2 parser uses footer8 to locate the image information block inside the current erase block, then uses the image information regioncount to walk entries from a fixed local array. Th...

8CVSS5.8AI score0.0019EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•35 views

CVE-2026-89947 clk: meson: align gxbb_32k_clk_sel number of parents with actual count

In the Linux kernel, the following vulnerability has been resolved: clk: meson: align gxbb32kclksel number of parents with actual count The following out-of-bounds read has been observed by Christian on a GXBB WeTek Hub: ================================================================== BUG: KASA...

8CVSS0.0019EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/16 10:32 a.m.•26 views

CVE-2026-89947

CVE-2026-89947 is a global-out-of-bounds read in the Linux kernel's Amlogic Meson GXBB clock driver . When commit 7915d7d5407c removed a non-existing 32k clock parent from the gxbb_32k_clk_sel mux, it did not adjust the hard-coded num_parents field, causing __clk_register to read past the end of ...

8CVSS6.2AI score0.0019EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•9 views

EUVD-2026-80536

In the Linux kernel, the following vulnerability has been resolved: iio: dac: m62332: Fix regulator reference count imbalance m62332setvalue enables the Vcc regulator on every write of a non-zero value and disables it on every write of zero, without tracking the channel's current state. Because t...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/16 10:32 a.m.•19 views

CVE-2026-89936

CVE-2026-89936 affects the Linux kernel 's iio: dac: m62332 driver (Microchip M62332 DAC). The function m62332_set_value() enables the Vcc regulator on every non-zero channel write and disables it on every zero write, but does not track the channel's prior state. Because the regulator is referenc...

5.8AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 10:32 a.m.•5 views

CVE-2026-89936 iio: dac: m62332: Fix regulator reference count imbalance

In the Linux kernel, the following vulnerability has been resolved: iio: dac: m62332: Fix regulator reference count imbalance m62332setvalue enables the Vcc regulator on every write of a non-zero value and disables it on every write of zero, without tracking the channel's current state. Because t...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•32 views

CVE-2026-89902 LoongArch: Avoid preempt count underflow without probe

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Avoid preempt count underflow without probe LoongArch uses break 11 for the breakpoint placed after an instruction that Kprobes executes out of line. Since userspace can issue the same break instruction, dobp can reach...

7.8CVSS0.00175EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/16 10:32 a.m.•25 views

CVE-2026-89902

This Linux kernel vulnerability affects the LoongArch kprobe subsystem. Because LoongArch uses break 11 for kprobe breakpoints, an ordinary userspace breakpoint can reach kprobe_singlestep_handler() with no active probe. The handler calls preempt_enable_no_resched() before checking for a probe, c...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/16 10:32 a.m.•8 views

CVE-2026-89902 LoongArch: Avoid preempt count underflow without probe

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Avoid preempt count underflow without probe LoongArch uses break 11 for the breakpoint placed after an instruction that Kprobes executes out of line. Since userspace can issue the same break instruction, dobp can reach...

7.8CVSS5.8AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•7 views

EUVD-2026-80502

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Avoid preempt count underflow without probe LoongArch uses break 11 for the breakpoint placed after an instruction that Kprobes executes out of line. Since userspace can issue the same break instruction, dobp can reach...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/16 10:31 a.m.•10 views

CVE-2026-89858 scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound image count in qla2x00updatefruversions qla2x00updatefruversions copies the user-supplied BSG request into a fixed 256-byte stack buffer bsgDMAPOOLSIZE and then iterates list-count times over the...

5.9AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/16 10:31 a.m.•7 views

EUVD-2026-80458

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound image count in qla2x00updatefruversions qla2x00updatefruversions copies the user-supplied BSG request into a fixed 256-byte stack buffer bsgDMAPOOLSIZE and then iterates list-count times over the...

5.9AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:31 a.m.•34 views

CVE-2026-89858 scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound image count in qla2x00updatefruversions qla2x00updatefruversions copies the user-supplied BSG request into a fixed 256-byte stack buffer bsgDMAPOOLSIZE and then iterates list-count times over the...

0.0021EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/16 10:31 a.m.•24 views

CVE-2026-89841

CVE-2026-89841 affects the f2fs filesystem in the Linux kernel . The flaw resides in redirty_blocks(), where a do/while loop introduced by commit 5951fee46bef causes an extra iteration when read_cache_folio() fails before any folio is pinned. If readahead has already populated the failed folio in...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:31 a.m.•9 views

CVE-2026-89841 f2fs: only redirty pinned folios in redirty_blocks

In the Linux kernel, the following vulnerability has been resolved: f2fs: only redirty pinned folios in redirtyblocks redirtyblocks pins folios with readcachefolio and then walks the same range again with filemaplockfolio to redirty them and drop the references it took. Commit 5951fee46bef "f2fs:...

7.8CVSS5.8AI score
SaveExploits0References6
Rows per page
Query Builder