CVE-2024-45009
- EPSS 0.22%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only decrement add_addr_accepted for MPJ req Adding the following warning ... WARN_ON_ONCE(msk->pm.add_addr_accepted == 0) ... before decrementing the add_addr_accep...
CVE-2024-45010
- EPSS 0.22%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only mark 'subflow' endp as available Adding the following warning ... WARN_ON_ONCE(msk->pm.local_addr_used == 0) ... before decrementing the local_addr_used counter...
CVE-2024-45011
- EPSS 0.22%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Check USB endpoints when probing device Ensure, as the driver probes the device, that all endpoints that the driver may attempt to access exist and are of the corre...
CVE-2024-45015
- EPSS 0.21%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 13.09.2024 16:35:58
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable() For cases where the crtc's connectors_changed was set without enable/active getting toggled , there is an at...
CVE-2024-45016
- EPSS 0.24%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:10
In the Linux kernel, the following vulnerability has been resolved: netem: fix return value if duplicate enqueue fails There is a bug in netem_enqueue() introduced by commit 5845f706388a ("net: netem: fix skb length BUG_ON in __skb_to_sgvec") that ...
CVE-2024-45018
- EPSS 0.24%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:10
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload.
CVE-2023-52916
- EPSS 0.22%
- Veröffentlicht 06.09.2024 09:15:03
- Zuletzt bearbeitet 03.11.2025 21:16:03
In the Linux kernel, the following vulnerability has been resolved: media: aspeed: Fix memory overwrite if timing is 1600x900 When capturing 1600x900, system could crash when system memory usage is tight. The way to reproduce this issue: 1. Use 16...
CVE-2023-52915
- EPSS 0.21%
- Veröffentlicht 06.09.2024 09:15:02
- Zuletzt bearbeitet 10.09.2024 17:12:41
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer In af9035_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former...
CVE-2024-45007
- EPSS 0.22%
- Veröffentlicht 04.09.2024 20:15:09
- Zuletzt bearbeitet 03.11.2025 23:15:48
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Don't destroy workqueue from work item running on it Triggered by a kref decrement, destroy_workqueue() may be called from within a work item for destroying its own...
CVE-2024-45008
- EPSS 0.24%
- Veröffentlicht 04.09.2024 20:15:09
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at input_mt_init_slots(), for num_slots is supplied from userspace using ioctl(UI_DEV_CREATE). Since nobody kn...