Lucene search
+L

11525 matches found

RedhatCVE
RedhatCVE
added 2026/07/27 8:11 a.m.10 views

CVE-2026-64418

A flaw was found in the Linux kernel's memory management mm shrinker subsystem. A race condition exists where the shrinkerinfo array can be prematurely freed while still accessible, leading to a use-after-free or double-free vulnerability. This memory corruption can be exploited by a local attack...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.8 views

SUSE CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.7AI score0.00198EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 4:45 p.m.6 views

SUSE CVE-2026-64318

In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the ppcount scan to the ppe array aixpartition reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16tocpupvd-ppcount; ... fo...

5.7AI score0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 4:1 p.m.6 views

SUSE CVE-2026-64350

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

5.7AI score0.00173EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.8 views

SUSE CVE-2026-64464

In the Linux kernel, the following vulnerability has been resolved: xhci: sideband: fix ring sg table pages leak xhciringtosgtable allocates a temporary pages array and uses it to build the returned sgtable with sgalloctablefrompages. The error paths free the pages array, but the success path...

5.8AI score0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64467

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS0.00137EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64318

In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the ppcount scan to the ppe array aixpartition reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16tocpupvd-ppcount; ... fo...

7.1CVSS0.0016EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

UBUNTU-CVE-2026-64280

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS5.7AI score0.00162EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64318

In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the ppcount scan to the ppe array aixpartition reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16tocpupvd-ppcount; ... fo...

7.1CVSS5.6AI score0.0016EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.7AI score0.00198EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64467

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS5.7AI score0.00137EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:51 a.m.16 views

CVE-2026-64464

Consolidated details show CVE-2026-64464 affects the Linux kernel xhci sideband path: xhci_ring_to_sgtable() allocates a temporary pages array used to build an sg_table via sg_alloc_table_from_pages(). On success, the temporary array isn’t freed, causing a leak each time a sideband client uses an...

5.8AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48802

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: handle extreme intervals in damonhotscore Fix three issues in damonhotscore that comes from wrong handling of extreme zero or too high monitoring intervals user setup. When the user sets sampling interval zer...

5.7AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48957

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

5.8AI score0.00122EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64413

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

7CVSS5.7AI score0.00122EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64354

The CVE-2026-64354 entry concerns the Linux kernel BPF component, specifically btf_repeat_fields() handling of user-supplied BTF data during BPF_BTF_LOAD. A malformed BTF can trigger an integer overflow when calculating the expanded field count, allowing a heap out-of-bounds write past the fixed ...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64353

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.7AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64350

CVE-2026-64350 describes a memory leak in the Linux kernel USB cdnsp driver. The function cdnsp_alloc_stream_info() allocates stream_info->stream_ctx_array via cdnsp_alloc_stream_ctx() . If a later stream ring allocation or stream mapping update fails, the error path currently frees the alloca...

5.7AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48894

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

5.7AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64350 usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

5.7AI score0.00173EPSS
SaveExploits0References10
Rows per page
Query Builder