CVE-2022-49773
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:10
- Zuletzt bearbeitet 07.11.2025 18:26:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix optc2_configure warning on dcn314 [Why] dcn314 uses optc2_configure_crc() that wraps optc1_configure_crc() + set additional registers not applicable to dcn314....
CVE-2022-49772
- EPSS 0.01%
- 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-49770
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:08
- Zuletzt bearbeitet 06.11.2025 21:45:48
In the Linux kernel, the following vulnerability has been resolved: ceph: avoid putting the realm twice when decoding snaps fails When decoding the snaps fails it maybe leaving the 'first_realm' and 'realm' pointing to the same snaprealm memory. An...
CVE-2022-49771
- EPSS 0.01%
- 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.01%
- 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.01%
- 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.01%
- 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-49766
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:05
- Zuletzt bearbeitet 06.11.2025 21:57:43
In the Linux kernel, the following vulnerability has been resolved: netlink: Bounds-check struct nlmsgerr creation In preparation for FORTIFY_SOURCE doing bounds-check on memcpy(), switch from __nlmsg_put to nlmsg_put(), and explain the bounds chec...
CVE-2022-49764
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:04
- Zuletzt bearbeitet 06.11.2025 21:58:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot [1] about warnings that were caused by bpf program attached to contention_begin raw tracepoin...
CVE-2022-49765
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:04
- Zuletzt bearbeitet 06.11.2025 21:58:27
In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for trans_fd Shamelessly copying the explanation from Tetsuo Handa's suggested patch[1] (slightly reworded): syzbot is reporting inconsistent lock ...