CVE-2022-49775
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:09:11
- Zuletzt bearbeitet 07.11.2025 18:39:46
In the Linux kernel, the following vulnerability has been resolved: tcp: cdg: allow tcp_cdg_release() to be called multiple times Apparently, mptcp is able to call tcp_disconnect() on an already disconnected flow. This is generally fine, unless cur...
CVE-2022-49772
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:09
- Zuletzt bearbeitet 23.12.2025 14:16:28
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open() snd_usbmidi_output_open() has a check of the NULL port with snd_BUG_ON(). snd_BUG_ON() was used as this shouldn't...
CVE-2022-49771
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:08
- Zuletzt bearbeitet 07.11.2025 18:25:22
In the Linux kernel, the following vulnerability has been resolved: dm ioctl: fix misbehavior if list_versions races with module loading __list_versions will first estimate the required space using the "dm_target_iterate(list_version_get_needed, &n...
CVE-2022-49769
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:07
- Zuletzt bearbeitet 06.11.2025 21:46:12
In the Linux kernel, the following vulnerability has been resolved: gfs2: Check sb_bsize_shift after reading superblock Fuzzers like to scribble over sb_bsize_shift but in reality it's very unlikely that this field would be corrupted on its own. Ne...
CVE-2022-49767
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:06
- Zuletzt bearbeitet 06.11.2025 21:47:50
In the Linux kernel, the following vulnerability has been resolved: 9p/trans_fd: always use O_NONBLOCK read/write syzbot is reporting hung task at p9_fd_close() [1], for p9_mux_poll_stop() from p9_conn_destroy() from p9_fd_close() is failing to in...
CVE-2022-49768
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:06
- Zuletzt bearbeitet 06.11.2025 21:47:29
In the Linux kernel, the following vulnerability has been resolved: 9p: trans_fd/p9_conn_cancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop...
CVE-2022-49763
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:03
- Zuletzt bearbeitet 06.11.2025 21:59:01
In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfs_attr_find() Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a san...
CVE-2022-49762
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:02
- Zuletzt bearbeitet 06.11.2025 21:59:25
In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTR_RECORDs Kernel iterates over ATTR_RECORDs in mft record in ntfs_attr_find(). Because the ATTR_RECORDs are next to each other, kernel can g...
CVE-2021-47670
- EPSS 0.07%
- Veröffentlicht 17.04.2025 18:01:30
- Zuletzt bearbeitet 21.04.2025 18:41:16
In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: fix use after free bugs After calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after...
CVE-2021-47668
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:29
- Zuletzt bearbeitet 21.04.2025 18:41:27
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_restart: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after t...