Lucene search
K

1712 matches found

Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.31 views

CVE-2023-52513 RDMA/siw: Fix connection failure handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix connection failure handling In case immediate MPA request processing fails, the newly created endpoint unlinks the listening endpoint and is ready to be dropped. This special case was not handled correctly by the co...

6.8AI score0.00012EPSS
Exploits0References6
OSV
OSV
added 2024/03/02 9:52 p.m.2 views

CVE-2023-52503 tee: amdtee: fix use-after-free vulnerability in amdtee_close_session

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix use-after-free vulnerability in amdteeclosesession There is a potential race condition in amdteeclosesession that may cause use-after-free in amdteeopensession. For instance, if a session has refcount == 1, and o...

7CVSS5.9AI score0.00029EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.54 views

CVE-2024-26615 net/smc: fix illegal rmb_desc access in SMC-D connection dump

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmbdesc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: smcrun nginx smcrun wrk -t 16 -c 1000 -d -H 'Connection...

7.5AI score0.00011EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.32 views

CVE-2024-26615 net/smc: fix illegal rmb_desc access in SMC-D connection dump

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmbdesc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: smcrun nginx smcrun wrk -t 16 -c 1000 -d -H 'Connection...

6.7AI score0.00011EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 2024/02/28 9:15 a.m.3 views

CVE-2021-47024

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: free queued packets when closing socket As reported by syzbot 1, there is a memory leak while closing the socket. We partially solved this issue with commit ac03046ece2b "vsock/virtio: free packets during the socket...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/02/27 10:15 a.m.0 views

UBUNTU-CVE-2021-46933

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Clear ffseventfd in ffsdataclear. ffsdataclear is indirectly called from both ffsfskillsb and ffsep0release, so it ends up being called twice when userland closes ep0 and then unmounts ffs. If userland provided ...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/02/27 9:44 a.m.19 views

CVE-2021-46932 Input: appletouch - initialize work before device registration

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

6.7AI score0.00012EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/02/27 9:44 a.m.25 views

CVE-2021-46932 Input: appletouch - initialize work before device registration

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

6.3AI score0.00012EPSS
Exploits0References8
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.1 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from overlayfs not placing a temporary directory entry when one exists. A meta-copy error causes a dentry leak when the associated...

5.5CVSS6.6AI score0.00008EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.1 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.00025EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.1 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.00034EPSS
Exploits0References76
Positive Technologies
Positive Technologies
added 2024/02/22 12:0 a.m.1 views

PT-2024-20910 · Flvmeta · Flvmeta

Name of the Vulnerable Software and Affected Versions: flvmeta version 1.2.2 Description: The issue allows a local attacker to cause a denial of service via the function in flv close at flvmeta/src/flv.c:375:21. Recommendations: For flvmeta version 1.2.2, as a temporary workaround, consider...

6.2CVSS6.4AI score0.00025EPSS
Exploits1References8
OSV
OSV
added 2024/02/21 3:15 p.m.0 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.00025EPSS
Exploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.0 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.00025EPSS
Exploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.1 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.00034EPSS
Exploits0References1
NVD
NVD
added 2024/02/21 3:15 p.m.17 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...

4.7CVSS5.8AI score0.00034EPSS
Exploits0References6
OSV
OSV
added 2024/02/21 3:15 p.m.2 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.00025EPSS
Exploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.7 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.00034EPSS
Exploits0References1
OSV
OSV
added 2024/02/21 3:15 p.m.0 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.00025EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/02/21 3:15 p.m.29 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...

4.7CVSS6.3AI score0.00034EPSS
Exploits0References25
Rows per page
Query Builder