5.5

CVSS3.1

CVE-2022-48863 - mISDN: Fix memory leak in dsp_pipeline_build()

In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix memory leak in dsp_pipeline_build() dsp_pipeline_build() allocates dup pointer by kstrdup(cfg), but then it updates dup variable by strsep(&dup, "|"). As a result when it calls kfree(dup), the dup variable contains NUL…

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

5.5

CVSS3.1

CVE-2022-48861 - vdpa: fix use-after-free on vp_vdpa_remove

In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vp_vdpa_remove When vp_vdpa driver is unbind, vp_vdpa is freed in vdpa_unregister_device and then vp_vdpa->mdev.pci_dev is dereferenced in vp_modern_remove, triggering use-after-free. Call Trace of un…

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

5.5

CVSS3.1

CVE-2022-48859 - net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr This node pointer is returned by of_find_compatible_node() with refcount incremented. Calling of_node_put() to aovid the refcount leak.

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

5.5

CVSS3.1

CVE-2022-48856 - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfar_get_ts_info The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when done Add the missing of_node_put() to release…

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

7.8

CVSS3.1

CVE-2022-48854 - net: arc_emac: Fix use after free in arc_mdio_probe()

In the Linux kernel, the following vulnerability has been resolved: net: arc_emac: Fix use after free in arc_mdio_probe() If bus->state is equal to MDIOBUS_ALLOCATED, mdiobus_free(bus) will free the "bus". But bus->name is still used in the next line, which will lead to a use after free. We can …

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

3.3

CVSS3.1

CVE-2022-48852 - drm/vc4: hdmi: Unregister codec device on unbind

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Unregister codec device on unbind On bind we will register the HDMI codec device but we don't unregister it on unbind, leading to a device leakage. Unregister our device at unbind.

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: Dec. 23, 2025, 1:20 p.m.

7.8

CVSS3.1

CVE-2022-48851 - staging: gdm724x: fix use after free in gdm_lte_rx()

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdm_lte_rx() The netif_rx_ni() function frees the skb so we can't dereference it to save the skb->len.

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

5.5

CVSS3.1

CVE-2022-48849 - drm/amdgpu: bypass tiling flag check in virtual display case (v2)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: bypass tiling flag check in virtual display case (v2) vkms leverages common amdgpu framebuffer creation, and also as it does not support FB modifier, there is no need to check tiling flags when initing framebuffer whe…

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: June 19, 2025, 1:15 p.m.

5.5

CVSS3.1

CVE-2022-48841 - ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats() It is possible to do NULL pointer dereference in routine that updates Tx ring stats. Currently only stats and bytes are updated when ring pointer is valid, but l…

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.

7.8

CVSS3.1

CVE-2022-48837 - usb: gadget: rndis: prevent integer overflow in rndis_set_response()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndis_set_response() If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow.

πŸ“… Published: July 16, 2024, midnight πŸ”„ Last Modified: May 4, 2025, 8:24 a.m.
Total resulsts: 345010
Page 8717 of 34,501
Β« previous page Β» next page
Filters