CVE-2024-57986
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:12
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections A report in 2019 by the syzbot fuzzer was found to be connected to two errors in the HID core a...
CVE-2024-57979
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: pps: Fix a use-after-free On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting: pps pps1: removed ------------[ ...
CVE-2024-57980
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 03.11.2025 20:16:56
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer t...
CVE-2024-57981
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix NULL pointer dereference on certain command aborts If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequen...
CVE-2024-57973
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl->tot_len" variable is controlled by the user. It comes from process_responses(). On 32bit systems, the "gl->tot_le...
CVE-2024-57977
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: memcg: fix soft lockup in the OOM process A soft lockup issue was found in the product with about 56,000 tasks were in the OOM cgroup, it was traversing them when the soft lockup w...
CVE-2022-49724
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:56:04
In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix free_irq() on remove Pass the correct dev_id to free_irq() to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 fr...
CVE-2022-49725
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setup_tx_descriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, bet...
CVE-2022-49726
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:52:35
In the Linux kernel, the following vulnerability has been resolved: clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initializat...
CVE-2022-49727
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 01.10.2025 20:17:08
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg When len >= INT_MAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtra...