Bug 2298192 (CVE-2022-48851) - CVE-2022-48851 kernel: staging: gdm724x: fix use after free in gdm_lte_rx()
Summary: CVE-2022-48851 kernel: staging: gdm724x: fix use after free in gdm_lte_rx()
Keywords:
Status: NEW
Alias: CVE-2022-48851
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 13:24 UTC by OSIDB Bzimport
Modified: 2024-09-22 23:14 UTC (History)
4 users (show)

Fixed In Version: kernel 4.9.307, kernel 4.14.272, kernel 4.19.235, kernel 5.4.185, kernel 5.10.106, kernel 5.15.29, kernel 5.16.15, kernel 5.17
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-16 13:24:37 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.