Lucene search
+L

389144 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89724

In the Linux kernel, the following vulnerability has been resolved: media: vicodec: fix out-of-bounds write in FWHT encoder vidiocsfmtvidout sizes the encoder CAPTURE buffer from the compressed descriptor pixfmtfwht, whose sizeimagemult is 3: codedw codedh 3 + sizeofstruct fwhtcframehdr...

7.8CVSS6.4AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89723

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix slab-out-of-bounds in nilfsdirectpropagate after truncation Shuangpeng Bai reported that KASAN detected a slab-out-of-bounds error in nilfsdirectpropagate during testing. Analysis revealed that after truncating a file...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.15 views

CVE-2026-89722

CVE-2026-89722 is an out-of-bounds read in the Linux kernel's PCI/sysfs subsystem, specifically in pci_write_legacy_io(). The function unconditionally loaded a 4-byte (u32) value from the kernfs write buffer regardless of the actual write size (1, 2, or 4 bytes). Since kernfs_fop_write_iter() all...

6AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89722 PCI/sysfs: Fix out-of-bounds read in pci_write_legacy_io()

In the Linux kernel, the following vulnerability has been resolved: PCI/sysfs: Fix out-of-bounds read in pciwritelegacyio pciwritelegacyio loads 4 bytes from the kernfs write buffer regardless of how many bytes userspace wrote: if count != 1 && count != 2 && count != 4 return -EINVAL; return...

6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89722 PCI/sysfs: Fix out-of-bounds read in pci_write_legacy_io()

In the Linux kernel, the following vulnerability has been resolved: PCI/sysfs: Fix out-of-bounds read in pciwritelegacyio pciwritelegacyio loads 4 bytes from the kernfs write buffer regardless of how many bytes userspace wrote: if count != 1 && count != 2 && count != 4 return -EINVAL; return...

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

EUVD-2026-76634

In the Linux kernel, the following vulnerability has been resolved: PCI/sysfs: Fix out-of-bounds read in pciwritelegacyio pciwritelegacyio loads 4 bytes from the kernfs write buffer regardless of how many bytes userspace wrote: if count != 1 && count != 2 && count != 4 return -EINVAL; return...

6AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89722

In the Linux kernel, the following vulnerability has been resolved: PCI/sysfs: Fix out-of-bounds read in pciwritelegacyio pciwritelegacyio loads 4 bytes from the kernfs write buffer regardless of how many bytes userspace wrote: if count != 1 && count != 2 && count != 4 return -EINVAL; return...

6.1AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76633

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range maxregister The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister names 0x10000, one register past the end of...

5.8AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89721 phy: rockchip-samsung-dcphy: fix out-of-range max_register

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range maxregister The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister names 0x10000, one register past the end of...

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

CVE-2026-89721 phy: rockchip-samsung-dcphy: fix out-of-range max_register

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range maxregister The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister names 0x10000, one register past the end of...

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

CVE-2026-89721

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range maxregister The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister names 0x10000, one register past the end of...

5.9AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89721

CVE-2026-89721 affects the Linux kernel driver rockchip-samsung-dcphy (a Rockchip Samsung Display Clock PHY). The max_register value was set to 0x10000 , one register past the end of the 64 KB register block (last valid offset is 0xfffc with a stride of 4). Triggering a register dump through the ...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.17 views

CVE-2026-89720

CVE-2026-89720 is an out-of-bounds read in the Linux kernel's UBIFS (Unsorted Block Image File System) subsystem. The function ubifs_sb_verify_signature() uses an incorrect bounds check (adds instead of subtracts the 64-byte header size), allowing a crafted signed UBIFS image to declare a signatu...

7.7CVSS6AI score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:46 p.m.9 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.10 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.7CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.26 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.11 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...

5.8AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89719

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...

5.9AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.30 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
SaveExploits0References8
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...

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