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: ...
- 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-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...
CVE-2022-50333
- EPSS 0.15%
- 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-50330
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:49:33
- Zuletzt bearbeitet 04.12.2025 13:44:36
In the Linux kernel, the following vulnerability has been resolved: crypto: cavium - prevent integer overflow loading firmware The "code_length" value comes from the firmware file. If your firmware is untrusted realistically there is probably very...
CVE-2022-50329
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:49:32
- Zuletzt bearbeitet 04.12.2025 13:43:46
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq Commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'") will access 'bic->bfqq' in bic_set_bfqq(), however, bfq_exit_...
CVE-2022-50328
- EPSS 0.15%
- 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...