Lucene search
+L

130748 matches found

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

CVE-2026-89726 lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()

In the Linux kernel, the following vulnerability has been resolved: lib/ucs2string.c: fix out-of-bounds read in ucs2strnlen Patch series "lib/ucs2string.c: fix out-of-bounds read in ucs2strnlen", v2. This series fixes an off-by-one out-of-bounds read in ucs2strnlen. The first patch is the real fi...

6AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:46 p.m.20 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.8 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.30 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.13 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
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
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 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.23 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
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.32 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.8 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...

6AI score0.00182EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.13 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.7CVSS6.1AI score0.00182EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.32 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...

5.8AI score0.0015EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:46 p.m.23 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.1CVSS5.8AI score0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:46 p.m.9 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.1CVSS5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.16 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.1CVSS5.9AI score0.0015EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.22 views

CVE-2026-89700

CVE-2026-89700 affects the Linux kernel 's nfsd (NFS daemon) subsystem. The NFSD_A_SOCK_ADDR attribute in nfsd_sock_nl_policy was declared as a bare NLA_BINARY with no minimum length, and the validation check (nla_len

5.8AI score0.00166EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89700 nfsd: validate sockaddr length per family in listener_set

In the Linux kernel, the following vulnerability has been resolved: nfsd: validate sockaddr length per family in listenerset nfsdsocknlpolicy declares NFSDASOCKADDR as a bare NLABINARY attribute with no minimum length. A CAPNETADMIN caller can send a 16-byte NFSDASOCKADDR with safamily=AFINET6,...

0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89700 nfsd: validate sockaddr length per family in listener_set

In the Linux kernel, the following vulnerability has been resolved: nfsd: validate sockaddr length per family in listenerset nfsdsocknlpolicy declares NFSDASOCKADDR as a bare NLABINARY attribute with no minimum length. A CAPNETADMIN caller can send a 16-byte NFSDASOCKADDR with safamily=AFINET6,...

5.9AI score
SaveExploits0References7
Rows per page
Query Builder