VYPR

rpm package

opensuse/kernel-obs-build&distro=openSUSE Leap 15.5

pkg:rpm/opensuse/kernel-obs-build&distro=openSUSE%20Leap%2015.5

Vulnerabilities (1,895)

  • CVE-2024-42098Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: ecdh - explicitly zeroize private_key private_key is overwritten with the key parameter passed in by the caller (if present), or alternatively a newly generated private key. However, it is possible that

  • CVE-2024-42095Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: serial: 8250_omap: Implementation of Errata i2310 As per Errata i2310[0], Erroneous timeout can be triggered, if this Erroneous interrupt is not cleared then it may leads to storm of interrupts, therefore apply

  • CVE-2024-42092Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: gpio: davinci: Validate the obtained number of IRQs Value of pdata->gpio_unbanked is taken from Device Tree. In case of broken DT due to any error this value can be any. Without this value validation there can

  • CVE-2024-42090MedJul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER In create_pinctrl(), pinctrl_maps_mutex is acquired before calling add_setting(). If add_setting() returns -EPROBE_DEFER, create_pinctrl() c

  • CVE-2024-42089Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv->pdev before using it priv->pdev pointer was set after being used in fsl_asoc_card_audmux_init(). Move this assignment at the start of the probe function, so sub-functions can corr

  • CVE-2024-42087Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complains loudly when the GPIO contro

  • CVE-2024-42086Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate() functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications we

  • CVE-2024-42085Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system to enter suspend status with below command: echo mem

  • CVE-2024-42082MedJul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN() from __xdp_reg_mem_model() syzkaller reports a warning in __xdp_reg_mem_model(). The warning occurs only if __mem_id_init_hash_table() returns an error. It returns the error in two cases:

  • CVE-2024-42070MedJul 29, 2024
    affected < 5.14.21-150500.55.73.1fixed 5.14.21-150500.55.73.1

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers register store validation for NFT_DATA_VALUE is conditional, however, the datatype is always either NFT_DATA_VALUE or NFT_DATA_VERD

  • CVE-2024-42080Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME in ib_create_cq(), while if the module exited but forgot del this rdma_restrack_entry, it wou

  • CVE-2024-42079Jul 29, 2024
    affected < 5.14.21-150500.55.73.1fixed 5.14.21-150500.55.73.1

    In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2_log_flush In gfs2_jindex_free(), set sdp->sd_jdesc to NULL under the log flush lock to provide exclusion against gfs2_log_flush(). In gfs2_log_flush(), check if sdp->

  • CVE-2024-42077Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2_dio_end_io_write() estimates number of necessary transaction credits using ocfs2_calc_extend_credits(). This however does not ta

  • CVE-2024-42076Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: Initialize unused data in j1939_send_one() syzbot reported kernel-infoleak in raw_recvmsg() [1]. j1939_send_one() creates full frame including unused data, but it doesn't initialize it. This ca

  • CVE-2024-42074Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chip_pdev structure When acp platform device creation is skipped, chip->chip_pdev value will remain NULL. Add NULL check for chip->chip_pdev structure in snd_acp_resume() fu

  • CVE-2024-42069Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function adev_release calls kfree(madev). We shouldn't cal

  • CVE-2023-52887Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new This patch enhances error handling in scenarios with RTS (Request to Send) messages arriving closely. It repl

  • CVE-2024-41098Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error If the ata_port_alloc() call in ata_host_alloc() fails, ata_host_release() will get called. However, the code in ata_host_release() tries to free ata_por

  • CVE-2024-41097Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix endpoint checking in cxacru_bind() Syzbot is still reporting quite an old issue [1] that occurs due to incomplete checking of present usb endpoints. As such, wrong endpoints types may be u

  • CVE-2024-41095Jul 29, 2024
    affected < 5.14.21-150500.55.80.1fixed 5.14.21-150500.55.80.1

    In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes In nv17_tv_get_ld_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a possible NULL pointer der

Page 11 of 95