CVE-2022-48946
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:13:39
In the Linux kernel, the following vulnerability has been resolved: udf: Fix preallocation discarding at indirect extent boundary When preallocation extent is the first one in the extent block, the code would corrupt extent tree header instead. Fix...
CVE-2022-48947
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:11:45
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix u8 overflow By keep sending L2CAP_CONF_REQ packets, chan->num_conf_rsp increases multiple times and eventually it will wrap around the maximum number (i.e., 2...
CVE-2022-48948
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 29.10.2024 16:34:03
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvc_function_setup permits control transfer requests with up to 64 bytes of payload (UVC_MAX_REQUEST_SIZE)...
CVE-2022-48949
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 29.10.2024 16:32:41
In the Linux kernel, the following vulnerability has been resolved: igb: Initialize mailbox message for VF reset When a MAC address is not assigned to the VF, that portion of the message sent to the VF is not set. The memory, however, is allocated ...
CVE-2022-48950
- EPSS 0.05%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:02:03
In the Linux kernel, the following vulnerability has been resolved: perf: Fix perf_pending_task() UaF Per syzbot it is possible for perf_pending_task() to run after the event is free()'d. There are two related but distinct cases: - the task_work ...
CVE-2022-48951
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:01:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() The bounds checks in snd_soc_put_volsw_sx() are only being applied to the first channel, meaning it is possible...
CVE-2022-48953
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:07:48
In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Because acpi_install_fixed_event_handler() enables the event automatically on success, it is incorrect to call it before th...
CVE-2024-50017
- EPSS 0.03%
- Veröffentlicht 21.10.2024 19:15:05
- Zuletzt bearbeitet 17.02.2025 12:15:26
In the Linux kernel, the following vulnerability has been resolved: x86/mm/ident_map: Use gbpages only where full GB page should be mapped. When ident_pud_init() uses only GB pages to create identity maps, large ranges of addresses not actually req...
- EPSS 0.04%
- Veröffentlicht 21.10.2024 19:15:05
- Zuletzt bearbeitet 12.12.2024 16:15:16
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-50006
- EPSS 0.01%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:19
In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_data_sem unlock order in ext4_ind_migrate() Fuzzing reports a possible deadlock in jbd2_log_wait_commit. This issue is triggered when an EXT4_IOC_MIGRATE ioctl is set ...