Lucene search
+L

14862 matches found

OSV
OSV
added 2024/02/27 10:15 a.m.5 views

UBUNTU-CVE-2021-46925

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smcsock A crash occurs when smccdctxhandler tries to access smcsock but smcrelease has already freed it. 4570.695099 BUG: unable to handle page fault for address: 000000002eae9e88...

7.8CVSS6.1AI score0.00183EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:15 a.m.3 views

DEBIAN-CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS5.6AI score0.00594EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.5 views

CVE-2021-46911

In the Linux kernel, the following vulnerability has been resolved: chktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take txctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle...

5.5CVSS6.4AI score0.00594EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.12 views

Linux kernel security vulnerabilities

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 the possibility that MHI ulcallback may be called immediately after a skb has queued for transmission, causi...

8.4CVSS6.5AI score0.00229EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/26 5:15 p.m.18 views

Design/Logic Flaw

nanomq 0.21.2 contains a Use-After-Free vulnerability in /nanomq/nng/src/core/socket.c...

7.1AI score0.00647EPSS
SaveExploits1References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/02/26 6:32 a.m.7 views

Malicious code in nodejs-socket (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 6faf2af3d2f96a941eb439231cffcfa446dffe36c83cc9bf7f68107239ab4e9a Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/02/26 12:00 a.m.9 views

PT-2024-21132 · Nanomq · Nanomq

Name of the Vulnerable Software and Affected Versions: nanomq version 0.21.2 Description: The issue is a Use-After-Free vulnerability located in /nanomq/nng/src/core/socket.c. Recommendations: For nanomq version 0.21.2, at the moment, there is no information about a newer version that contains a...

6.5CVSS6.9AI score0.00647EPSS
SaveExploits1References7
OSV
OSV
added 2024/02/23 11:06 a.m.17 views

OESA-2024-1178 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: Transmit requests in Xen's virtual network protocol can consist of multiple parts. While not really useful, except for the initial part any of them may be of zero length, i.e. carry no data at all. Besides a certain initial porti...

7.8CVSS7AI score0.28058EPSS
SaveExploits16References4
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.9 views

SUSE CVE-2024-26583

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

7CVSS6.4AI score0.0055EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.6 views

SUSE CVE-2024-26585

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread recvmsg/sendmsg may exit as soon as the async crypto handler calls complete. Reorder scheduling the work before calling...

7CVSS6.1AI score0.00591EPSS
SaveExploits0References76
NVD
NVD
added 2024/02/22 5:15 p.m.32 views

CVE-2023-52450

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix NULL pointer dereference issue in upifilltopology Get logical socket id instead of physical id in discoverupitopology to avoid out-of-bound access on 'upi = &type-topologynididx;' line that leads to NUL...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/22 5:15 p.m.2 views

DEBIAN-CVE-2023-52450

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix NULL pointer dereference issue in upifilltopology Get logical socket id instead of physical id in discoverupitopology to avoid out-of-bound access on 'upi = &type-topologynididx;' line that leads to NUL...

5.5CVSS5.4AI score0.00257EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/02/22 4:21 p.m.49 views

CVE-2023-52450

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix NULL pointer dereference issue in upifilltopology Get logical socket id instead of physical id in discoverupitopology to avoid out-of-bound access on 'upi = &type-topologynididx;' line that leads to NUL...

5.5CVSS6.2AI score0.00257EPSS
SaveExploits0
OSV
OSV
added 2024/02/21 3:15 p.m.11 views

DEBIAN-CVE-2024-26585

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread recvmsg/sendmsg may exit as soon as the async crypto handler calls complete. Reorder scheduling the work before calling...

4.7CVSS5.4AI score0.00591EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.11 views

AZL-35799 CVE-2024-26583 affecting package kernel for versions less than 6.6.22.1-2

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

4.7CVSS6.2AI score0.0055EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.11 views

AZL-35812 CVE-2024-26583 affecting package kernel for versions less than 5.15.158.2-1

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

4.7CVSS6.2AI score0.0055EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.26 views

AZL-35788 CVE-2024-26585 affecting package kernel for versions less than 6.6.22.1-2

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread recvmsg/sendmsg may exit as soon as the async crypto handler calls complete. Reorder scheduling the work before calling...

4.7CVSS6.2AI score0.00591EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/21 3:15 p.m.31 views

CVE-2024-26585

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread recvmsg/sendmsg may exit as soon as the async crypto handler calls complete. Reorder scheduling the work before calling...

9.8CVSS5.8AI score0.00591EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/21 3:15 p.m.9 views

AZL-35474 CVE-2024-26583 affecting package hyperv-daemons for versions less than 6.6.22.1-2

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

4.7CVSS6.2AI score0.0055EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.8 views

DEBIAN-CVE-2024-26583

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

4.7CVSS5.3AI score0.0055EPSS
SaveExploits0References1
Rows per page
Query Builder