CVE-2022-50005
- EPSS 0.21%
- Veröffentlicht 18.06.2025 11:01:10
- Zuletzt bearbeitet 14.11.2025 16:51:49
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout When the pn532 uart device is detaching, the pn532_uart_remove() is called. But there are no functions in pn532_uart...
CVE-2022-50004
- EPSS 0.21%
- Veröffentlicht 18.06.2025 11:01:09
- Zuletzt bearbeitet 14.11.2025 16:00:28
In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: fix metadata dst->dev xmit null pointer dereference When we try to transmit an skb with metadata_dst attached (i.e. dst->dev == NULL) through xfrm interface we can hi...
CVE-2022-50003
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:01:03
- Zuletzt bearbeitet 14.11.2025 16:04:44
In the Linux kernel, the following vulnerability has been resolved: ice: xsk: prohibit usage of non-balanced queue id Fix the following scenario: 1. ethtool -L $IFACE rx 8 tx 96 2. xdpsock -q 10 -t -z Above refers to a case where user would like t...
CVE-2022-50001
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:01:01
- Zuletzt bearbeitet 14.11.2025 16:13:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_tproxy: restrict to prerouting hook TPROXY is only allowed from prerouting, but nft_tproxy doesn't check this. This fixes a crash (null dereference) when using tprox...
CVE-2022-50000
- EPSS 0.19%
- Veröffentlicht 18.06.2025 11:00:59
- Zuletzt bearbeitet 14.11.2025 16:41:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1) gc_step wor...
CVE-2022-49997
- EPSS 0.18%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:19
In the Linux kernel, the following vulnerability has been resolved: net: lantiq_xrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again...
CVE-2022-49998
- EPSS 0.15%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:08
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning an erro...
CVE-2022-49993
- EPSS 0.21%
- Veröffentlicht 18.06.2025 11:00:53
- Zuletzt bearbeitet 14.11.2025 18:12:08
In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loop_config is passed (see lo_ioctl()'s case...
CVE-2022-49990
- EPSS 0.22%
- Veröffentlicht 18.06.2025 11:00:51
- Zuletzt bearbeitet 14.11.2025 18:12:44
In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associat...
CVE-2022-49989
- EPSS 0.2%
- Veröffentlicht 18.06.2025 11:00:50
- Zuletzt bearbeitet 14.11.2025 18:12:59
In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix error exit of privcmd_ioctl_dm_op() The error exit of privcmd_ioctl_dm_op() is calling unlock_pages() potentially with pages being NULL, leading to a NULL derefere...