CVE-2022-48939
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:17
- Zuletzt bearbeitet 22.08.2024 19:02:08
In the Linux kernel, the following vulnerability has been resolved: bpf: Add schedule points in batch ops syzbot reported various soft lockups caused by bpf batch operations. INFO: task kworker/1:1:27 blocked for more than 140 seconds. INFO: tas...
CVE-2022-48931
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 23.08.2024 01:54:11
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is ...
CVE-2022-48933
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 23.08.2024 01:50:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this...
CVE-2022-48934
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 22.08.2024 20:33:29
In the Linux kernel, the following vulnerability has been resolved: nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() ida_simple_get() returns an id between min (0) and max (NFP_MAX_MAC_INDEX) inclusive. So NFP_MAX_MAC_INDEX (0xff) i...
CVE-2022-48935
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 19.06.2025 13:15:21
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: unregister flowtable hooks on netns exit Unregister flowtable hooks before they are releases via nf_tables_flowtable_destroy() otherwise hook core reports UAF...
CVE-2022-48926
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:15
- Zuletzt bearbeitet 23.08.2024 02:05:14
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: add spinlock for rndis response list There's no lock for rndis response list. It could cause list corruption if there're two different list_add at the same time...
CVE-2022-48928
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:15
- Zuletzt bearbeitet 23.08.2024 01:58:43
In the Linux kernel, the following vulnerability has been resolved: iio: adc: men_z188_adc: Fix a resource leak in an error handling path If iio_device_register() fails, a previous ioremap() is left unbalanced. Update the error handling path and a...
CVE-2022-48930
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:15
- Zuletzt bearbeitet 23.08.2024 01:51:30
In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and since that call is redundant with a preceding cancel...
CVE-2022-48921
- EPSS 0.02%
- Veröffentlicht 22.08.2024 02:15:08
- Zuletzt bearbeitet 12.09.2024 12:58:50
In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix fault in reweight_entity Syzbot found a GPF in reweight_entity. This has been bisected to commit 4ef0c5c6b5ba ("kernel/sched: Fix sched_fork() access an invalid sch...
CVE-2022-48922
- EPSS 0.03%
- Veröffentlicht 22.08.2024 02:15:08
- Zuletzt bearbeitet 12.09.2024 12:52:54
In the Linux kernel, the following vulnerability has been resolved: riscv: fix oops caused by irqsoff latency tracer The trace_hardirqs_{on,off}() require the caller to setup frame pointer properly. This because these two functions use macro 'CALLE...