VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-56585MedDec 27, 2024
    affected >= 5.19.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix sleeping in atomic context for PREEMPT_RT Commit bab1c299f3945ffe79 ("LoongArch: Fix sleeping in atomic context in setup_tlb_handler()") changes the gfp flag from GFP_KERNEL to GFP_ATOMIC for all

  • CVE-2024-56584MedDec 27, 2024
    affected >= 5.1.0, < 5.10.253fixed 5.10.253

    In the Linux kernel, the following vulnerability has been resolved: io_uring/tctx: work around xa_store() allocation error issue syzbot triggered the following WARN_ON: WARNING: CPU: 0 PID: 16 at io_uring/tctx.c:51 __io_uring_free+0xfa/0x140 io_uring/tctx.c:51 which is the W

  • CVE-2024-56583MedDec 27, 2024
    affected >= 4.15.0, < 6.6.66fixed 6.6.66

    In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrate_enable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done a warning is eventually trigg

  • CVE-2024-56582HigDec 27, 2024
    affected >= 5.18.0, < 6.1.124fixed 6.1.124

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free in btrfs_encoded_read_endio() Shinichiro reported the following use-after free that sometimes is happening in our CI system when running fstests' btrfs/284 on a TCMU runner device:

  • CVE-2024-56581HigDec 27, 2024
    affected >= 4.15.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfs_ref_tree_mod() after we successfully inserted the new ref entry (local variable 'ref') into the respective block entry's rbtree (local var

  • CVE-2024-56580MedDec 27, 2024
    affected >= 6.8.0, < 6.12.4fixed 6.12.4

    In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: fix error path on configuration of power domains There is a chance to meet runtime issues during configuration of CAMSS power domains, because on the error path dev_pm_domain_detach() is une

  • CVE-2024-56579MedDec 27, 2024
    affected >= 5.18.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in the open() file ops, and led to

  • CVE-2024-56578MedDec 27, 2024
    affected >= 5.13.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in the open() file ops, and led t

  • CVE-2024-56577MedDec 27, 2024
    affected >= 6.4.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtk_jpeg_core.c since commit 09aea13ecf6f ("media: mtk-jpeg: refactor some variables"), otherwise the below calltrac

  • CVE-2024-56576HigDec 27, 2024
    affected >= 4.13.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix crash in the probe error path when using polling If an error occurs in the probe() function, we should remove the polling timer that was alarmed earlier, otherwise the timer is called

  • CVE-2024-56575MedDec 27, 2024
    affected >= 5.13.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Ensure power suppliers be suspended before detach them The power suppliers are always requested to suspend asynchronously, dev_pm_domain_detach() requires the caller to ensure proper synchroniz

  • CVE-2024-56574MedDec 27, 2024
    affected >= 4.1.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020_probe() KASAN reported a null-ptr-deref issue when executing the following command: # echo ts2020 0x20 > /sys/bus/i2c/devices/i2c-0/new_device KASAN: null-ptr-

  • CVE-2024-56573HigDec 27, 2024
    affected >= 6.2.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdline_ptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline refers to the pool allocation tha

  • CVE-2024-56572MedDec 27, 2024
    affected >= 5.3.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal() The buffer in the loop should be released under the exception path, otherwise there may be a memory leak here. To mitigate

  • CVE-2024-56570HigDec 27, 2024
    affected >= 3.18.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: ovl: Filter invalid inodes with missing lookup function Add a check to the ovl_dentry_weird() function to prevent the processing of directory inodes that lack the lookup function. This is important because such

  • CVE-2024-56569MedDec 27, 2024
    affected >= 4.12.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix regression with module command in stack_trace_filter When executing the following command: # echo "write*:mod:ext3" > /sys/kernel/tracing/stack_trace_filter The current mod command causes a nu

  • CVE-2024-56568MedDec 27, 2024
    affected >= 4.9.0, < 5.10.231fixed 5.10.231

    In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Defer probe of clients after smmu device bound Null pointer dereference occurs due to a race between smmu driver probe and client driver probe, when of_dma_configure() for client is called after

  • CVE-2024-56567MedDec 27, 2024
    affected >= 5.2.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: ad7780: fix division by zero in ad7780_write_raw() In the ad7780_write_raw() , val2 can be zero, which might lead to a division by zero error in DIV_ROUND_CLOSEST(). The ad7780_write_raw() is based on iio_info'

  • CVE-2024-56566MedDec 27, 2024
    affected >= 2.6.22, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slub_debug=UFPZ. If allocated object failed in alloc_consistency_checks, all objects of the slab will be marked as used, and the

  • CVE-2024-56565MedDec 27, 2024
    affected >= 4.19.0, < 6.6.66fixed 6.6.66

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all discards after creating snapshot on lvm device Piergiorgio reported a bug in bugzilla as below: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 969 at fs/f2fs/segment.c:1330 RIP

Page 543 of 713