CVE-2023-53275
- EPSS 0.15%
- 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-53273
- EPSS 0.15%
- Veröffentlicht 16.09.2025 08:11:08
- Zuletzt bearbeitet 14.01.2026 19:16:18
In the Linux kernel, the following vulnerability has been resolved: Drivers: vmbus: Check for channel allocation before looking up relids relid2channel() assumes vmbus channel array to be allocated when called. However, in cases such as kdump/kexec...
CVE-2023-53272
- EPSS 0.15%
- Veröffentlicht 16.09.2025 08:07:01
- Zuletzt bearbeitet 14.01.2026 19:16:18
In the Linux kernel, the following vulnerability has been resolved: net: ena: fix shift-out-of-bounds in exponential backoff The ENA adapters on our instances occasionally reset. Once recently logged a UBSAN failure to console in the process: U...
CVE-2023-53271
- EPSS 0.15%
- Veröffentlicht 16.09.2025 08:07:00
- Zuletzt bearbeitet 14.01.2026 19:16:18
In the Linux kernel, the following vulnerability has been resolved: ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() There is a memory leaks problem reported by kmemleak: unreferenced object 0xffff888102007a00 (size 128): ...
CVE-2023-53270
- EPSS 0.15%
- 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-53268
- EPSS 0.15%
- Veröffentlicht 16.09.2025 08:06:58
- Zuletzt bearbeitet 14.01.2026 19:16:17
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_mqs: move of_node_put() to the correct location of_node_put() should have been done directly after mqs_priv->regmap = syscon_node_to_regmap(gpr_np); otherwise it creates ...
CVE-2023-53265
- EPSS 0.15%
- 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-50337
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:49:52
- Zuletzt bearbeitet 04.12.2025 13:56:39
In the Linux kernel, the following vulnerability has been resolved: ocxl: fix pci device refcount leak when calling get_function_0() get_function_0() calls pci_get_domain_bus_and_slot(), as comment says, it returns a pci device with refcount increm...
CVE-2022-50336
- EPSS 0.15%
- 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-50335
- EPSS 0.14%
- Veröffentlicht 15.09.2025 14:49:50
- Zuletzt bearbeitet 04.12.2025 13:50:35
In the Linux kernel, the following vulnerability has been resolved: 9p: set req refcount to zero to avoid uninitialized usage When a new request is allocated, the refcount will be zero if it is reused, but if the request is newly allocated from sla...