VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2023-52471MedFeb 26, 2024
    affected >= 6.7.0, < 6.7.2fixed 6.7.2

    In the Linux kernel, the following vulnerability has been resolved: ice: Fix some null pointer dereference issues in ice_ptp.c devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • CVE-2023-52470MedFeb 26, 2024
    affected >= 3.16.0, < 4.19.306fixed 4.19.306

    In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() check the alloc_workqueue return value in radeon_crtc_init() to avoid null-ptr-deref.

  • CVE-2023-52469HigFeb 26, 2024
    affected >= 4.2.0, < 4.19.306fixed 4.19.306

    In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kv_parse_power_table When ps allocated by kzalloc equals to NULL, kv_parse_power_table frees adev->pm.dpm.ps that allocated before. However, after the control flow goes t

  • CVE-2023-52468HigFeb 26, 2024
    affected >= 6.4.0, < 6.6.14fixed 6.6.14

    In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in class_register() The lock_class_key is still registered and can be found in lock_keys_hash hlist after subsys_private is freed in error handler path.A task who iterate over the lock

  • CVE-2023-52467MedFeb 26, 2024
    affected >= 5.9.0, < 5.10.209fixed 5.10.209

    In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in of_syscon_register() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • CVE-2023-52465MedFeb 26, 2024
    affected >= 6.5.0, < 6.6.14fixed 6.6.14

    In the Linux kernel, the following vulnerability has been resolved: power: supply: Fix null pointer dereference in smb2_probe devm_kasprintf and devm_kzalloc return a pointer to dynamically allocated memory which can be NULL upon failure.

  • CVE-2022-48626HigFeb 26, 2024
    affected >= 3.16.0, < 4.9.301fixed 4.9.301

    In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the base register of the device and

  • CVE-2024-26599HigFeb 23, 2024
    affected >= 5.17.0, < 6.1.75fixed 6.1.75

    In the Linux kernel, the following vulnerability has been resolved: pwm: Fix out-of-bounds access in of_pwm_single_xlate() With args->args_count == 2 args->args[2] is not defined. Actually the flags are contained in args->args[1].

  • CVE-2024-26598HigFeb 23, 2024
    affected >= 3.11.0, < 5.4.269fixed 5.4.269

    In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache There is a potential UAF scenario in the case of an LPI translation cache hit racing with an operation that invalidates the cache, such as a DI

  • CVE-2024-26597HigFeb 23, 2024
    affected >= 4.17.0, < 4.19.306fixed 4.19.306

    In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnet_policy The variable rmnet_link_ops assign a *bigger* maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below: =

  • CVE-2024-26596MedFeb 23, 2024
    affected >= 6.1.0, < 6.1.129fixed 6.1.129

    In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events After the blamed commit, we started doing this dereference for every NETDEV_CHANGEUPPER and NETDEV_PRECHANGEUPPER event in the sy

  • CVE-2024-26595MedFeb 23, 2024
    affected >= 4.11.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path When calling mlxsw_sp_acl_tcam_region_destroy() from an error path after failing to attach the region to an ACL group, we hit a NULL pointer

  • CVE-2023-52464HigFeb 23, 2024
    affected >= 4.12.0, < 4.19.306fixed 4.19.306

    In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx_edac.c: In function 'thunderx

  • CVE-2023-52463MedFeb 23, 2024
    affected >= 5.8.0, < 5.10.209fixed 5.10.209

    In the Linux kernel, the following vulnerability has been resolved: efivarfs: force RO when remounting if SetVariable is not supported If SetVariable at runtime is not supported by the firmware we never assign a callback for that function. At the same time mount the efivarfs as

  • CVE-2023-52462MedFeb 23, 2024
    affected < 5.10.209fixed 5.10.209

    In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slot_type[BPF_REG_SIZE - 1] (plus potentially few more below it, depending on actual

  • CVE-2023-52461HigFeb 23, 2024
    affected >= 6.7.0, < 6.7.2fixed 6.7.2

    In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drm_sched_entity_init()--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an all

  • CVE-2023-52460MedFeb 23, 2024
    affected >= 6.7.0, < 6.7.2fixed 6.7.2

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clk_mgr. So don't use it to look for DML2 support.

  • CVE-2023-52459MedFeb 23, 2024
    affected >= 6.6.0, < 6.6.14fixed 6.6.14

    In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call results in either a warning (wi

  • CVE-2023-52458MedFeb 23, 2024
    affected >= 4.10.0, < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with the logical block size. If th

  • CVE-2023-52457HigFeb 23, 2024
    affected < 5.4.268fixed 5.4.268

    In the Linux kernel, the following vulnerability has been resolved: serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed Returning an error code from .remove() makes the driver core emit the little helpful error message: remove callback return