Lucene search
K

2826 matches found

EUVD
EUVD
added 2025/12/16 3:30 p.m.2 views

EUVD-2025-203745

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

5.8AI score0.00378EPSS
Exploits0References5
NVD
NVD
added 2025/12/16 3:15 p.m.5 views

CVE-2025-68263

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS0.00378EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.2 views

CVE-2025-68263

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS5.8AI score0.00378EPSS
Exploits0References25
OSV
OSV
added 2025/12/16 3:15 p.m.2 views

UBUNTU-CVE-2025-68263

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS5.9AI score0.00378EPSS
Exploits0References27
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.27 views

CVE-2025-68263 ksmbd: ipc: fix use-after-free in ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS0.00378EPSS
Exploits0References6
CVE
CVE
added 2025/12/16 2:45 p.m.22 views

CVE-2025-68263

In CVE-2025-68263, the Linux kernel ksmbd IPC path had a use-after-free in ipc_msg_send_request caused by freeing entry->response without holding ipc_msg_table_lock while handle_response() can still write to it. The race occurs under high concurrency when handle_response() copies to entry->...

9.8CVSS6AI score0.00378EPSS
Exploits0References6
OSV
OSV
added 2025/12/16 2:45 p.m.3 views

CVE-2025-68263 ksmbd: ipc: fix use-after-free in ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS6.3AI score0.00378EPSS
Exploits0References9
NVD
NVD
added 2025/12/16 2:15 p.m.3 views

CVE-2025-68221

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix address removal logic in mptcppmnlrmaddr Fix inverted WARNONONCE condition that prevented normal address removal counter updates. The current code only executes decrement logic when the counter is already 0 abnormal...

0.00173EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.1 views

CVE-2025-40357

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix general protection fault in smcdiagdump The syzbot report a crash: Oops: general protection fault, probably for non-canonical address 0xfbd5a5d5a0000003: 0000 1 SMP KASAN NOPTI KASAN: maybe wild-memory-access in rang...

5.7AI score0.00166EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.6 views

SUSE 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...

6.1CVSS6.5AI score0.00195EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.3 views

SUSE CVE-2022-50679

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...

5.5CVSS6.5AI score0.00206EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.2 views

SUSE 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 ...

6.4AI score0.002EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.2 views

SUSE 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.5CVSS6.5AI score0.00201EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.3 views

SUSE CVE-2023-53855

In the Linux kernel, the following vulnerability has been resolved: net: dsa: ocelot: call dsatag8021qunregister under rtnllock on driver remove When the tagging protocol in current use is "ocelot-8021q" and we unbind the driver, we see this splat: $ echo '0000:00:00.2'...

5.5CVSS6.5AI score0.00184EPSS
Exploits0References17
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.4 views

SUSE 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.5CVSS6.5AI score0.00223EPSS
Exploits0References18
EUVD
EUVD
added 2025/12/09 6:30 p.m.2 views

EUVD-2023-60133

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:...

6AI score0.00223EPSS
Exploits0References10
EUVD
EUVD
added 2025/12/09 6:30 p.m.4 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.00201EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/09 6:30 p.m.2 views

EUVD-2023-60153

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...

6AI score0.00203EPSS
Exploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.2 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.002EPSS
Exploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.3 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:...

0.00223EPSS
Exploits0References9
Rows per page
Query Builder