Lucene search
K

14 matches found

Tenable Nessus
Tenable Nessus
added 2025/06/28 12:0 a.m.1 views

SUSE SLES15 Security Update : kernel (Live Patch 22 for SLE 15 SP5) (SUSE-SU-2025:02156-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by a vulnerability as referenced in the SUSE- SU-2025:02156-1 advisory. This update for the Linux Kernel 5.14.21-1505005591 fixes one issue. The following security issue was fixed: - CVE-2024-56601: net: inet: do not leave...

7.8CVSS6.9AI score0.00011EPSS
Exploits0References4
OSV
OSV
added 2025/06/27 11:33 a.m.1 views

SUSE-SU-2025:02155-1 Security update for the Linux Kernel (Live Patch 35 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024147 fixes one issue. The following security issue was fixed: - CVE-2024-56601: net: inet: do not leave a dangling sk pointer in inetcreate bsc1235231...

7.8CVSS7.1AI score0.00011EPSS
Exploits0References3
SUSE Linux
SUSE Linux
added 2025/06/25 4:3 p.m.2 views

Security update for the Linux Kernel (Live Patch 34 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024144 fixes several issues. The following security issues were fixed: CVE-2024-56601: net: inet: do not leave a dangling sk pointer in inetcreate bsc1235231. CVE-2024-56605: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcrea...

8.5CVSS7.9AI score0.00011EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2025/01/08 2:20 p.m.6 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.00011EPSS
Exploits0References4
CNVD
CNVD
added 2025/01/03 12:0 a.m.9 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.00009EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.3 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.0004EPSS
Exploits0References4
OSV
OSV
added 2024/12/27 3:15 p.m.0 views

AZL-55584 CVE-2024-56601 affecting package kernel for versions less than 5.15.176.3-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.7AI score0.00011EPSS
Exploits0References1
NVD
NVD
added 2024/12/27 3:15 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.8CVSS0.00011EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56601 net: inet: do not leave a dangling sk pointer in inet_create()

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...

0.00011EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.17 views

CVE-2024-56601 net: inet: do not leave a dangling sk pointer in inet_create()

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.3AI score0.00011EPSS
Exploits0References7
OSV
OSV
added 2024/12/27 2:51 p.m.7 views

CVE-2024-56601 net: inet: do not leave a dangling sk pointer in inet_create()

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.8CVSS6AI score0.00011EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.8 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.8CVSS5.7AI score0.00011EPSS
Exploits0
CVE
CVE
added 2024/12/27 2:51 p.m.195 views

CVE-2024-56601

CVE-2024-56601 is a Linux kernel vulnerability in the inet/ code path. The issue arises because sock_init_data() attaches a kernel socket (sk) to a sock, and if inet_create() fails later, the sk is freed but the sock retains a dangling sk pointer, enabling a use-after-free on the sock. The docume...

7.8CVSS6.5AI score0.00011EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.17 views

CVE-2024-53047 mptcp: init: protect sched with rcu_read_lock

In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcureadlock Enabling CONFIGPROVERCULIST with its dependence CONFIGRCUEXPERT creates this splat when an MPTCP socket is created: ============================= WARNING: suspicious RCU usage 6.12.0-rc...

0.00009EPSS
Exploits0References3
Rows per page
Query Builder