Lucene search
+L

2496 matches found

Cvelist
Cvelist
added 2025/12/09 1:29 a.m.34 views

CVE-2023-53824 netlink: annotate lockless accesses to nlk->max_recvmsg_len

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk-maxrecvmsglen syzbot reported a data-race in data-race in netlinkrecvmsg 1 Indeed, netlinkrecvmsg can be run concurrently, and netlinkdump also needs protection. 1 BUG: KCSAN: data-race ...

0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:29 a.m.6 views

CVE-2023-53824 netlink: annotate lockless accesses to nlk->max_recvmsg_len

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk-maxrecvmsglen syzbot reported a data-race in data-race in netlinkrecvmsg 1 Indeed, netlinkrecvmsg can be run concurrently, and netlinkdump also needs protection. 1 BUG: KCSAN: data-race ...

6.3AI score0.00208EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 views

CVE-2023-53824

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk-maxrecvmsglen syzbot reported a data-race in data-race in netlinkrecvmsg 1 Indeed, netlinkrecvmsg can be run concurrently, and netlinkdump also needs protection. 1 BUG: KCSAN: data-race ...

5.3AI score0.00208EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.5 views

SUSE CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

4.1CVSS6.4AI score0.00162EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.5 views

PT-2025-49744

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cb running Both netlink recvmsg and netlink native seq show read nlk-cb running locklessly. Use READ ONCE there. Add corresponding WRITE ONCE to netlink dump and netlink dump start syzbot reporte...

6.4AI score0.00209EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.4 views

PT-2025-49715

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk-max recvmsg len syzbot reported a data-race in data-race in netlink recvmsg 1 Indeed, netlink recvmsg can be run concurrently, and netlink dump also needs protection. 1 BUG: KCSAN:...

6.3AI score0.00208EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.6 views

PT-2025-49730

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A data race condition exists around dp-dccps mss cache in the Data Communication Channel Protocol DCCP implementation. The dccp sendmsg function and do dccp getsockopt read dp-dccps mss...

6.1AI score0.00225EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53853

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding...

5.6AI score0.00209EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53824

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netlink: annotate lockless accesses to nlk-maxrecvmsglen syzbot reported a data-race in data-race in netlinkrecvmsg 1 Indeed, netlinkrecvmsg can be run...

5.3AI score0.00208EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/08 2:15 a.m.11 views

CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

0.00162EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 2:15 a.m.2 views

DEBIAN-CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

5.2AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.3 views

UBUNTU-CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

5.7AI score0.00162EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.30 views

CVE-2023-53759 HID: hidraw: fix data race on device refcount

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

0.00162EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 1:19 a.m.20 views

CVE-2023-53759

CVE-2023-53759 relates to a data race in Linux kernel hidraw: hidraw_open() increments the device refcount without proper synchronization, enabling a race when opening a device concurrently. The race is tied to a regression from a commit that replaced the hidraw table mutex with a rwsem; the fix ...

6AI score0.00162EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.7 views

CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

5.1AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 1:19 a.m.4 views

CVE-2023-53759 HID: hidraw: fix data race on device refcount

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

6.3AI score0.00162EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/08 12:0 a.m.5 views

CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

5.7AI score0.00162EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53759

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronizati...

5.3AI score0.00162EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/11/16 1:1 a.m.6 views

bpf: Fix a data-race around bpf_jit_limit.

...

4.7CVSS7AI score0.00123EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/11/14 12:25 a.m.7 views

SUSE CVE-2025-40130

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix data race in CPU latency PM QoS request handling The cpulatencyqosadd/remove/updaterequest interfaces lack internal synchronization by design, requiring the caller to ensure thread safety. The current...

7CVSS6.4AI score0.00182EPSS
SaveExploits0References16
Rows per page
Query Builder