Lucene search
+L

3642 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:37 p.m.12 views

CVE-2026-89490

A flaw was found in ocfs2, the Oracle Cluster File System, within the Linux kernel. On 32-bit kernels, an error in how directory cookie positions are calculated can lead to truncation when a directory exceeds 4 Gigabytes GiB in size. This truncation causes the system to repeatedly re-enumerate...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 10:28 p.m.8 views

CVE-2026-89568

A flaw was found in the Linux kernel. The khopreservedmemoryreserve function, responsible for reserving memory, incorrectly calculates the size of these reservations. This issue arises because it uses a 32-bit integer for bit shifting, which limits the maximum reservation size to 2 Gigabytes GiB...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score0.00167EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.9 views

CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS0.00167EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89568

In the Linux kernel, the following vulnerability has been resolved: kho: fix size calculation in khopreservedmemoryreserve khopreservedmemoryreserve calculates the size of a preservation by doing 1 order + PAGESHIFT. Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it wil...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89559

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Prevent integer overflow in ndlabelvalidate The on-media namespace index field nslot is a u32 read from the DIMM label storage area. ndlabelvalidate bounds it against the config area size, but sizeofnamespacelab...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 8:19 p.m.8 views

DEBIAN-CVE-2026-89490

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

5.8AI score0.00176EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89490

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

AZL-100220 CVE-2026-89490 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

5.8AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score0.00167EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89490

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

5.8AI score0.00176EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89568

In the Linux kernel, the following vulnerability has been resolved: kho: fix size calculation in khopreservedmemoryreserve khopreservedmemoryreserve calculates the size of a preservation by doing 1 order + PAGESHIFT. Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it wil...

5.8AI score0.00189EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.6 views

CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.8AI score0.00167EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-89568

In the Linux kernel, the following vulnerability has been resolved: kho: fix size calculation in khopreservedmemoryreserve khopreservedmemoryreserve calculates the size of a preservation by doing 1 order + PAGESHIFT. Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it wil...

5.9AI score0.00189EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89490

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

5.8AI score0.00176EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

UBUNTU-CVE-2026-89640

In the Linux kernel, the following vulnerability has been resolved: cifs: fix lofft underflow in cifsremapfilerange when len == 0 With len == 0 clone to EOF, the effective length is computed as: len = srcinode-isize - off; If off isize, this is a negative lofft, corrupting the ByteCount in the...

7.1CVSS5.9AI score0.00126EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.33 views

CVE-2026-89640 cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0

In the Linux kernel, the following vulnerability has been resolved: cifs: fix lofft underflow in cifsremapfilerange when len == 0 With len == 0 clone to EOF, the effective length is computed as: len = srcinode-isize - off; If off isize, this is a negative lofft, corrupting the ByteCount in the...

7.1CVSS0.00126EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89640 cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0

In the Linux kernel, the following vulnerability has been resolved: cifs: fix lofft underflow in cifsremapfilerange when len == 0 With len == 0 clone to EOF, the effective length is computed as: len = srcinode-isize - off; If off isize, this is a negative lofft, corrupting the ByteCount in the...

7.1CVSS5.9AI score
SaveExploits0References9
OSV
OSV
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89579 bpf: Harden bloom filter sizing and indexing on 32-bit kernels

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89579

In the Linux kernel, the following vulnerability has been resolved: bpf: Harden bloom filter sizing and indexing on 32-bit kernels bloommapalloc has two 32-bit-specific problems when the computed bitmap reaches the U32MAX fallback case. First, BITSTOBYTESU32MAX is evaluated with 32-bit arithmetic...

7.8CVSS5.9AI score0.00167EPSS
SaveExploits0
Rows per page
Query Builder