7.8

CVE-2024-26592

ksmbd: fix UAF issue in ksmbd_tcp_new_connection()

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

ksmbd: fix UAF issue in ksmbd_tcp_new_connection()

The race is between the handling of a new TCP connection and
its disconnection. It leads to UAF on `struct tcp_transport` in
ksmbd_tcp_new_connection() function.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 5.15.0 < 5.15.149
LinuxLinux Kernel Version >= 5.16.0 < 6.1.75
LinuxLinux Kernel Version >= 6.2.0 < 6.6.14
LinuxLinux Kernel Version >= 6.7.0 < 6.7.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.83% 0.527
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
NIST 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
CISA-ADP 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/24290ba94cd0136e417283b0dbf8fcdabcf62111
Patch
https://git.kernel.org/stable/c/380965e48e9c32ee4263c023e1d830ea7e462ed1
Patch
https://git.kernel.org/stable/c/38d20c62903d669693a1869aa68c4dd5674e2544
Patch
https://git.kernel.org/stable/c/69d54650b751532d1e1613a4fb433e591aeef126
Patch
https://git.kernel.org/stable/c/999daf367b924fdf14e9d83e034ee0f86bc17ec6
Patch