Lucene search
+L

9838 matches found

OSV
OSV
added 2025/04/16 3:16 p.m.8 views

UBUNTU-CVE-2025-22089

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hwcounters outside of init net namespace Commit 467f432a521a "RDMA/core: Split port and device counter sysfs attributes" accidentally almost exposed hw counters to non-init net namespaces. It didn't expose...

7.8CVSS6.2AI score0.00198EPSS
SaveExploits0References40
OSV
OSV
added 2025/04/16 3:16 p.m.12 views

UBUNTU-CVE-2025-22116

In the Linux kernel, the following vulnerability has been resolved: idpf: check error for registernetdev on init Current init logic ignores the error code from registernetdev, which will cause WARNON on attempt to unregister it, if there was one, and there is no info for the user that the creatio...

5.5CVSS5.9AI score0.00188EPSS
SaveExploits0References21
ATTACKERKB
ATTACKERKB
added 2025/04/16 3:15 p.m.12 views

CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS6.9AI score0.00192EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/04/16 3:15 p.m.5 views

DEBIAN-CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/04/16 3:15 p.m.4 views

CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

5.5CVSS5.2AI score0.0027EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/04/16 3:15 p.m.8 views

DEBIAN-CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

5.5CVSS5.4AI score0.0027EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

UBUNTU-CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

8.8CVSS5.9AI score0.0027EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.24 views

CVE-2025-22119 wifi: cfg80211: init wiphy_work before allocating rfkill fails

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: init wiphywork before allocating rfkill fails syzbort reported a uninitialize wiphyworklock in cfg80211devfree. 1 After rfkill allocation fails, the wiphy release process will be performed, which will cause...

0.00178EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/16 2:13 p.m.12 views

CVE-2025-22119 wifi: cfg80211: init wiphy_work before allocating rfkill fails

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: init wiphywork before allocating rfkill fails syzbort reported a uninitialize wiphyworklock in cfg80211devfree. 1 After rfkill allocation fails, the wiphy release process will be performed, which will cause...

6.1AI score
SaveExploits0References10
CVE
CVE
added 2025/04/16 2:13 p.m.148 views

CVE-2025-22119

CVE-2025-22119 concerns the Linux kernel wireless stack. The issue occurs in cfg80211 where wiphy_work is not fully initialized before rfkill allocation, allowing cfg80211_dev_free to access uninitialized wiphy_work data via a race with the rfkill path. The root cause is an uninitialized wiphy_wo...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.22 views

CVE-2025-22116

In the Linux kernel, the following vulnerability has been resolved: idpf: check error for registernetdev on init Current init logic ignores the error code from registernetdev, which will cause WARNON on attempt to unregister it, if there was one, and there is no info for the user that the creatio...

5.5CVSS5.3AI score0.00188EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.32 views

CVE-2025-22116 idpf: check error for register_netdev() on init

In the Linux kernel, the following vulnerability has been resolved: idpf: check error for registernetdev on init Current init logic ignores the error code from registernetdev, which will cause WARNON on attempt to unregister it, if there was one, and there is no info for the user that the creatio...

0.00188EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.25 views

CVE-2025-22110 netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: Initialize ctx to avoid memory allocation error It is possible that ctx in nfqnlbuildpacketmessage could be used before it is properly initialize, which is only initialized by nfqnlgetsksecctx. This pat...

9.8CVSS0.00354EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.40 views

CVE-2025-22110

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: Initialize ctx to avoid memory allocation error It is possible that ctx in nfqnlbuildpacketmessage could be used before it is properly initialize, which is only initialized by nfqnlgetsksecctx. This pat...

9.8CVSS5.3AI score0.00354EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.98 views

CVE-2025-22110

Summary: CVE-2025-22110 affects the Linux kernel’s netfilter nfnetlink_queue component. The root cause is use of an uninitialized context variable (ctx/lsmctx) in nfqnl_build_packet_message(), which could be used before safe initialization; the patch initializes the lsmctx to a safe value at decl...

9.8CVSS6.4AI score0.00354EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22110 netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: Initialize ctx to avoid memory allocation error It is possible that ctx in nfqnlbuildpacketmessage could be used before it is properly initialize, which is only initialized by nfqnlgetsksecctx. This pat...

9.8CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.99 views

CVE-2025-22099

CVE-2025-22099 affects the Linux kernel (drm: xlnx: zynqmp_dpsub) where devm_kasprintf() can return NULL and the NULL result wasn’t checked in zynqmp_audio_init(), risking a NULL dereference. The fix adds a NULL check in zynqmp_audio_init() to avoid dereferencing null pointers. Astra Linux securi...

5.5CVSS6.6AI score0.00159EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/16 2:12 p.m.8 views

CVE-2025-22097 drm/vkms: Fix use after free and double free on init error

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8AI score0.00194EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.25 views

CVE-2025-22097 drm/vkms: Fix use after free and double free on init error

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

0.00194EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:12 p.m.160 views

CVE-2025-22097

CVE-2025-22097 affects the Linux kernel vkms (drm/vkms). The vulnerability is a use-after-free and potential double-free of the default_config pointer when driver init fails, because vkms_exit() may access an uninitialized/freed default_config. The fix: initialize default_config only if the drive...

7.8CVSS6.7AI score0.00194EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder