VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53306MedJun 26, 2026
    affected >= 2.6.29, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: tty: hvc_iucv: fix off-by-one in number of supported devices MAX_HVC_IUCV_LINES == HVC_ALLOC_TTY_ADAPTERS == 8. This is the number of entries in: static struct hvc_iucv_private *hvc_iucv_table[MAX_HVC_IUCV_LI

  • CVE-2026-53305MedJun 26, 2026
    affected >= 6.15.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: usb: typec: ps883x: Fix Oops at unbind When trying to unbind a device in order to bind to it vfio-platform as: echo bc0000.geniqup > /sys/bus/platform/devices/bc0000.geniqup/driver/unbind I get the followi

  • CVE-2026-53304MedJun 26, 2026
    affected >= 2.6.19, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Resolve soft lockup issue when opening /dev/sgX The parameter def_reserved_size defines the default buffer size reserved for each Sg_fd and should be restricted to a range between 0 and 1,048,576 (see

  • CVE-2026-53303HigJun 26, 2026
    affected >= 4.17.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show() In f2fs_sbi_show(), the extension_list, extension_count and hot_ext_count are read without holding sbi->sb_lock. If a concurrent sysfs store

  • CVE-2026-53302MedJun 26, 2026
    affected >= 6.15.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: crypto: eip93 - fix hmac setkey algo selection eip93_hmac_setkey() allocates a temporary ahash transform for computing HMAC ipad/opad key material. The allocation uses the driver-specific cra_driver_name (e.g.

  • CVE-2026-53301MedJun 26, 2026
    affected >= 6.13.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: reset: amlogic: t7: Fix null reset ops Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet.

  • CVE-2026-53300HigJun 26, 2026
    affected >= 6.16.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix NTMP DMA use-after-free issue The AI-generated review reported a potential DMA use-after-free issue [1]. If netc_xmit_ntmp_cmd() times out and returns an error, the pending command is not explic

  • CVE-2026-53299MedJun 26, 2026
    affected >= 6.19.0, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx() If queue entry list allocation fails in airoha_qdma_init_tx_queue routine, airoha_qdma_cleanup_tx_queue() will trigger a NULL pointer deref

  • CVE-2026-53298MedJun 26, 2026
    affected >= 6.11.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue() If queue entry or DMA descriptor list allocation fails in airoha_qdma_init_rx_queue routine, airoha_qdma_cleanup() will trigger a NUL

  • CVE-2026-53297MedJun 26, 2026
    affected >= 5.16.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard mana_remove against double invocation If PM resume fails (e.g., mana_attach() returns an error), mana_probe() calls mana_remove(), which tears down the device and sets gd->gdma_context = NULL a

  • CVE-2026-53296HigJun 26, 2026
    affected >= 4.4.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: free channels on probe error On probe error, free the previously obtained channels. This not only prevents a leak, but also UAF scenarios because the client structure will be removed none

  • CVE-2026-53295MedJun 26, 2026
    affected >= 3.18.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: mailbox: add sanity check for channel array Fail gracefully if there is no channel array attached to the mailbox controller. Otherwise the later dereference will cause an OOPS which might not be seen because ma

  • CVE-2026-53294HigJun 26, 2026
    affected >= 4.4.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: don't free the reused channel The RX channel can be aliased to the TX channel if it has a different MMIO. This special case needs to be handled when freeing the channels otherwise a doubl

  • CVE-2026-53293MedJun 26, 2026
    affected < 6.6.141fixed 6.6.141

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG There were multiple issues in that code. First of all the order between the reset semaphore and the mm_lock was wrong (e.g. copy_to_user) was called while holding the l

  • CVE-2026-53292MedJun 26, 2026
    affected >= 2.6.28, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind syzbot reported a kernel BUG triggered from pn_socket_sendmsg() via pn_socket_autobind(): kernel BUG at net/phonet/socket.c:213! RIP: 001

  • CVE-2026-53291MedJun 26, 2026
    affected < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cx_probe(), the return value of snd_hda_jack_detect_enable_callback() is ignored. This function returns a pointer, and if it fails (e.g., due to

  • CVE-2026-53290HigJun 26, 2026
    affected >= 6.15.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drm_dev_put called before stream disable in close In xe_eu_stall_stream_close(), drm_dev_put() is called before the stream is disabled and its resources are freed. If this drops the last ref

  • CVE-2026-53289MedJun 26, 2026
    affected >= 5.8.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in ice_reset_all_vfs() ice_reset_all_vfs() ignores the return value of ice_vf_rebuild_vsi(). When the VSI rebuild fails (e.g. during NVM firmware update via nvmupdate64e), ice_

  • CVE-2026-53288MedJun 26, 2026
    affected < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: arm64: Reserve an extra page for early kernel mapping The final part of [data, end) segment may overflow into the next page of init_pg_end[1] which is the gap page before early_init_stack[2]: [1] crash_arm64_v

  • CVE-2026-53287MedJun 26, 2026
    affected >= 2.6.29, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: audit: fix incorrect inheritable capability in CAPSET records __audit_log_capset() records the effective capability set into the inheritable field due to a copy-paste error. Every CAPSET audit record therefore

Page 126 of 713