Lucene search
+L

10236 matches found

OSV
OSV
added 2025/02/26 2:24 a.m.14 views

CVE-2022-49669 mptcp: fix race on unaccepted mptcp sockets

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race on unaccepted mptcp sockets When the listener socket owning the relevant request is closed, it frees the unaccepted subflows and that causes later deletion of the paired MPTCP sockets. The mptcp socket's worker ca...

7.8CVSS5.1AI score
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:23 a.m.161 views

CVE-2022-49651

CVE-2022-49651 affects the Linux kernel. The advisory states that cleanup_srcu_struct() now checks for a grace period that is started but not yet started, addressing a potential use-after-free (UAF). It is resolved by a commit tightening GP checks in cleanup_srcu_struct(), with references to kern...

7.8CVSS5.3AI score0.0025EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49651 srcu: Tighten cleanup_srcu_struct() GP checks

In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanupsrcustruct GP checks Currently, cleanupsrcustruct checks for a grace period in progress, but it does not check for a grace period that has not yet started but which might start at any time. Such a situation...

7.8CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.12 views

CVE-2022-49651

In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanupsrcustruct GP checks Currently, cleanupsrcustruct checks for a grace period in progress, but it does not check for a grace period that has not yet started but which might start at any time. Such a situation...

7.8CVSS5.4AI score0.0025EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:23 a.m.186 views

CVE-2022-49636

CVE-2022-49636 affects the Linux kernel VLAN code, specifically a memory leak in vlan_newlink/vlan_changelink paths. The issue arises when a memory allocation fails in vlan_changelink() after prior allocations succeed; memory allocated for egress priority/vlan_dev structures may remain referenced...

5.5CVSS5.4AI score0.00265EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49628

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix leaks in probe These two error paths should clean up before returning...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.12 views

CVE-2022-49568 KVM: Don't null dereference ops->destroy

In the Linux kernel, the following vulnerability has been resolved: KVM: Don't null dereference ops-destroy A KVM device cleanup happens in either of two callbacks: 1 destroy which is called when the VM is being destroyed; 2 release which is called when a device fd is closed. Most KVM devices use...

5.5CVSS5.4AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.110 views

CVE-2022-49568

CVE-2022-49568 affects the Linux kernel KVM code path, where a NULL dereference can occur during cleanup if destroy() is assumed non-NULL but is not (notably for some Book3s KVM devices that use release() instead). The root cause is an assumption in kvm_ioctl_create_device() that destroy() is alw...

5.5CVSS5.6AI score0.00297EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.20 views

CVE-2022-49568

In the Linux kernel, the following vulnerability has been resolved: KVM: Don't null dereference ops-destroy A KVM device cleanup happens in either of two callbacks: 1 destroy which is called when the VM is being destroyed; 2 release which is called when a device fd is closed. Most KVM devices use...

5.5CVSS5.6AI score0.00297EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.18 views

CVE-2022-49568 KVM: Don't null dereference ops->destroy

In the Linux kernel, the following vulnerability has been resolved: KVM: Don't null dereference ops-destroy A KVM device cleanup happens in either of two callbacks: 1 destroy which is called when the VM is being destroyed; 2 release which is called when a device fd is closed. Most KVM devices use...

0.00297EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 2:14 a.m.11 views

CVE-2022-49558 netfilter: nf_tables: double hook unregistration in netns path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: double hook unregistration in netns path nftreleasehooks is called from prenetns exit path which unregisters the hooks, then the NETDEVUNREGISTER event is triggered which unregisters the hooks again. 565.2214...

5AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 2:14 a.m.6 views

CVE-2022-49549 x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails

In the Linux kernel, the following vulnerability has been resolved: x86/MCE/AMD: Fix memory leak when thresholdcreatebank fails In mcethresholdcreatedevice, if thresholdcreatebank fails, the previously allocated threshold banks array @bp will be leaked because the call to mcethresholdremovedevice...

6.5AI score0.00263EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.2 views

CVE-2022-49502 media: rga: fix possible memory leak in rga_probe

In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rgaprobe rga-m2mdev needs to be freed when rgaprobe fails...

6.4AI score0.00256EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49493 ASoC: rt5645: Fix errorenous cleanup order

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645i2cremove first cancel the &rt5645-jackdetectwork and delete the &rt5645-btnchecktimer latter. However, since the...

7.4AI score0.00263EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:13 a.m.15 views

CVE-2022-49493 ASoC: rt5645: Fix errorenous cleanup order

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645i2cremove first cancel the &rt5645-jackdetectwork and delete the &rt5645-btnchecktimer latter. However, since the...

7.8CVSS5.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.32 views

CVE-2022-49493 ASoC: rt5645: Fix errorenous cleanup order

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645i2cremove first cancel the &rt5645-jackdetectwork and delete the &rt5645-btnchecktimer latter. However, since the...

0.00263EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:13 a.m.101 views

CVE-2022-49493

CVE-2022-49493: Linux kernel ASoC rt5645 cleanup order bug can cause use-after-free due to rt5645_i2c_remove() cancelling jack_detect_work before del_timer_sync, which may race with rt5645_btn_check_callback(). The fix moves del_timer_sync before cancel_delayed_work_sync, addressing the race. Con...

7.8CVSS6.4AI score0.00263EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.13 views

CVE-2022-49493

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645i2cremove first cancel the &rt5645-jackdetectwork and delete the &rt5645-btnchecktimer latter. However, since the...

7.8CVSS5.6AI score0.00263EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:12 a.m.10 views

CVE-2022-49419 video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fbinfo cleanup Commit b3c9a924aab6 "fbdev: vesafb: Cleanup fbinfo in .fbdestroy rather than .remove" fixed a use-after-free error due the vesafb driver freeing the fbinfo in th...

7.4AI score0.00262EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.25 views

CVE-2022-49419 video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fbinfo cleanup Commit b3c9a924aab6 "fbdev: vesafb: Cleanup fbinfo in .fbdestroy rather than .remove" fixed a use-after-free error due the vesafb driver freeing the fbinfo in th...

0.00262EPSS
SaveExploits0References4
Rows per page
Query Builder