CVE-2023-53275
- EPSS 0.01%
- Veröffentlicht 16.09.2025 08:11:10
- Zuletzt bearbeitet 14.01.2026 19:16:18
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() The variable codec->regmap is often protected by the lock codec->regmap_lock when is a...
CVE-2023-53270
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:59
- Zuletzt bearbeitet 14.01.2026 19:16:17
In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_disksize exceeding i_size problem in paritally written case It is possible for i_disksize can exceed i_size, triggering a warning. generic_perform_write copied = iov_...
CVE-2023-53265
- EPSS 0.01%
- Veröffentlicht 16.09.2025 08:06:55
- Zuletzt bearbeitet 14.01.2026 19:16:16
In the Linux kernel, the following vulnerability has been resolved: ubi: ensure that VID header offset + VID header size <= alloc, size Ensure that the VID header offset + VID header size does not exceed the allocated area to avoid slab OOB. BUG: ...
CVE-2022-50336
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:51
- Zuletzt bearbeitet 04.12.2025 13:53:50
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add null pointer check to attr_load_runs_vcn Some metadata files are handled before MFT. This adds a null pointer check for some corner cases that could lead to NPD while...
CVE-2022-50334
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:48
- Zuletzt bearbeitet 04.12.2025 13:49:16
In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() Syzkaller reports a null-ptr-deref bug as follows: ====================================================== KASAN: null-ptr-d...
CVE-2022-50333
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:46
- Zuletzt bearbeitet 04.12.2025 13:48:21
In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbDiscardAG This should be applied to most URSAN bugs found recently by syzbot, by guarding the dbMount. As syzbot feeding rubbish into the bmap...
CVE-2022-50332
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:42
- Zuletzt bearbeitet 04.12.2025 13:46:08
In the Linux kernel, the following vulnerability has been resolved: video/aperture: Call sysfb_disable() before removing PCI devices Call sysfb_disable() from aperture_remove_conflicting_pci_devices() before removing PCI devices. Without, simpledrm...
CVE-2022-50328
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:49:30
- Zuletzt bearbeitet 04.12.2025 13:42:22
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2_fc_wait_bufs In 'jbd2_fc_wait_bufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if u...
CVE-2022-50327
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:49:26
- Zuletzt bearbeitet 16.01.2026 20:07:10
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value The return value of acpi_fetch_acpi_dev() could be NULL, which would cause a NULL pointer dereference to occur in ac...
CVE-2022-50324
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:18
- Zuletzt bearbeitet 03.12.2025 19:30:24
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: pxa2xx-flash: fix memory leak in probe Free 'info' upon remapping error to avoid a memory leak. [<miquel.raynal@bootlin.com>: Reword the commit log]