7.8

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 3.12 < 4.9.307
LinuxLinux Kernel Version >= 4.10 < 4.14.272
LinuxLinux Kernel Version >= 4.15 < 4.19.235
LinuxLinux Kernel Version >= 4.20 < 5.4.185
LinuxLinux Kernel Version >= 5.5 < 5.10.106
LinuxLinux Kernel Version >= 5.11 < 5.15.29
LinuxLinux Kernel Version >= 5.16 < 5.16.15
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.21% 0.115
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

https://git.kernel.org/stable/c/1fb9dd3787495b4deb0efe66c58306b65691a48f
Patch
https://git.kernel.org/stable/c/403e3afe241b62401de1f8629c9c6b9b3d69dbff
Patch
https://git.kernel.org/stable/c/48ecdf3e29a6e514e8196691589c7dfc6c4ac169
Patch
https://git.kernel.org/stable/c/6d9700b445098dbbce0caff4b8cfca214cf1e757
Patch
https://git.kernel.org/stable/c/6dc7b87c62423bfa68139fe95e85028aab584c9a
Patch
https://git.kernel.org/stable/c/83a9c886c2b5a0d28c0b37e1736b47f38d61332a
Patch
https://git.kernel.org/stable/c/d39dc79513e99147b4c158a8a9e46743e23944f5
Patch
https://git.kernel.org/stable/c/fc7f750dc9d102c1ed7bbe4591f991e770c99033
Patch