CVE-2022-49012
- EPSS 0.04%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 19:07:46
In the Linux kernel, the following vulnerability has been resolved: afs: Fix server->active leak in afs_put_server The atomic_read was accidentally replaced with atomic_inc_return, which prevents the server from getting cleaned up and causes rmmod ...
CVE-2022-49013
- EPSS 0.08%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 19:09:30
In the Linux kernel, the following vulnerability has been resolved: sctp: fix memory leak in sctp_stream_outq_migrate() When sctp_stream_outq_migrate() is called to release stream out resources, the memory pointed to by prio_head in stream out is n...
CVE-2022-49014
- EPSS 0.08%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 18:29:23
In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix use-after-free in tun_detach() syzbot reported use-after-free in tun_detach() [1]. This causes call trace like below: ==============================================...
CVE-2022-49015
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 18:31:54
In the Linux kernel, the following vulnerability has been resolved: net: hsr: Fix potential use-after-free The skb is delivered to netif_rx() which may free it, after calling this, dereferencing skb may trigger use-after-free.
CVE-2022-49016
- EPSS 0.07%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 18:35:01
In the Linux kernel, the following vulnerability has been resolved: net: mdiobus: fix unbalanced node reference count I got the following report while doing device(mscc-miim) load test with CONFIG_OF_UNITTEST and CONFIG_OF_DYNAMIC enabled: OF: E...
CVE-2022-49017
- EPSS 0.07%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 18:36:13
In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipc_msg_validate As the call trace shows, the original skb was freed in tipc_msg_validate(), and dereferencing the old skb cb would cause an use-after-...
CVE-2022-49018
- EPSS 0.03%
- Veröffentlicht 21.10.2024 20:15:12
- Zuletzt bearbeitet 24.10.2024 18:38:38
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 in_atomic...
CVE-2022-48991
- EPSS 0.05%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 07.11.2024 19:36:33
In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths Any codepath that zaps page table entries must invoke MMU notifiers to ensure that secondary MMUs (like KVM) don't ...
CVE-2022-48992
- EPSS 0.03%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 25.10.2024 15:51:38
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcm_be_reparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test.
CVE-2022-48994
- EPSS 0.03%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 07.11.2024 13:52:43
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated agai...