In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
bt_sock_alloc() allocates the sk object and attaches it to the provided
sock object. On error l2cap_sock_alloc() frees the sk object, but the
dangling pointer is still attached to the sock object, which may create
use-after-free in other code.
References
Configurations
Configuration 1 (hide)
|
History
14 Jan 2025, 15:10
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://git.kernel.org/stable/c/61686abc2f3c2c67822aa23ce6f160467ec83d35 - Patch | |
References | () https://git.kernel.org/stable/c/7c4f78cdb8e7501e9f92d291a7d956591bf73be9 - Patch | |
References | () https://git.kernel.org/stable/c/8ad09ddc63ace3950ac43db6fbfe25b40f589dd6 - Patch | |
References | () https://git.kernel.org/stable/c/a8677028dd5123e5e525b8195483994d87123de4 - Patch | |
References | () https://git.kernel.org/stable/c/bb2f2342a6ddf7c04f9aefbbfe86104cd138e629 - Patch | |
References | () https://git.kernel.org/stable/c/daa13175a6dea312a76099066cb4cbd4fc959a84 - Patch | |
References | () https://git.kernel.org/stable/c/f6ad641646b67f29c7578dcd6c25813c7dcbf51e - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CWE | CWE-416 |
27 Dec 2024, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-27 15:15
Updated : 2025-02-11 16:15
NVD link : CVE-2024-56605
Mitre link : CVE-2024-56605
CVE.ORG link : CVE-2024-56605
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free