CVE-2023-53267
- EPSS 0.14%
- Veröffentlicht 16.09.2025 08:06:57
- Zuletzt bearbeitet 14.01.2026 19:16:17
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.13%
- Veröffentlicht 16.09.2025 08:06:56
- Zuletzt bearbeitet 14.01.2026 19:16:17
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.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-2023-53264
- EPSS 0.15%
- Veröffentlicht 16.09.2025 08:06:54
- Zuletzt bearbeitet 14.01.2026 19:16:16
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.15%
- Veröffentlicht 16.09.2025 08:06:53
- Zuletzt bearbeitet 14.01.2026 19:16: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.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...
CVE-2022-50334
- EPSS 0.15%
- 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...