Lucene search
+L

2495 matches found

EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2023-60143

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

6AI score0.00209EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 6:30 p.m.6 views

EUVD-2023-60157

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

6AI score0.00225EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2023-60172

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.9AI score0.00208EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.4 views

CVE-2023-53853

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

0.00209EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.3 views

DEBIAN-CVE-2023-53853

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

5.4AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.7 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

0.00225EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

DEBIAN-CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

DEBIAN-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
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.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 ...

0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

UBUNTU-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.7AI score0.00208EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

UBUNTU-CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.7AI score0.00225EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.8AI score0.00225EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.32 views

CVE-2023-53853 netlink: annotate accesses to nlk->cb_running

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

0.00209EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/09 1:30 a.m.34 views

CVE-2023-53853

CVE-2023-53853 is a Linux kernel vulnerability in the netlink path where reads of cb_running were performed locklessly in netlink_recvmsg() and netlink_native_seq_show(), causing a data race with __netlink_dump_start() and netlink_dump_start. The fix, as documented in multiple advisories, adds pr...

6.1AI score0.00209EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:30 a.m.4 views

CVE-2023-53853 netlink: annotate accesses to nlk->cb_running

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

6.4AI score0.00209EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/09 1:29 a.m.23 views

CVE-2023-53839

The CVE-2023-53839 entry concerns a data race in the Linux kernel's DCCP path. Specifically, dccp_sendmsg() and do_dccp_getsockopt() read dp->dccps_mss_cache before acquiring the socket lock, allowing a race with concurrent updates. The fix adds READ_ONCE()/WRITE_ONCE() annotations and modifie...

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

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.3AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.7 views

CVE-2023-53839 dccp: fix data-race around dp->dccps_mss_cache

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

6.4AI score0.00225EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/09 1:29 a.m.19 views

CVE-2023-53824

CVE-2023-53824 affects the Linux kernel netlink implementation. A data race was reported in netlink_recvmsg() where concurrent access to netlink data structures (notably nlk->max_recvmsg_len) could lead to races between netlink_recvmsg and netlink_dump. The connected documents (AstraLinux, ENI...

6AI score0.00208EPSS
SaveExploits0References5
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
Rows per page
Query Builder