VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-56706HigDec 28, 2024
    affected >= 6.12.0, < 6.12.2fixed 6.12.2

    In the Linux kernel, the following vulnerability has been resolved: s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutex_lock() and mutex_unlock(). After reservatio

  • CVE-2024-56705MedDec 28, 2024
    affected >= 4.12.0, < 4.18fixed 4.18

    In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_data is not successfully allocat

  • CVE-2024-56704HigDec 28, 2024
    affected >= 4.12.0, < 4.19.325fixed 4.19.325

    In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. [Dominique: remove confusing variable reset to 0]

  • CVE-2024-56703HigDec 28, 2024
    affected >= 4.15.0, < 6.1.128fixed 6.1.128

    In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix soft lockups in fib6_select_path under high next hop churn Soft lockups have been observed on a cluster of Linux-based edge routers located in a highly dynamic environment. Using the `bird` service, t

  • CVE-2024-56702MedDec 28, 2024
    affected >= 6.2.0, < 6.11.11fixed 6.11.11

    In the Linux kernel, the following vulnerability has been resolved: bpf: Mark raw_tp arguments with PTR_MAYBE_NULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint ar

  • CVE-2024-56701MedDec 28, 2024
    affected >= 5.3.0, < 5.10.231fixed 5.10.231

    In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore The dtl_access_lock needs to be a rw_sempahore, a sleeping lock, because the code calls kmalloc() while holding it, which can sleep: # echo 1 > /proc

  • CVE-2024-56700MedDec 28, 2024
    affected >= 2.6.39, < 4.19.325fixed 4.19.325

    In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmc_send_cmd() Atomicity violation occurs when the fmc_send_cmd() function is executed simultaneously with the modification of the fmdev->resp_skb value. Consider a sce

  • CVE-2024-56699HigDec 28, 2024
    affected >= 6.9.0, < 6.11.11fixed 6.11.11

    In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f ("s390/pci: remove hotplug slot when releasing the device") the zpci_exit_slot() was moved from zpci_device_reserved() to zpci_releas

  • CVE-2024-56698MedDec 28, 2024
    affected >= 4.18.0, < 5.10.231fixed 5.10.231

    In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix looping of queued SG entries The dwc3_request->num_queued_sgs is decremented on completion. If a partially completed request is handled, then the dwc3_request->num_queued_sgs no longer re

  • CVE-2024-56697MedDec 28, 2024
    affected >= 6.11.0, < 6.11.11fixed 6.11.11

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info() Fix two issues with memory allocation in amdgpu_discovery_get_nps_info() for mem_ranges: - Add a check for allocation failure to

  • CVE-2024-56696MedDec 28, 2024
    affected >= 6.9.0, < 6.11.11fixed 6.11.11

    In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc() kunit_kzalloc() may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunit

  • CVE-2024-56695HigDec 28, 2024
    affected >= 6.12.0, < 6.12.2fixed 6.12.2

    In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' The `kfd_get_cu_occupancy` function previously declared a large `cu_occupancy` array as a local variable, which could lead t

  • CVE-2024-56694HigDec 28, 2024
    affected < 5.10.233fixed 5.10.233

    In the Linux kernel, the following vulnerability has been resolved: bpf: fix recursive lock when verdict program return SK_PASS When the stream_verdict program returns SK_PASS, it places the received skb into its own receive queue, but a recursive lock eventually occurs, leadin

  • CVE-2024-56693HigDec 28, 2024
    affected >= 5.14.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault for address: fffffbfff809d073 P

  • CVE-2024-56692HigDec 28, 2024
    affected >= 3.8.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP: 0010:f2fs_invalidate_blocks+0

  • CVE-2024-56691MedDec 28, 2024
    affected >= 4.9.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has (inherited) flaws. Th

  • CVE-2024-56690MedDec 28, 2024
    affected < 4.19.325fixed 4.19.325

    In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY Since commit 8f4f68e788c3 ("crypto: pcrypt - Fix hungtask for PADATA_RESET"), the pcrypt encryption and decryption operations

  • CVE-2024-56689MedDec 28, 2024
    affected >= 6.5.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platform_get_resource_byname() fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint, dereferencing res->start will

  • CVE-2024-56688HigDec 28, 2024
    affected >= 4.11.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Since transport->sock has been set to NULL during reset transport, XPRT_SOCK_UPD_TIMEOUT also needs to be cleared. Otherwise, the xs_tcp_set_socket_timeo

  • CVE-2024-56687MedDec 28, 2024
    affected >= 5.18.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix hardware lockup on first Rx endpoint request There is a possibility that a request's callback could be invoked from usb_ep_queue() (call trace below, supplemented with missing calls): req->compl

Page 537 of 713