VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2023-52501HigMar 2, 2024
    affected >= 5.7.0, < 5.10.198fixed 5.10.198

    In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not attempt to read past "commit" When iterating over the ring buffer while the ring buffer is active, the writer can corrupt the reader. There's barriers to help detect this and handle it, but

  • CVE-2023-52500MedMar 2, 2024
    affected >= 3.10.0, < 5.10.198fixed 5.10.198

    In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command Tags allocated for OPC_INB_SET_CONTROLLER_CONFIG command need to be freed when we receive the response.

  • CVE-2023-52499MedMar 2, 2024
    affected >= 5.12.0, < 5.15.137fixed 5.15.137

    In the Linux kernel, the following vulnerability has been resolved: powerpc/47x: Fix 47x syscall return crash Eddie reported that newer kernels were crashing during boot on his 476 FSP2 system: kernel tried to execute user page (b7ee2000) - exploit attempt? (uid: 0) BUG: U

  • CVE-2022-48628MedMar 2, 2024
    affected >= 2.6.34, < 6.1.56fixed 6.1.56

    In the Linux kernel, the following vulnerability has been resolved: ceph: drop messages from MDS when unmounting When unmounting all the dirty buffers will be flushed and after the last osd request is finished the last reference of the i_count will be released. Then it will flu

  • CVE-2022-48627MedMar 2, 2024
    affected >= 3.7.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scr_memcpyw is optimized to m

  • CVE-2023-52497HigMar 1, 2024
    affected >= 5.3.0, < 5.4.285fixed 5.4.285

    In the Linux kernel, the following vulnerability has been resolved: erofs: fix lz4 inplace decompression Currently EROFS can map another compressed buffer for inplace decompression, that was used to handle the cases that some pages of compressed data are actually not in-place I

  • CVE-2023-52485MedFeb 29, 2024
    affected >= 6.7.0, < 6.7.3fixed 6.7.3

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command [Why] We can hang in place trying to send commands when the DMCUB isn't powered on. [How] For functions that execute within a DC context or DC lock we can w

  • CVE-2024-26607MedFeb 29, 2024
    affected >= 5.0.0, < 6.1.76fixed 6.1.76

    In the Linux kernel, the following vulnerability has been resolved: drm/bridge: sii902x: Fix probing race issue A null pointer dereference crash has been observed rarely on TI platforms using sii9022 bridge: [ 53.271356] sii902x_get_edid+0x34/0x70 [sii902x] [ 53.276066]

  • CVE-2023-52484MedFeb 29, 2024
    affected >= 5.12.0, < 5.15.134fixed 5.15.134

    In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range When running an SVA case, the following soft lockup is triggered: -------------------------------------------------------------------

  • CVE-2023-52483HigFeb 29, 2024
    affected >= 5.15.0, < 5.15.137fixed 5.15.137

    In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups (mctp_route_lookup and mctp_route_lookup_null) traverse the net's route list without the RCU read lock held. This means the route

  • CVE-2023-52482HigFeb 29, 2024
    affected >= 4.20.0, < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: x86/srso: Add SRSO mitigation for Hygon processors Add mitigation for the speculative return stack overflow vulnerability which exists on Hygon processors too.

  • CVE-2023-52481MedFeb 29, 2024
    affected >= 3.7.0, < 6.1.57fixed 6.1.57

    In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add Cortex-A520 speculative unprivileged load workaround Implement the workaround for ARM Cortex-A520 erratum 2966298. On an affected Cortex-A520 core, a speculatively executed unprivileged load

  • CVE-2023-52480CriFeb 29, 2024
    affected < 6.1.57fixed 6.1.57

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbd_session_lookup | smb2_sess_setup sess = xa_load |

  • CVE-2023-52479HigFeb 29, 2024
    affected >= 5.15.0, < 5.15.135fixed 5.15.135

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20_oplock_break_ack drop reference after use opinfo.

  • CVE-2023-52478HigFeb 29, 2024
    affected >= 3.19.0, < 4.14.328fixed 4.14.328

    In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect hidpp_connect_event() has *four* time-of-check vs time-of-use (TOCTOU) races when it races with itself. hidpp_connect_event() primarily runs fro

  • CVE-2023-52477MedFeb 29, 2024
    affected >= 4.6.0, < 4.14.328fixed 4.14.328

    In the Linux kernel, the following vulnerability has been resolved: usb: hub: Guard against accesses to uninitialized BOS descriptors Many functions in drivers/usb/core/hub.c and drivers/usb/core/hub.h access fields inside udev->bos without checking if it was allocated and init

  • CVE-2023-52476MedFeb 29, 2024
    affected >= 5.16.0, < 6.1.59fixed 6.1.59

    In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted (NMI) for perf sampling, this call sequence can occur

  • CVE-2023-52475HigFeb 29, 2024
    affected >= 2.6.12, < 4.14.328fixed 4.14.328

    In the Linux kernel, the following vulnerability has been resolved: Input: powermate - fix use-after-free in powermate_config_complete syzbot has found a use-after-free bug [1] in the powermate driver. This happens when the device is disconnected, which leads to a memory free f

  • CVE-2023-52474HigFeb 26, 2024
    affected >= 4.3.0, < 5.10.180fixed 5.10.180

    In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs whe

  • CVE-2024-26606MedFeb 26, 2024
    affected >= 2.6.29, < 4.19.307fixed 4.19.307

    In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In (e)poll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate a command via BINDER_WRITE_REA

Page 698 of 702