VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-53055MedNov 19, 2024
    affected >= 5.11.0, < 5.15.171fixed 5.15.171

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix 6 GHz scan construction If more than 255 colocated APs exist for the set of all APs found during 2.4/5 GHz scanning, then the 6 GHz scan construction will loop forever since the loop var

  • CVE-2024-53053MedNov 19, 2024
    affected >= 6.8.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix another deadlock during RTC update If ufshcd_rtc_work calls ufshcd_rpm_put_sync() and the pm's usage_count is 0, we will enter the runtime suspend callback. However, the runtime suspend ca

  • CVE-2024-53052MedNov 19, 2024
    affected >= 5.1.0, < 5.10.230fixed 5.10.230

    In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: fix missing NOWAIT check for O_DIRECT start write When io_uring starts a write, it'll call kiocb_start_write() to bump the super block rwsem, preventing any freezes from happening while that write

  • CVE-2024-53051MedNov 19, 2024
    affected >= 5.0.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability Sometimes during hotplug scenario or suspend/resume scenario encoder is not always initialized when intel_hdcp_get_capability add a check to avoid k

  • CVE-2024-53050MedNov 19, 2024
    affected >= 6.7.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: Add encoder check in hdcp2_get_capability Add encoder check in intel_hdcp2_get_capability to avoid null pointer error.

  • CVE-2024-53049MedNov 19, 2024
    affected >= 6.11.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof 'modprobe slub_kunit' will have a warning as shown below. The root cause is that __kmalloc_cache_noprof was directly used, which resulted in no

  • CVE-2024-53048MedNov 19, 2024
    affected >= 6.7.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: ice: fix crash on probe for DPLL enabled E810 LOM The E810 Lan On Motherboard (LOM) design is vendor specific. Intel provides the reference design, but it is up to vendor on the final product design. For some c

  • CVE-2024-53047MedNov 19, 2024
    affected >= 6.6.0, < 6.6.60fixed 6.6.60

    In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcu_read_lock Enabling CONFIG_PROVE_RCU_LIST with its dependence CONFIG_RCU_EXPERT creates this splat when an MPTCP socket is created: ============================= WARNING:

  • CVE-2024-53046MedNov 19, 2024
    affected >= 6.6.0, < 6.6.60fixed 6.6.60

    In the Linux kernel, the following vulnerability has been resolved: arm64: dts: imx8ulp: correct the flexspi compatible string The flexspi on imx8ulp only has 16 LUTs, and imx8mm flexspi has 32 LUTs, so correct the compatible string here, otherwise will meet below error: [

  • CVE-2024-53045MedNov 19, 2024
    affected >= 6.7.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: fix bounds checker error in dapm_widget_list_create The widgets array in the snd_soc_dapm_widget_list has a __counted_by attribute attached to it, which points to the num_widgets variable. This attr

  • CVE-2024-53044HigNov 19, 2024
    affected >= 6.8.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext() This command: $ tc qdisc replace dev eth0 ingress_block 1 egress_block 1 clsact Error: block dev insert failed: -EBUSY. fails because user

  • CVE-2024-53043MedNov 19, 2024
    affected >= 5.18.0, < 6.1.116fixed 6.1.116

    In the Linux kernel, the following vulnerability has been resolved: mctp i2c: handle NULL header address daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped. saddr will usually be set by MCTP core, but check for NULL in

  • CVE-2024-53042MedNov 19, 2024
    affected < 5.10.229fixed 5.10.229

    In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() There are code paths from which the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning [

  • CVE-2024-50304MedNov 19, 2024
    affected >= 3.10.0, < 5.10.234fixed 5.10.234

    In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() The per-netns IP tunnel hash table is protected by the RTNL mutex and ip_tunnel_find() is only called from the control path where the mutex

  • CVE-2024-50303MedNov 19, 2024
    affected >= 6.8.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: resource,kexec: walk_system_ram_res_rev must retain resource flags walk_system_ram_res_rev() erroneously discards resource flags when passing the information to the callback. This causes systems with IORESOURC

  • CVE-2024-50302MedKEVNov 19, 2024
    affected >= 3.12.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak k

  • CVE-2024-50301HigNov 19, 2024
    affected >= 3.13.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in __kuid_val include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uid_eq

  • CVE-2024-50300HigNov 19, 2024
    affected >= 6.6.0, < 6.6.61fixed 6.6.61

    In the Linux kernel, the following vulnerability has been resolved: regulator: rtq2208: Fix uninitialized use of regulator_config Fix rtq2208 driver uninitialized use to cause kernel error.

  • CVE-2024-50299HigNov 19, 2024
    affected >= 2.6.12, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctp_sf_ootb() A size validation fix similar to that in Commit 50619dbf8db7 ("sctp: add size validation when walking chunks") is also required in sctp_sf_ootb() to address

  • CVE-2024-50298MedNov 19, 2024
    affected >= 5.1.0, < 6.1.167fixed 6.1.167

    In the Linux kernel, the following vulnerability has been resolved: net: enetc: allocate vf_state during PF probes In the previous implementation, vf_state is allocated memory only when VF is enabled. However, net_device_ops::ndo_set_vf_mac() may be called before VF is enabled

Page 555 of 713