CVE-2023-53268
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:58
- Zuletzt bearbeitet 03.12.2025 20:34:20
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-53269
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:58
- Zuletzt bearbeitet 03.12.2025 16:56:21
In the Linux kernel, the following vulnerability has been resolved: block: ublk: make sure that block size is set correctly block size is one very key setting for block layer, and bad block size could panic kernel easily. Make sure that block size...
CVE-2023-53267
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:57
- Zuletzt bearbeitet 03.12.2025 16:31:24
In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event() The kfree() should be called when memory fails to be allocated for cb_data in xlnx_add_cb_for_notify_event(),...
CVE-2023-53266
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:56
- Zuletzt bearbeitet 02.12.2025 20:41:59
In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Fix possible memory leak of ffh_ctxt Allocated 'ffh_ctxt' memory leak is possible if the SMCCC version and conduit checks fail and -EOPNOTSUPP is returned without free...
CVE-2023-53265
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:55
- Zuletzt bearbeitet 02.12.2025 20:42:22
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-2023-53264
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:54
- Zuletzt bearbeitet 02.12.2025 20:42:46
In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe Use devm_of_iomap() instead of of_iomap() to automatically handle the unused ioremap region. If any error occurs,...
CVE-2023-53263
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:06:53
- Zuletzt bearbeitet 02.12.2025 20:43:16
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create We can't simply free the connector after calling drm_connector_init on it. We need to clean up th...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:54
- Zuletzt bearbeitet 10.10.2025 16:15:49
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50337
- EPSS 0.02%
- 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.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...