Lucene search
+L

1003 matches found

CNNVD
CNNVD
added 2024/12/27 12:0 a.m.9 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 Linux kernel that stems from a post-release reuse issue with LGR and links in the net/smc module...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/27 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 Linux kernel that stems from a post-release reuse issue with LGR and links in the net/smc module...

7.8CVSS6.5AI score0.00617EPSS
SaveExploits0References5
NVD
NVD
added 2024/12/24 12:15 p.m.25 views

CVE-2024-53161

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

5.5CVSS0.00224EPSS
SaveExploits0References10
CVE
CVE
added 2024/12/24 11:29 a.m.195 views

CVE-2024-53161

CVE-2024-53161 is tied to the Linux kernel EDAC/bluefield issue: the 64-bit get-DIMM-info SMC argument used mem_ctrl_idx left-shifted by 16 and OR’d with the DIMM index; with mem_ctrl_idx treated as 32-bit this can truncate the upper 16 bits, risking data loss. The advisory states the mem_ctrl_id...

5.5CVSS6.6AI score0.00224EPSS
SaveExploits0References10Affected Software1
RedHat Linux
RedHat Linux
added 2024/12/11 4:19 p.m.13 views

kernel: net/smc: fix illegal rmb_desc access in SMC-D connection dump

A flaw was found in the Linux kernel in which functions providing information about SMC-D connections caused a NULL pointer dereference. This flaw allows an attacker with permission to read this information to cause a denial of service...

5.5CVSS7.2AI score0.00259EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/12/11 12:0 a.m.13 views

Vulnerability of components of Linux operating system’s kernel, net/smc, allowing a hacker to cause a service failure

The vulnerability of the net/smc components in Linux operating systems is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS5.9AI score0.00231EPSS
SaveExploits0References9Affected Software4
Positive Technologies
Positive Technologies
added 2024/12/11 12:0 a.m.16 views

PT-2025-2832

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue concerns the Linux kernel, specifically the net/smc component. When receiving a proposal message in the server, the fields v2 ext offset, eid cnt, and ism gid cnt in the proposal...

5.5CVSS5.4AI score0.00524EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/12/05 12:0 a.m.13 views

Vulnerability of components of Linux operating system’s kernel, net/smc, allowing a hacker to cause a service failure

The vulnerability of the net/smc components in Linux operating systems is related to the operation of data out of the buffer into memory. Exploiting this vulnerability can allow an attacker to cause a system failure...

5.5CVSS6.3AI score0.00594EPSS
SaveExploits0References8Affected Software4
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.7 views

kernel: net/smc: avoid data corruption caused by decline

In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid data corruption caused by decline We found a data corruption issue during testing of SMC-R on Redis applications. The benchmark has a low probability of reporting a strange error as shown below. "Error: Protocol...

8.2CVSS6.6AI score0.00664EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.44 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.8CVSS7AI score0.00894EPSS
SaveExploits0References27
BDU FSTEC
BDU FSTEC
added 2024/12/04 12:0 a.m.8 views

Vulnerability of components of Linux operating system’s kernel, net/smc, allowing attackers to access confidential information

The vulnerability of the net/smc components in Linux operating systems is related to the disclosure of information. Exploiting this vulnerability can allow an attacker to gain access to confidential information...

5.5CVSS6.6AI score0.00478EPSS
SaveExploits0References13Affected Software7
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.26 views

CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS6.7AI score0.00213EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/11/20 12:0 a.m.11 views

Vulnerability of components of Linux operating system’s kernel, net/smc, allowing a hacker to cause a service failure

The vulnerability of the net/smc components of the Linux operating system’s kernel is related to incorrect blocking in the smcpnetcreatepnetidslist function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.0021EPSS
SaveExploits0References31Affected Software5
OSV
OSV
added 2024/11/19 2:16 a.m.7 views

DEBIAN-CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 2:16 a.m.25 views

CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS0.00213EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.3 views

CVE-2024-50293 net/smc: do not leave a dangling sk pointer in __smc_create()

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS7.5AI score0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 1:30 a.m.22 views

CVE-2024-50293 net/smc: do not leave a dangling sk pointer in __smc_create()

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS6.9AI score
SaveExploits0References5
CVE
CVE
added 2024/11/19 1:30 a.m.99 views

CVE-2024-50293

Technical details about CVE-2024-50293 (net/smc dangling sk in __smc_create) are not publicly provided in the supplied documents. Monitor for updates from official advisories.

7.8CVSS6.4AI score0.00213EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.38 views

CVE-2024-50293 net/smc: do not leave a dangling sk pointer in __smc_create()

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS0.00213EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.30 views

CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0
Rows per page
Query Builder