Lucene search
+L

2982 matches found

EUVD
EUVD
added 2025/12/09 3:31 a.m.6 views

EUVD-2022-55700

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

5.9AI score0.00203EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/09 1:30 a.m.20 views

CVE-2023-53863

CVE-2023-53863 : In the Linux kernel, netlink fdb dumps previously hard-coded device address length using ETH_ALEN instead of the device’s addr_len. This can expose an information leak (notably kernel-infoleak paths) in scenarios where a netdev device reports an addr_len different from six. The a...

6.1AI score0.00231EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.31 views

CVE-2023-53863 netlink: do not hard code device address lenth in fdb dumps

In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devices do not have a six bytes address 1 Replace ETHALEN by dev-addrlen. 1 Case of a device where dev-addrlen = 4 BUG: KMSAN:...

0.00231EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:30 a.m.5 views

CVE-2023-53863 netlink: do not hard code device address lenth in fdb dumps

In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devices do not have a six bytes address 1 Replace ETHALEN by dev-addrlen. 1 Case of a device where dev-addrlen = 4 BUG: KMSAN:...

6.4AI score0.00231EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.9 views

CVE-2023-53863

In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devices do not have a six bytes address 1 Replace ETHALEN by dev-addrlen. 1 Case of a device where dev-addrlen = 4 BUG: KMSAN:...

5.4AI score0.00231EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 1:30 a.m.33 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
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
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
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.6 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:...

5.4AI score0.00209EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 1:30 a.m.23 views

CVE-2023-53843

CVE-2023-53843: In the Linux kernel, net: openvswitch: reject negative ifindex has been fixed. The issue arose from net-next changes that reworked pre‑assigned ifindexes and allowed ovs netdev ports to be created with negative ifindex values, which could be surfaced via certain commands and tools...

6.2AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:30 a.m.6 views

CVE-2023-53843 net: openvswitch: reject negative ifindex

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject negative ifindex Recent changes in net-next commit 759ab1edb56c "net: store netdevs in an xarray" refactored the handling of pre-assigned ifindexes and let syzbot surface a latent problem in ovs. ovs does...

6.5AI score0.00211EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.30 views

CVE-2023-53843 net: openvswitch: reject negative ifindex

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject negative ifindex Recent changes in net-next commit 759ab1edb56c "net: store netdevs in an xarray" refactored the handling of pre-assigned ifindexes and let syzbot surface a latent problem in ovs. ovs does...

0.00211EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.7 views

CVE-2023-53843

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject negative ifindex Recent changes in net-next commit 759ab1edb56c "net: store netdevs in an xarray" refactored the handling of pre-assigned ifindexes and let syzbot surface a latent problem in ovs. ovs does...

5.8AI score0.00211EPSS
SaveExploits0
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
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
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
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
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2022-50679 i40e: Fix DMA mappings leak

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=8160; i=i+32 do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g...

6.3AI score0.00214EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2022-50656

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

0.00203EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.28 views

CVE-2022-50656 nfc: pn533: Clear nfc_target before being used

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

0.00203EPSS
SaveExploits0References9
Rows per page
Query Builder