VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2024-40978HigJul 12, 2024
    affected >= 4.10.0, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedi_dbg_do_not_recover_cmd_read() function invokes sprintf() directly on a __user pointer, which results into the crash. To fix this issue, use a smal

  • CVE-2024-40977MedJul 12, 2024
    affected >= 4.16.0, < 6.1.96fixed 6.1.96

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921s: fix potential hung tasks during chip recovery During chip recovery (e.g. chip reset), there is a possible situation that kernel worker reset_work is holding the lock and waiting for kernel

  • CVE-2024-40976MedJul 12, 2024
    affected >= 5.2.0, < 5.10.221fixed 5.10.221

    In the Linux kernel, the following vulnerability has been resolved: drm/lima: mask irqs in timeout path before hard reset There is a race condition in which a rendering job might take just long enough to trigger the drm sched job timeout handler but also still complete before t

  • CVE-2024-40975MedJul 12, 2024
    affected >= 5.17.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Unregister devices in reverse order Not all subsystems support a device getting removed while there are still consumers of the device with a reference to the device. One exam

  • CVE-2024-40974HigJul 12, 2024
    affected >= 2.6.19, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plpar_hcall(), plpar_hcall9(), and related functions expect callers to provide valid result buffers of certain minimum size. Currently this is comm

  • CVE-2024-40973MedJul 12, 2024
    affected >= 4.10.0, < 5.10.266fixed 5.10.266

    In the Linux kernel, the following vulnerability has been resolved: media: mtk-vcodec: potential null pointer deference in SCP The return value of devm_kzalloc() needs to be checked to avoid NULL pointer deference. This is similar to CVE-2022-3113.

  • CVE-2024-40972MedJul 12, 2024
    affected >= 4.13.0, < 6.1.107fixed 6.1.107

    In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4_xattr_set_entry() creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking (whi

  • CVE-2024-40971HigJul 12, 2024
    affected >= 3.8.0, < 5.10.221fixed 5.10.221

    In the Linux kernel, the following vulnerability has been resolved: f2fs: remove clear SB_INLINECRYPT flag in default_options In f2fs_remount, SB_INLINECRYPT flag will be clear and re-set. If create new file or open file during this gap, these files will not use inlinecrypt. Wo

  • CVE-2024-40970HigJul 12, 2024
    affected >= 5.12.0, < 5.15.162fixed 5.15.162

    In the Linux kernel, the following vulnerability has been resolved: Avoid hw_desc array overrun in dw-axi-dmac I have a use case where nr_buffers = 3 and in which each descriptor is composed by 3 segments, resulting in the DMA channel descs_allocated to be 9. Since axi_desc_put

  • CVE-2024-40969MedJul 12, 2024
    affected >= 3.8.0, < 6.6.36fixed 6.6.36

    In the Linux kernel, the following vulnerability has been resolved: f2fs: don't set RO when shutting down f2fs Shutdown does not check the error of thaw_super due to readonly, which causes a deadlock like below. f2fs_ioc_shutdown(F2FS_GOING_DOWN_FULLSYNC) issue_discard_

  • CVE-2024-40968MedJul 12, 2024
    affected >= 2.6.31, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: MIPS: Octeon: Add PCIe link status check The standard PCIe configuration read-write interface is used to access the configuration space of the peripheral PCIe devices of the mips processor after the PCIe link s

  • CVE-2024-40967MedJul 12, 2024
    affected >= 3.6.0, < 5.15.162fixed 5.15.162

    In the Linux kernel, the following vulnerability has been resolved: serial: imx: Introduce timeout when waiting on transmitter empty By waiting at most 1 second for USR2_TXDC to be set, we avoid a potential deadlock. In case of the timeout, there is not much we can do, so we s

  • CVE-2024-40966MedJul 12, 2024
    affected >= 2.6.35, < 6.1.96fixed 6.1.96

    In the Linux kernel, the following vulnerability has been resolved: tty: add the option to have a tty reject a new ldisc ... and use it to limit the virtual terminals to just N_TTY. They are kind of special, and in particular, the "con_write()" routine violates the "writes can

  • CVE-2024-40965MedJul 12, 2024
    affected >= 4.10.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: i2c: lpi2c: Avoid calling clk_get_rate during transfer Instead of repeatedly calling clk_get_rate for each transfer, lock the clock rate and cache the value. A deadlock has been observed while adding tlv320aic3

  • CVE-2024-40964MedJul 12, 2024
    affected >= 6.6.0, < 6.6.36fixed 6.6.36

    In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() The cs35l41_hda_unbind() function clears the hda_component entry matching it's index and then dereferences the codec pointer held in

  • CVE-2024-40963MedJul 12, 2024
    affected < 5.4.279fixed 5.4.279

    In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: make sure CBR is correctly set It was discovered that some device have CBR address set to 0 causing kernel panic when arch_sync_dma_for_cpu_all is called. This was notice in situation whe

  • CVE-2024-40962MedJul 12, 2024
    affected >= 6.5.0, < 6.6.36fixed 6.6.36

    In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes Shin'ichiro reported that when he's running fstests' test-case btrfs/167 on emulated zoned devices, he's seeing the following NULL pointer deref

  • CVE-2024-40961MedJul 12, 2024
    affected >= 4.17.0, < 5.4.279fixed 5.4.279

    In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL deref in fib6_nh_init() syzbot reminds us that in6_dev_get() can return NULL. fib6_nh_init() ip6_validate_gw( &idev ) ip6_route_check_nh( idev ) *idev =

  • CVE-2024-40960MedJul 12, 2024
    affected >= 2.6.17, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL dereference in rt6_probe() syzbot caught a NULL dereference in rt6_probe() [1] Bail out if __in6_dev_get() returns NULL. [1] Oops: general protection fault, probably for non-canon

  • CVE-2024-40959MedJul 12, 2024
    affected >= 2.6.12, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() ip6_dst_idev() can return NULL, xfrm6_get_saddr() must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonica

Page 625 of 706