Lucene search
+L

1229 matches found

SUSE CVE
SUSE CVE
added 2025/01/09 12:22 a.m.5 views

SUSE CVE-2024-56603

In the Linux kernel, the following vulnerability has been resolved: net: afcan: do not leave a dangling sk pointer in cancreate On error cancreate frees the allocated sk object, but sockinitdata has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock...

5.5CVSS7.7AI score0.0023EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2025/01/08 2:20 p.m.9 views

CVE-2024-56601

In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inetcreate sockinitdata attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains the dangling...

7.3CVSS6.8AI score0.00241EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/08 12:20 a.m.4 views

SUSE CVE-2024-56600

In the Linux kernel, the following vulnerability has been resolved: net: inet6: do not leave a dangling sk pointer in inet6create sockinitdata attaches the allocated sk pointer to the provided sock object. If inet6create fails later, the sk object is released, but the sock object retains the...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References50
SUSE CVE
SUSE CVE
added 2025/01/04 12:20 a.m.10 views

SUSE CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7.8CVSS7.3AI score0.00241EPSS
SaveExploits0References92
CNVD
CNVD
added 2025/01/03 12:0 a.m.17 views

Unspecified vulnerability in Linux kernel (CNVD-2025-01679)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from inetcreate in the net:inet module not clearing the dangling sk pointer, which could lead to reuse after...

7.8CVSS6.5AI score0.00252EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.21 views

CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7CVSS6.3AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.14 views

CVE-2024-56604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

6.8CVSS6.8AI score0.00223EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.35 views

CVE-2024-56603

In the Linux kernel, the following vulnerability has been resolved: net: afcan: do not leave a dangling sk pointer in cancreate On error cancreate frees the allocated sk object, but sockinitdata has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock...

7.3CVSS6.8AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.8 views

CVE-2024-56602

A user-after-free vulnerability was found in the linux kernel. sockinitdata attaches the allocated sk object to the provided sock object. If ieee802154create fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, leading to a crash and loss of...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from inetcreate in the net:inet module not clearing the dangling sk pointer, which could lead to reuse after...

7.8CVSS6.5AI score0.00213EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.12 views

CVE-2024-56606

In the Linux kernel, the following vulnerability has been resolved: afpacket: avoid erroring out after sockinitdata in packetcreate After sockinitdata the allocated sk object is attached to the provided sock object. On error, packetcreate frees the sk object leaving the dangling pointer in the so...

7.8CVSS0.00241EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56606

In the Linux kernel, the following vulnerability has been resolved: afpacket: avoid erroring out after sockinitdata in packetcreate After sockinitdata the allocated sk object is attached to the provided sock object. On error, packetcreate frees the sk object leaving the dangling pointer in the so...

7.8CVSS5.7AI score0.00241EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56603

In the Linux kernel, the following vulnerability has been resolved: net: afcan: do not leave a dangling sk pointer in cancreate On error cancreate frees the allocated sk object, but sockinitdata has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock...

7.8CVSS0.0023EPSS
SaveExploits0References9
NVD
NVD
added 2024/12/27 3:15 p.m.18 views

CVE-2024-56601

In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inetcreate sockinitdata attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains the dangling...

7.8CVSS0.00241EPSS
SaveExploits0References9
NVD
NVD
added 2024/12/27 3:15 p.m.25 views

CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7.8CVSS0.00241EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

DEBIAN-CVE-2024-56600

In the Linux kernel, the following vulnerability has been resolved: net: inet6: do not leave a dangling sk pointer in inet6create sockinitdata attaches the allocated sk pointer to the provided sock object. If inet6create fails later, the sk object is released, but the sock object retains the...

7.8CVSS5.7AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

7.8CVSS5.5AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

AZL-55539 CVE-2024-56601 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inetcreate sockinitdata attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains the dangling...

7.8CVSS6.3AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56603

In the Linux kernel, the following vulnerability has been resolved: net: afcan: do not leave a dangling sk pointer in cancreate On error cancreate frees the allocated sk object, but sockinitdata has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock...

7.8CVSS5.7AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.6 views

AZL-55611 CVE-2024-56604 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

7.8CVSS6.3AI score0.00223EPSS
SaveExploits0References1
Rows per page
Query Builder