Lucene search
K

40350 matches found

OSV
OSV
added 2025/12/30 1:15 p.m.6 views

UBUNTU-CVE-2022-50816

In the Linux kernel, the following vulnerability has been resolved: ipv6: ensure sane device mtu in tunnels Another syzbot report 1 with no reproducer hints at a bug in ip6gre tunnel dev:ip6gretap0 Since ipv6 mcast code makes sure to read dev-mtu once and applies a sanity check on it see commit...

5.7AI score0.00211EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.19 views

CVE-2023-54318 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

0.00174EPSS
Exploits0References5
CVE
CVE
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54318

CVE-2023-54318 affects the Linux kernel in the net/smc code path. The issue stems from iterating smc_lgr_list.list in smcr_port_add without proper synchronization, allowing a linkgroup to be added or removed concurrently and potentially triggering a NULL dereference and kernel crash. The connecte...

6AI score0.00174EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 12:23 p.m.3 views

CVE-2023-54318 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

6.3AI score0.00174EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.18 views

CVE-2023-54317 dm flakey: don't corrupt the zero page

In the Linux kernel, the following vulnerability has been resolved: dm flakey: don't corrupt the zero page When we need to zero some range on a block device, the function blkdevissuezeropages submits a write bio with the bio vector pointing to the zero page. If we use dm-flakey with corrupt bio...

0.00188EPSS
Exploits0References8
OSV
OSV
added 2025/12/30 12:23 p.m.2 views

CVE-2023-54317 dm flakey: don't corrupt the zero page

In the Linux kernel, the following vulnerability has been resolved: dm flakey: don't corrupt the zero page When we need to zero some range on a block device, the function blkdevissuezeropages submits a write bio with the bio vector pointing to the zero page. If we use dm-flakey with corrupt bio...

6.4AI score0.00188EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.20 views

CVE-2023-54303 bpf: Disable preemption in bpf_perf_event_output

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfperfeventoutput The nesting protection in bpfperfeventoutput relies on disabled preemption, which is guaranteed for kprobes and tracepoints. However bpfperfeventoutput can be also called from uprobes...

0.00166EPSS
Exploits0References3
CVE
CVE
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54280

CVE-2023-54280 affects the Linux kernel CIFS/IPC path. The vulnerability was a race in tree connecting IPC that could access TCP_Server_Info::hostname during IPC tree construction, potentially freeing the hostname in a cifsd thread and causing a use-after-free in __tree_connect_dfs_target(). The ...

6.1AI score0.00167EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.22 views

CVE-2023-54280 cifs: fix potential race when tree connecting ipc

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCPServerInfo::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing an use-after-free bug in treeconnectdfstarget. Als...

0.00167EPSS
Exploits0References3
OSV
OSV
added 2025/12/30 12:23 p.m.3 views

CVE-2023-54280 cifs: fix potential race when tree connecting ipc

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCPServerInfo::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing an use-after-free bug in treeconnectdfstarget. Als...

6.3AI score0.00167EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.21 views

CVE-2022-50883 bpf: Prevent decl_tag from being referenced in func_proto arg

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decltag from being referenced in funcproto arg Syzkaller managed to hit another decltag issue: btffuncprotocheck kernel/bpf/btf.c:4506 inline btfcheckalltypes kernel/bpf/btf.c:4734 inline btfparsetypesec+0x1175/0x198...

0.00167EPSS
Exploits0References3
CVE
CVE
added 2025/12/30 12:11 p.m.11 views

CVE-2023-54237

CVE-2023-54237 affects the Linux kernel net/smc component. The root cause described across connected documents is that smc_llc_srv_add_link() could be invoked without proper protection, potentially allowing a second link to be added to a link group and thereby breaking the security environment pr...

6.1AI score0.00166EPSS
Exploits0References3
OSV
OSV
added 2025/12/30 12:10 p.m.9 views

CVE-2022-50833 Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev-workqueue when queuing hdev-cmd,ncmdtimer works syzbot is reporting attempt to schedule hdev-cmdwork work from systemwq WQ into hdev-workqueue WQ which is under draining operation 1, for commit c8efcc2589464ac...

6.2AI score0.00198EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.22 views

CVE-2023-54173 bpf: Disable preemption in bpf_event_output

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfeventoutput We received report 1 of kernel crash, which is caused by using nesting protection without disabled preemption. The bpfeventoutput can be called by programs executed by bpfprogrunarraycg...

0.00168EPSS
Exploits0References5
CVE
CVE
added 2025/12/30 12:8 p.m.12 views

CVE-2023-54173

CVE-2023-54173 affects the Linux kernel. A bug in bpf_event_output allowed nesting protection to run with preemption enabled, risking a NULL pointer dereference and kernel crash due to two tasks racing over perf_sample_data. The fix was to disable preemption inside bpf_event_output, preventing co...

6.2AI score0.00168EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 12:8 p.m.2 views

CVE-2023-54173 bpf: Disable preemption in bpf_event_output

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfeventoutput We received report 1 of kernel crash, which is caused by using nesting protection without disabled preemption. The bpfeventoutput can be called by programs executed by bpfprogrunarraycg...

6.5AI score0.00168EPSS
Exploits0References8
OSV
OSV
added 2025/12/30 12:8 p.m.5 views

CVE-2022-50815 ext2: Add sanity checks for group and filesystem size

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

6.4AI score0.00198EPSS
Exploits0References6
OSV
OSV
added 2025/12/30 9:15 a.m.2 views

CVE-2025-15102

DVP-12SE11T - Password Protection Bypass...

9.8CVSS5.8AI score0.00273EPSS
Exploits0References1
NVD
NVD
added 2025/12/30 9:15 a.m.5 views

CVE-2025-15102

DVP-12SE11T - Password Protection Bypass...

9.8CVSS0.00273EPSS
Exploits0References1
CVE
CVE
added 2025/12/30 8:48 a.m.6 views

CVE-2025-15102

CVE-2025-15102 impacts Delta Electronics DVP-12SE11T PLC. The vulnerability is a password protection bypass that can be exploited remotely without authentication, potentially allowing unauthorized access and manipulation of PLC functionality. Fixed via firmware updates in late December 2025. Conn...

9.8CVSS6.5AI score0.00273EPSS
Exploits0References1Affected Software1
Rows per page
Query Builder