Lucene search
+L

13165 matches found

NVD
NVD
added 2025/05/01 2:15 p.m.18 views

CVE-2025-37765

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttmbodelayeddelete oops Fix an oops in ttmbodelayeddelete which results from dererencing a dangling pointer: Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b7b: 0000 1...

7.8CVSS0.00212EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 2:15 p.m.13 views

CVE-2025-37766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS0.00205EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 2:15 p.m.13 views

CVE-2025-37762

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix missed dmabuf unpinning in error path of preparefb Correct error handling in preparefb to fix leaking resources when error happens...

5.5CVSS0.00163EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 2:15 p.m.17 views

CVE-2025-37761

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix an out-of-bounds shift when invalidating TLB When the size of the range invalidated is larger than rounddownpowoftwoULONGMAX, The function macro rounduppowoftwolength will hit an out-of-bounds shift 1. Use a full TLB...

7.8CVSS0.00203EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/01 2:11 p.m.165 views

CVE-2022-49928

The CVE-2022-49928 entry corresponds to a Linux kernel vulnerability (SUNRPC) where a null-ptr-deref can occur if the xps sysfs allocation fails, specifically in sysfs_do_create_link_sd during RPC client setup (gssproxy path). The concrete issue is triggered when the xprt_switch sysfs allocation ...

7.5CVSS6.5AI score0.00342EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:11 p.m.25 views

CVE-2022-49926 net: dsa: Fix possible memory leaks in dsa_loop_init()

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Fix possible memory leaks in dsaloopinit kmemleak reported memory leaks in dsaloopinit: kmemleak: 12 new suspected memory leaks unreferenced object 0xffff8880138ce000 size 2048: comm "modprobe", pid 390, jiffies...

0.00181EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:11 p.m.198 views

CVE-2022-49925

CVE-2022-49925 : In the Linux kernel, a null-pointer dereference can occur in RDMA/core during ib_core_cleanup due to an unhandled failure of roce_gid_mgmt_init() (gid_cache_wq may be allocated and then freed during cleanup when not allocated). This is reported as a KASAN null-ptr-deref and is tr...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/01 2:11 p.m.9 views

CVE-2022-49921 net: sched: Fix use after free in red_enqueue()

In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in redenqueue We can't use "skb" again after passing it to qdiscenqueue. This is basically identical to commit 2f09707d0c97 "schsfb: Also store skb len before calling child enqueue"...

7.8CVSS6.1AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.38 views

CVE-2022-49920 netfilter: nf_tables: netlink notifier might race to release objects

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: netlink notifier might race to release objects commit release path is invoked via callrcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to...

7.8CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 2:10 p.m.19 views

CVE-2022-49920 netfilter: nf_tables: netlink notifier might race to release objects

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: netlink notifier might race to release objects commit release path is invoked via callrcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to...

7.8CVSS4.6AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:10 p.m.103 views

CVE-2022-49919

CVE-2022-49919 : In the Linux kernel, the nf_tables flow rule object release path was fixed. The underlying issue was a use-after-free (UAF) triggered by races with the netlink notifier, observed when the flow rule object is accessed only from the control plane (no data packets traverse it). The ...

7.8CVSS6.5AI score0.00155EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49919 netfilter: nf_tables: release flow rule object from commit path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed from control plane only. This helped uncovered UA...

7.8CVSS5.4AI score
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:10 p.m.106 views

CVE-2022-49917

CVE-2022-49917 affects the Linux kernel IPVS subsystem (ip_vs_app_net_cleanup and ip_vs_app_net_init). If ip_vs_app fails to be created during init, removal still proceeds, causing the ip_vs_app entry to be missing and a WARNING in fs/proc/generic.c: remove_proc_entry. The issue is demonstrated b...

7.8CVSS6.4AI score0.00208EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.108 views

CVE-2022-49916

CVE-2022-49916 covers a NULL pointer dereference in the Linux kernel’s Rose protocol path (rose_send_frame). The issue surfaces when rose_loopback_neigh's neigh->dev is NULL, causing access to neigh->dev->dev_addr and triggering a NULL dereference in rose_send_frame (rose_link.c: rose_se...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.18 views

CVE-2022-49916 rose: Fix NULL pointer dereference in rose_send_frame()

In the Linux kernel, the following vulnerability has been resolved: rose: Fix NULL pointer dereference in rosesendframe The syzkaller reported an issue: KASAN: null-ptr-deref in range 0x0000000000000380-0x0000000000000387 CPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted...

5.5CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.21 views

CVE-2022-49914 btrfs: fix inode list leak during backref walking at resolve_indirect_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at resolveindirectrefs During backref walking, at resolveindirectrefs, if we get an error we jump to the 'out' label and call ulistfree on the 'parents' ulist, which frees all the...

0.00197EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.12 views

CVE-2022-49911 netfilter: ipset: enforce documented limit to prevent allocating huge memory

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: enforce documented limit to prevent allocating huge memory Daniel Xu reported that the hash:net,iface type of the ipset subsystem does not limit adding the same network with different interfaces to a set, which...

5.7AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49909 Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix use-after-free in l2capconndel When l2caprecvframe is invoked to receive data, and the cid is L2CAPCIDA2MP, if the channel does not exist, it will create a channel. However, after a channel is created, the...

7.8CVSS6AI score
SaveExploits0References9
OSV
OSV
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49908 Bluetooth: L2CAP: Fix memory leak in vhci_write

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix memory leak in vhciwrite Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810d81ac00 size 240: ... hex dump first 32 bytes: 00 00 ...

5.5CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:10 p.m.121 views

CVE-2022-49906

The CVE-2022-49906 issue affects the Linux kernel ibmvnic driver: a path in the reset handling could leak 32 bytes by not freeing the rwi structure when the last rwi in the list is processed. A fix releases the rwi memory on reset success (kernel patch 4f408e1fa6e1 and related commits). Connected...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder