CVE-2024-53060
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:25
- Zuletzt bearbeitet 03.11.2025 23:17:17
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpi_evaluate_object() may return AE_NOT_FOUND (failure), which would result in dereferencing buffer.pointer (...
CVE-2024-53061
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:25
- Zuletzt bearbeitet 03.11.2025 23:17:17
In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks ...
CVE-2024-53042
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:24
- Zuletzt bearbeitet 03.11.2025 23:17:16
In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() There are code paths from which the function is called without holding the RCU read lock, resulting in a ...
CVE-2024-53043
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:24
- Zuletzt bearbeitet 03.11.2025 23:17:16
In the Linux kernel, the following vulnerability has been resolved: mctp i2c: handle NULL header address daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped. saddr will usually be set by MCT...
CVE-2024-53044
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:21
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext() This command: $ tc qdisc replace dev eth0 ingress_block 1 egress_block 1 clsact Error: block dev insert faile...
CVE-2024-53045
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:21
In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapm_widget_list_create The widgets array in the snd_soc_dapm_widget_list has a __counted_by attribute attached to it, which points to the n...
CVE-2024-53046
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:21
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: imx8ulp: correct the flexspi compatible string The flexspi on imx8ulp only has 16 LUTs, and imx8mm flexspi has 32 LUTs, so correct the compatible string here, otherwise...
CVE-2024-50303
- EPSS 0.01%
- Veröffentlicht 19.11.2024 18:15:22
- Zuletzt bearbeitet 01.10.2025 21:16:20
In the Linux kernel, the following vulnerability has been resolved: resource,kexec: walk_system_ram_res_rev must retain resource flags walk_system_ram_res_rev() erroneously discards resource flags when passing the information to the callback. This...
CVE-2024-50304
- EPSS 0.02%
- Veröffentlicht 19.11.2024 18:15:22
- Zuletzt bearbeitet 03.11.2025 21:17:19
In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() The per-netns IP tunnel hash table is protected by the RTNL mutex and ip_tunnel_find() is only called from the...
CVE-2024-50299
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:32
- Zuletzt bearbeitet 03.11.2025 23:17:12
In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctp_sf_ootb() A size validation fix similar to that in Commit 50619dbf8db7 ("sctp: add size validation when walking chunks") is also required...