CVE-2024-26599
- EPSS 0.02%
- Published 23.02.2024 15:15:09
- Last modified 21.11.2024 09:02:37
In the Linux kernel, the following vulnerability has been resolved: pwm: Fix out-of-bounds access in of_pwm_single_xlate() With args->args_count == 2 args->args[2] is not defined. Actually the flags are contained in args->args[1].
CVE-2023-52453
- EPSS 0.02%
- Published 23.02.2024 15:15:08
- Last modified 01.10.2025 20:17:10
In the Linux kernel, the following vulnerability has been resolved: hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume When the optional PRE_COPY support was added to speed up the device compatibility check, it failed to up...
CVE-2023-52454
- EPSS 0.02%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length If the host sends an H2CData command with an invalid DATAL, the kernel may crash in nvmet_tcp_build_pdu_iove...
CVE-2023-52455
- EPSS 0.02%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: iommu: Don't reserve 0-length IOVA region When the bootloader/firmware doesn't setup the framebuffers, their address and size are 0 in "iommu-addresses" property. If IOVA region is...
CVE-2023-52456
- EPSS 0.01%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: serial: imx: fix tx statemachine deadlock When using the serial port as RS485 port, the tx statemachine is used to control the RTS pin to drive the RS485 transceiver TX_EN pin. Whe...
CVE-2023-52457
- EPSS 0.01%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed Returning an error code from .remove() makes the driver core emit the little helpful error mes...
CVE-2023-52458
- EPSS 0.01%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with...
CVE-2023-52459
- EPSS 0.02%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call r...
CVE-2023-52460
- EPSS 0.02%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clk_mgr. So don't use it to look for DML2 support.
CVE-2023-52461
- EPSS 0.04%
- Published 23.02.2024 15:15:08
- Last modified 26.03.2025 11:41:07
In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drm_sched_entity_init()--shouldn't happen, but we verify--with out-of-bounds prior...