VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2022-48724MedJun 20, 2024
    affected < 4.14.265fixed 4.14.265

    In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() After commit e3beca48a45b ("irqdomain/treewide: Keep firmware node unconditionally allocated"). For tear down scenario, fn is only freed afte

  • CVE-2022-48723MedJun 20, 2024
    affected >= 5.6.0, < 5.10.99fixed 5.10.99

    In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphier_spi_probe() The issue happens in several error paths in uniphier_spi_probe(). When either dma_get_slave_caps() or devm_spi_register_master() returns an error

  • CVE-2022-48722MedJun 20, 2024
    affected >= 4.12.0, < 4.14.265fixed 4.14.265

    In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. We then leak the skb structure. Free the skb structu

  • CVE-2022-48721HigJun 20, 2024
    affected < 5.15.22fixed 5.15.22

    In the Linux kernel, the following vulnerability has been resolved: net/smc: Forward wakeup to smc socket waitqueue after fallback When we replace TCP with SMC and a fallback occurs, there may be some socket waitqueue entries remaining in smc socket->wq, such as eppoll_entries

  • CVE-2022-48720HigJun 20, 2024
    affected >= 5.6.0, < 5.10.99fixed 5.10.99

    In the Linux kernel, the following vulnerability has been resolved: net: macsec: Fix offload support for NETDEV_UNREGISTER event Current macsec netdev notify handler handles NETDEV_UNREGISTER event by releasing relevant SW resources only, this causes resources leak in case of m

  • CVE-2022-48719MedJun 20, 2024
    affected >= 5.16.0, < 5.16.8fixed 5.16.8

    In the Linux kernel, the following vulnerability has been resolved: net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_work syzkaller was able to trigger a deadlock for NTF_MANAGED entries [0]: kworker/0:16/14617 is trying to acquire lock: fffffff

  • CVE-2022-48718MedJun 20, 2024
    affected >= 5.15.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference mxsfb should not ever dereference the NULL pointer which drm_atomic_get_new_bridge_state is allowed to return. Assume a fixed format instead.

  • CVE-2022-48717HigJun 20, 2024
    affected >= 4.17.0, < 4.19.228fixed 4.19.228

    In the Linux kernel, the following vulnerability has been resolved: ASoC: max9759: fix underflow in speaker_gain_control_put() Check for negative values of "priv->gain" to prevent an out of bounds access. The concern is that these might come from the user via: -> snd_ctl_ele

  • CVE-2022-48716HigJun 20, 2024
    affected >= 5.14.0, < 5.15.22fixed 5.15.22

    In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix incorrect used of portid Mixer controls have the channel id in mixer->reg, which is not same as port id. port id should be derived from chan_info array. So fix this. Without this, its

  • CVE-2022-48715MedJun 20, 2024
    affected >= 3.16.0, < 4.9.300fixed 4.9.300

    In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe Running tests with a debug kernel shows that bnx2fc_recv_frame() is modifying the per_cpu lport stats counters in a non-mpsafe way. Just boot a debug kernel and r

  • CVE-2022-48714HigJun 20, 2024
    affected >= 5.8.0, < 5.10.99fixed 5.10.99

    In the Linux kernel, the following vulnerability has been resolved: bpf: Use VM_MAP instead of VM_ALLOC for ringbuf After commit 2fd3fb0be1d1 ("kasan, vmalloc: unpoison VM_ALLOC pages after mapping"), non-VM_ALLOC mappings will be marked as accessible in __get_vm_area_node() wh

  • CVE-2022-48713MedJun 20, 2024
    affected >= 5.5.0, < 5.10.99fixed 5.10.99

    In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/pt: Fix crash with stop filters in single-range mode Add a check for !buf->single before calling pt_buffer_region_size in a place where a missing check can cause a kernel crash. Fixes a bug intr

  • CVE-2022-48712HigJun 20, 2024
    affected >= 5.10.0, < 5.10.99fixed 5.10.99

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4_fc_record_modified_inode() Current code does not fully takes care of krealloc() error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that.

  • CVE-2022-48711CriJun 20, 2024
    affected >= 4.8.0, < 4.9.301fixed 4.9.301

    In the Linux kernel, the following vulnerability has been resolved: tipc: improve size validations for received domain records The function tipc_mon_rcv() allows a node to receive and process domain_record structs from peer nodes to track their views of the network topology. T

  • CVE-2024-38620HigJun 20, 2024
    affected >= 4.3.0, < 6.1.184fixed 6.1.184

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Remove HCI_AMP support Since BT_HS has been remove HCI_AMP controllers no longer has any use so remove it along with the capability of creating AMP controllers. Since we no longer need to diffe

  • CVE-2024-38619MedJun 20, 2024
    affected >= 2.6.16, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_init_media() fails, potentially causing divide errors in alauda_read_data() and a

  • CVE-2024-38618MedJun 19, 2024
    affected >= 2.6.29, < 4.19.316fixed 4.19.316

    In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns resolution for hrtimer. Such a si

  • CVE-2024-38617MedJun 19, 2024
    affected >= 6.2.0, < 6.6.33fixed 6.6.33

    In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() instead of kvfree(). Use kvfree() instead.

  • CVE-2024-38616HigJun 19, 2024
    affected >= 5.17.0, < 6.1.93fixed 6.1.93

    In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170_tx_release() function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254,

  • CVE-2024-38615MedJun 19, 2024
    affected >= 5.1.0, < 5.4.278fixed 5.4.278

    In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freq_table pointer even if the exit() callback isn't pre

Page 637 of 706