VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49239MedFeb 26, 2025
    affected >= 5.6.0, < 5.10.110fixed 5.10.110

    In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when done. Th

  • CVE-2022-49238HigFeb 26, 2025
    affected >= 5.17.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 Commit b4a0f54156ac ("ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855") is to fix firmware crash by changing

  • CVE-2022-49237MedFeb 26, 2025
    affected >= 5.17.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: ath11k: add missing of_node_put() to avoid leak The node pointer is returned by of_find_node_by_type() or of_parse_phandle() with refcount incremented. Calling of_node_put() to aovid the refcount leak.

  • CVE-2022-49236HigFeb 26, 2025
    affected >= 5.12.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF due to race between btf_try_get_module and load_module While working on code to populate kfunc BTF ID sets for module BTF from its initcall, I noticed that by the time the initcall is invoked, the

  • CVE-2022-49235MedFeb 26, 2025
    affected >= 2.6.35, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix uninit value bugs Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization. In htc_connect_service() svc_meta_len and pad are not initialized. Based on code

  • CVE-2022-49234HigFeb 26, 2025
    affected >= 5.2.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable to cross-chip notifications. On a system like this: .-----. .-----. .-----. | sw1 +---+ sw2 +---+ sw3 | '-

  • CVE-2022-49233MedFeb 26, 2025
    affected >= 5.17.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Call dc_stream_release for remove link enc assignment [Why] A porting error resulted in the stream assignment for the link being retained without being released - a memory leak. [How] Fix the

  • CVE-2022-49232MedFeb 26, 2025
    affected >= 4.15.0, < 4.19.238fixed 4.19.238

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes() In amdgpu_dm_connector_add_common_modes(), amdgpu_dm_create_common_mode() is assigned to mode and is passed to drm_mode_

  • CVE-2022-49231HigFeb 26, 2025
    affected >= 5.17.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: rtw88: fix memory overrun and memory leak during hw_scan Previously we allocated less memory than actual required, overwrite to the buffer causes the mm module to complaint and raise access violation faults. Al

  • CVE-2022-49230MedFeb 26, 2025
    affected >= 5.16.0, < 5.16.19fixed 5.16.19

    In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix possible memory leak in mt7915_mcu_add_sta Free allocated skb in mt7915_mcu_add_sta routine in case of failures.

  • CVE-2022-49229MedFeb 26, 2025
    affected >= 5.14.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fixes the following oops, which

  • CVE-2022-49228MedFeb 26, 2025
    affected >= 5.16.0, < 5.16.19fixed 5.16.19

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a btf decl_tag bug when tagging a function syzbot reported a btf decl_tag bug with stack trace below: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEM

  • CVE-2022-49227MedFeb 26, 2025
    affected >= 5.13.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings like this: [ 225.198467] ---

  • CVE-2022-49226MedFeb 26, 2025
    affected >= 4.9.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asix_read_cmd() reads less bytes, than was requested by caller. Since al

  • CVE-2022-49225MedFeb 26, 2025
    affected >= 5.17.0, < 5.17.2fixed 5.17.2

    In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921s: fix a possible memory leak in mt7921_load_patch Always release fw data at the end of mt7921_load_patch routine.

  • CVE-2022-49224MedFeb 26, 2025
    affected >= 4.9.0, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If this function returns an error, k

  • CVE-2022-49223HigFeb 26, 2025
    affected >= 5.14.0, < 5.15.54fixed 5.15.54

    In the Linux kernel, the following vulnerability has been resolved: cxl/port: Hold port reference until decoder release KASAN + DEBUG_KOBJECT_RELEASE reports a potential use-after-free in cxl_decoder_release() where it goes to reference its parent, a cxl_port, to free its id ba

  • CVE-2022-49222MedFeb 26, 2025
    affected >= 5.11.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: drm/bridge: anx7625: Fix overflow issue on reading EDID The length of EDID block can be longer than 256 bytes, so we should use `int` instead of `u8` for the `edid_pos` variable.

  • CVE-2022-49221MedFeb 26, 2025
    affected < 5.10.110fixed 5.10.110

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: populate connector of struct dp_panel DP CTS test case 4.2.2.6 has valid edid with bad checksum on purpose and expect DP source return correct checksum. During drm edid read, correct edid checksum i

  • CVE-2022-49220MedFeb 26, 2025
    affected >= 4.12.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: dax: make sure inodes are flushed before destroy cache A bug can be triggered by following command $ modprobe nd_pmem && modprobe -r nd_pmem [ 10.060014] BUG dax_cache (Not tainted): Objects remaining in da

Page 513 of 713