7.8

CVSS3.1

CVE-2022-50142 - intel_th: msu: Fix vmalloced buffers

In the Linux kernel, the following vulnerability has been resolved: intel_th: msu: Fix vmalloced buffers After commit f5ff79fddf0e ("dma-mapping: remove CONFIG_DMA_REMAP") there's a chance of DMA buffer getting allocated via vmalloc(), which messes up the mmapping code: > RIP: msc_mmap_fault [in…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 19, 2025, 1:29 p.m.

5.5

CVSS3.1

CVE-2022-50149 - driver core: fix potential deadlock in __driver_attach

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in __driver_attach In __driver_attach function, There are also AA deadlock problem, like the commit b232b02bf3c2 ("driver core: fix deadlock in __device_attach"). stack like commit b232b02bf3c…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 17, 2025, 7:57 p.m.

5.5

CVSS3.1

CVE-2022-50153 - usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe

In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to avoid refcount leak.

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 25, 2025, 3:23 p.m.

5.5

CVSS3.1

CVE-2022-50155 - mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset of_find_node_by_path() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() t…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 21, 2025, 1:40 p.m.

5.5

CVSS3.1

CVE-2022-50159 - of: check previous kernel's ima-kexec-buffer against memory bounds

In the Linux kernel, the following vulnerability has been resolved: of: check previous kernel's ima-kexec-buffer against memory bounds Presently ima_get_kexec_buffer() doesn't check if the previous kernel's ima-kexec-buffer lies outside the addressable memory range. This can result in a kernel pa…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 25, 2025, 3:14 p.m.

5.5

CVSS3.1

CVE-2022-50160 - mtd: maps: Fix refcount leak in ap_flash_init

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in ap_flash_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 18, 2025, 9:22 p.m.

5.5

CVSS3.1

CVE-2022-50165 - wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Commit 7a4836560a61 changes simple_write_to_buffer() with memdup_user() but it forgets to change the value to be returned that came from simple_writ…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 17, 2025, 7:48 p.m.

5.5

CVSS3.1

CVE-2022-50167 - bpf: fix potential 32-bit overflow when accessing ARRAY map element

In the Linux kernel, the following vulnerability has been resolved: bpf: fix potential 32-bit overflow when accessing ARRAY map element If BPF array map is bigger than 4GB, element pointer calculation can overflow because both index and elem_size are u32. Fix this everywhere by forcing 64-bit mul…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 17, 2025, 7:48 p.m.

7.1

CVSS3.1

CVE-2022-50169 - wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() The simple_write_to_buffer() function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks.…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Jan. 23, 2026, 4:42 p.m.

5.5

CVSS3.1

CVE-2022-50170 - kunit: executor: Fix a memory leak on failure in kunit_filter_tests

In the Linux kernel, the following vulnerability has been resolved: kunit: executor: Fix a memory leak on failure in kunit_filter_tests It's possible that memory allocation for 'filtered' will fail, but for the copy of the suite to succeed. In this case, the copy could be leaked. Properly free '…

πŸ“… Published: June 18, 2025, midnight πŸ”„ Last Modified: Nov. 28, 2025, 2:46 p.m.
Total resulsts: 348132
Page 4869 of 34,814
Β« previous page Β» next page
Filters