Lucene search
+L

176 matches found

CVE
CVE
added 2025/09/04 3:33 p.m.54 views

CVE-2025-38717

The CVE-2025-38717 entry describes a race condition in the Linux kernel’s net: kcm subsystem, specifically between kcm_unattach(psock) and kcm_release(kcm). The bug occurred because kcm_unattach() did not check the kcm->tx_stopped flag before queue_work(), which could allow kcm->tx_work to ...

7.8CVSS5.8AI score0.00114EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.14 views

CVE-2025-38717 net: kcm: Fix race condition in kcm_unattach()

In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcmunattach syzbot found a race condition when kcmunattachpsock and kcmreleasekcm are executed at the same time. kcmunattach is missing a check of the flag kcm-txstopped before calling queuework. I...

7.8CVSS0.00114EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/24 12:00 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2022-3521

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function kcmtxwork of the file net/kcm/kcmsock.c of...

2.6CVSS5.1AI score0.00228EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-49957

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: kcm: fix strpinit order and cleanup strpinit is called just a few lines above this...

5.5CVSS5.4AI score0.0023EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.15 views

CVE-2022-49957

In the Linux kernel, the following vulnerability has been resolved: kcm: fix strpinit order and cleanup strpinit is called just a few lines above this csk-skuserdata check, it also initializes strp-work etc., therefore, it is unnecessary to call strpdone to cancel the freshly initialized work. An...

5.5CVSS0.0023EPSS
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49957 kcm: fix strp_init() order and cleanup

In the Linux kernel, the following vulnerability has been resolved: kcm: fix strpinit order and cleanup strpinit is called just a few lines above this csk-skuserdata check, it also initializes strp-work etc., therefore, it is unnecessary to call strpdone to cancel the freshly initialized work. An...

5.9AI score
SaveExploits0References10
CVE
CVE
added 2025/06/18 11:00 a.m.91 views

CVE-2022-49957

CVE-2022-49957 concerns a Linux kernel issue in the kcm path where strp_init() is invoked before the csk->sk_user_data check. The vulnerability arises because strp_init() initializes strp->work (and others); calling strp_done() to cancel it is unnecessary if sk_user_data isn’t checked yet. ...

5.5CVSS6.5AI score0.0023EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.15 views

PT-2025-25883

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the kcm module. The issue involved the incorrect ordering of the strp init function call, which led to unnecessary...

7.8CVSS8.1AI score0.10458EPSS
SaveExploits19References1402
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2022-49814

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS0.00158EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49814

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS5.2AI score0.00158EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.35 views

UBUNTU-CVE-2022-49814

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS5.9AI score0.00158EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.33 views

CVE-2022-49814 kcm: close race conditions on sk_receive_queue

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS0.00158EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:09 p.m.92 views

CVE-2022-49814

CVE-2022-49814 affects the Linux kernel KCM (kernel-based communications) sockets. The issue is a race on sk_receive_queue where the RX path for KCM sockets uses mux->rx_lock to protect more than just the skb queue, but kcm_recvmsg() only reuses the skb queue lock, leaving a window for race co...

7.8CVSS6.5AI score0.00158EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/01 2:09 p.m.15 views

CVE-2022-49814 kcm: close race conditions on sk_receive_queue

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.13 views

CVE-2022-49814

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS5.2AI score0.00158EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.8 views

PT-2025-18531 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A race condition issue has been resolved in the Linux kernel related to KCM sockets. The sk-sk receive queue is protected by the skb queue lock, but for KCM sockets, the RX path takes...

5.1AI score0.00158EPSS
SaveExploits0References16
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: kcm: Serializing kcmsendmsg for the same socket. syzkaller reported a Use-After-Free error in kcmrelease. 0 The scenario is as follows: 1. Thread A constructs a skb with the MSGMORE flag and sets kcm-seqskb. 2. Thread A...

7.8CVSS6.5AI score0.0086EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/04 10:36 p.m.9 views

CVE-2024-8395

FlyCASS CASS and KCM systems did not correctly filter SQL queries, which made them vulnerable to attack by outside attackers with no authentication...

9.8CVSS7.5AI score0.0074EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2024/12/11 12:00 a.m.27 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-779)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-779 advisory. In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid CVE-2023-53728 In the Linux kernel, the following vulnerability has...

9.8CVSS6.6AI score0.00886EPSS
SaveExploits2References70
OSV
OSV
added 2024/11/19 5:20 p.m.15 views

GO-2024-3277 Kubernetes Nil pointer dereference in KCM after v1 HPA patch request in k8s.io/kubernetes

Kubernetes Nil pointer dereference in KCM after v1 HPA patch request in k8s.io/kubernetes...

7.7CVSS7.5AI score0.00594EPSS
SaveExploits0References7
Rows per page
Query Builder