CVE-2023-53250
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:20
- Zuletzt bearbeitet 14.01.2026 18:16:37
In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle KASAN reported a null-ptr-deref error: KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] ...
CVE-2023-53248
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:18
- Zuletzt bearbeitet 14.01.2026 18:16:36
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: install stub fence into potential unused fence pointers When using cpu to update page tables, vm update fences are unused. Install stub fence into these fence pointers ...
CVE-2023-53247
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:46:17
- Zuletzt bearbeitet 14.01.2026 18:16:36
In the Linux kernel, the following vulnerability has been resolved: btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand While trying to get the subpage blocksize tests running, I hit the following panic on generic/476 assertion f...
CVE-2023-53246
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:46:15
- Zuletzt bearbeitet 05.01.2026 11:16:12
In the Linux kernel, the following vulnerability has been resolved: cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL When compiled with CONFIG_CIFS_DFS_UPCALL disabled, cifs_dfs_d_automount is NULL. cifs.ko logic for mapping CIFS_FATTR_D...
CVE-2023-53245
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:14
- Zuletzt bearbeitet 14.01.2026 18:16:36
In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix handling of virtual Fibre Channel timeouts Hyper-V provides the ability to connect Fibre Channel LUNs to the host system and present them in a guest VM as a SCSI...
CVE-2023-53244
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:46:12
- Zuletzt bearbeitet 14.01.2026 18:16:36
In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68_risc_buffer() to prepare the buffer, the function call dma_alloc_coherent may fail, re...
CVE-2022-50306
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:46:01
- Zuletzt bearbeitet 04.12.2025 15:31:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...
CVE-2022-50304
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:59
- Zuletzt bearbeitet 04.12.2025 15:31:23
In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in init_mtd() I got the error report while inject fault in init_mtd(): sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' C...
CVE-2022-50303
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:58
- Zuletzt bearbeitet 04.12.2025 15:31:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to compute vm and vm->pasid set to compute pasid, KFD will not take...
CVE-2022-50300
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:55
- Zuletzt bearbeitet 04.12.2025 15:33:20
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in read_one_chunk Store the error code before freeing the extent_map. Though it's reference counted structure, in ...