Lucene search
+L

153474 matches found

OSV
OSV
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89608 ecryptfs: pass packet set buffer size to parser

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: pass packet set buffer size to parser ecryptfsparsepacketset receives a pointer into the file header, but it calculates the remaining packet buffer size from PAGESIZE - 8. For version 1 headers the packet set starts lat...

7.1CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.29 views

CVE-2026-89607 ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packet

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

7.8CVSS0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89607

CVE-2026-89607 affects the Linux kernel's ecryptfs module. The function parse_tag_3_packet() fails to bound encrypted_key_size against ECRYPTFS_MAX_KEY_BYTES (64) in the passphrase decryption path. When the value exceeds 64, two out-of-bounds writes corrupt the ecryptfs_auth_tok and ecryptfs_cryp...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89607

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:45 p.m.10 views

EUVD-2026-76519

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

6AI score0.00164EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89607 ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packet

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

7.8CVSS6.1AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89602

CVE-2026-89602 affects the erofs (Enhanced Read-Only File System) component of the Linux kernel . When resizing global buffers, a failed partial resize leaves a retry path that either returns a spurious -ENOMEM (same-size retry) or allocates a temporary pointer array too small for the existing po...

7.8CVSS6AI score0.00172EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:45 p.m.6 views

EUVD-2026-76514

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

6AI score0.00172EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.26 views

CVE-2026-89602 erofs: skip sufficiently large global buffers when resizing

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

7.8CVSS0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89602 erofs: skip sufficiently large global buffers when resizing

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

7.8CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89596 forcedeth: fix off-by-one when saving/restoring non-PCI config space

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix off-by-one when saving/restoring non-PCI config space nvsuspend and nvresume walk the non-PCI configuration space with for i = 0; i registersize/sizeofu32; i++ which runs one iteration too many. savedconfigspace is...

7.1CVSS0.00173EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:44 p.m.15 views

CVE-2026-89596

CVE-2026-89596 affects the Linux kernel's forcedeth driver (NVIDIA). An off-by-one error in nv_suspend() and nv_resume() causes an out-of-bounds write one element past the saved_config_space array during system suspend and resume (S3). The bug is triggered by a loop using <= instead of <. W...

7.1CVSS6.1AI score0.00173EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89596 forcedeth: fix off-by-one when saving/restoring non-PCI config space

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix off-by-one when saving/restoring non-PCI config space nvsuspend and nvresume walk the non-PCI configuration space with for i = 0; i registersize/sizeofu32; i++ which runs one iteration too many. savedconfigspace is...

7.1CVSS6.2AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76508

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix off-by-one when saving/restoring non-PCI config space nvsuspend and nvresume walk the non-PCI configuration space with for i = 0; i registersize/sizeofu32; i++ which runs one iteration too many. savedconfigspace is...

6.1AI score0.00173EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89596

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix off-by-one when saving/restoring non-PCI config space nvsuspend and nvresume walk the non-PCI configuration space with for i = 0; i registersize/sizeofu32; i++ which runs one iteration too many. savedconfigspace is...

7.1CVSS6.2AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.14 views

CVE-2026-89592

CVE-2026-89592 affects the Linux kernel's accel/rocket driver , specifically the rocket_job_push() function. Two distinct bugs exist: (1) a missing NULL check after a kvmalloc_array() call, which can cause a kernel NULL pointer dereference if the allocation fails; and (2) an integer overflow wher...

5.8AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89592 accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix NULL dereference and integer overflow in rocketjobpush rocketjobpush allocates a temporary array to hold all input and output GEM object pointers: bos = kvmallocarrayjob-inbocount + job-outbocount, sizeofvoid ,...

0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89592 accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix NULL dereference and integer overflow in rocketjobpush rocketjobpush allocates a temporary array to hold all input and output GEM object pointers: bos = kvmallocarrayjob-inbocount + job-outbocount, sizeofvoid ,...

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

CVE-2026-89592

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix NULL dereference and integer overflow in rocketjobpush rocketjobpush allocates a temporary array to hold all input and output GEM object pointers: bos = kvmallocarrayjob-inbocount + job-outbocount, sizeofvoid ,...

5.8AI score0.00206EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89587 ACPI: pfr_update: fix stack buffer overflow in query_capability()

In the Linux kernel, the following vulnerability has been resolved: ACPI: pfrupdate: fix stack buffer overflow in querycapability querycapability copies four ACPI buffer objects returned by the firmware DSM into fixed-size u816 fields in struct pfruupdatecapinfo using memcpy with the...

7.8CVSS6.2AI score
SaveExploits0References9
Rows per page
Query Builder