7.8

CVE-2022-49275

can: m_can: m_can_tx_handler(): fix use after free of skb

In the Linux kernel, the following vulnerability has been resolved:

can: m_can: m_can_tx_handler(): fix use after free of skb

can_put_echo_skb() will clone skb then free the skb. Move the
can_put_echo_skb() for the m_can version 3.0.x directly before the
start of the xmit in hardware, similar to the 3.1.x branch.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 3.18 < 4.9.324
LinuxLinux Kernel Version >= 4.10 < 4.14.289
LinuxLinux Kernel Version >= 4.15 < 4.19.253
LinuxLinux Kernel Version >= 4.20 < 5.4.207
LinuxLinux Kernel Version >= 5.5 < 5.10.110
LinuxLinux Kernel Version >= 5.11 < 5.15.33
LinuxLinux Kernel Version >= 5.16 < 5.16.19
LinuxLinux Kernel Version >= 5.17 < 5.17.2
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.26% 0.178
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
134c704f-9b21-4f2e-91b3-4a467353bcc0 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/08d90846e438ac22dc56fc49ec0b0d195831c5ed
Patch
https://git.kernel.org/stable/c/2e8e79c416aae1de224c0f1860f2e3350fa171f8
Patch
https://git.kernel.org/stable/c/31417073493f302d26ab66b3abc098d43227b835
Patch
https://git.kernel.org/stable/c/4db7d6f481990dd179a9ee7126dc7aa31ea4fff3
Patch
https://git.kernel.org/stable/c/7728d937ec403a1ceff9483023252d2cb8777f81
Patch
https://git.kernel.org/stable/c/869016a2938ac44f7b2fb7fc22c89edad99eb9b3
Patch
https://git.kernel.org/stable/c/d3892a747ab16b1eb6593a19d29f62c3b3f020ac
Patch
https://git.kernel.org/stable/c/d93ed9aff64968f4cdad690712eb4f48ae537bde
Patch
https://git.kernel.org/stable/c/f43e64076ff1b1dcb893fb77ad1204105f710a29
Patch