CVE-2023-52844
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 02.04.2025 14:56:36
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.
CVE-2023-52845
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 31.01.2025 16:01:53
In the Linux kernel, the following vulnerability has been resolved: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING syzbot reported the following uninit-value access issue [1]: ===================================================...
CVE-2023-52846
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 31.12.2024 20:00:30
In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prp_create_tagged_frame() The prp_fill_rct() function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path...
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 21.11.2024 08:40:42
In the Linux kernel, the following vulnerability has been resolved: media: bttv: fix use after free error due to btv->timeout timer There may be some a race condition between timer function bttv_irq_timeout and bttv_remove. The timer is setup in pr...
CVE-2023-52821
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 21.11.2024 08:40:39
In the Linux kernel, the following vulnerability has been resolved: drm/panel: fix a possible null pointer dereference In versatile_panel_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer d...
CVE-2023-52826
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 30.12.2024 20:08:33
In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference In tpg110_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL p...
CVE-2023-52828
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 26.09.2025 16:57:00
In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpf_throw kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in de...
CVE-2023-52832
- EPSS 0.07%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 05.01.2026 11:15:55
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211_get_tx_power() We can get a UBSAN warning if ieee80211_get_tx_power() returns the INT_MIN value mac80211 internally uses for "...
CVE-2023-52833
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 31.12.2024 20:09:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Add date->evt_skb is NULL check fix crash because of null pointers [ 6104.969662] BUG: kernel NULL pointer dereference, address: 00000000000000c8 [ 6104.969667] ...
CVE-2023-52834
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 26.09.2025 16:47:59
In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 ("net: alx: Work around the DMA RX overflow issue"). The alx and atl1c drivers had RX ...