CVE-2022-48927
- EPSS 0.03%
- Published 22.08.2024 04:15:15
- Last modified 23.08.2024 02:05:45
In the Linux kernel, the following vulnerability has been resolved: iio: adc: tsc2046: fix memory corruption by preventing array overflow On one side we have indio_dev->num_channels includes all physical channels + timestamp channel. On other side ...
CVE-2022-48928
- EPSS 0.02%
- Published 22.08.2024 04:15:15
- Last modified 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-48929
- EPSS 0.02%
- Published 22.08.2024 04:15:15
- Last modified 23.08.2024 02:00:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to out of bounds access into reg2btf_ids. When commit e6ac2450d6de ("bpf: Support bpf program calling kernel function") added kfunc support, it defined reg2btf_i...
CVE-2022-48930
- EPSS 0.01%
- Published 22.08.2024 04:15:15
- Last modified 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%
- Published 22.08.2024 02:15:08
- Last modified 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%
- Published 22.08.2024 02:15:08
- Last modified 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...
CVE-2022-48923
- EPSS 0.02%
- Published 22.08.2024 02:15:08
- Last modified 12.09.2024 12:50:02
In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copy...
CVE-2022-48924
- EPSS 0.02%
- Published 22.08.2024 02:15:08
- Last modified 27.08.2024 16:07:43
In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: fix memory leak in int3400_notify() It is easy to hit the below memory leaks in my TigerLake platform: unreferenced object 0xffff927c8b91dbc0 (size 32): comm "...
CVE-2022-48925
- EPSS 0.03%
- Published 22.08.2024 02:15:08
- Last modified 23.08.2024 02:07:41
In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.src_addr outside state checks If the state is not idle then resolve_prepare_src() should immediately fail and no change to global state should ha...
CVE-2022-48920
- EPSS 0.02%
- Published 22.08.2024 02:15:06
- Last modified 12.09.2024 13:04:26
In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from...