Lucene search
+L

1736 matches found

Cvelist
Cvelist
added 2024/05/21 3:4 p.m.30 views

CVE-2021-47418 net_sched: fix NULL deref in fifo_set_limit()

In the Linux kernel, the following vulnerability has been resolved: netsched: fix NULL deref in fifosetlimit syzbot reported another NULL deref in fifosetlimit 1 I could repro the issue with : unshare -n tc qd add dev lo root handle 1:0 tbf limit 200000 burst 70000 rate 100Mbit tc qd replace dev ...

6.2AI score0.00234EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 3:4 p.m.20 views

CVE-2021-47410 drm/amdkfd: fix svm_migrate_fini warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

6.8AI score0.00208EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:4 p.m.41 views

CVE-2021-47410 drm/amdkfd: fix svm_migrate_fini warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

6.4AI score0.00208EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.47 views

CVE-2021-47395

In the Linux kernel, the following vulnerability has been resolved: mac80211: limit injected vht mcs/nss in ieee80211parsetxradiotap Limit max values for vht mcs and nss in ieee80211parsetxradiotap routine in order to fix the following warning reported by syzbot: WARNING: CPU: 0 PID: 10717 at...

5.5CVSS7.2AI score0.0024EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.21 views

CVE-2021-47387 cpufreq: schedutil: Use kobject release() method to free sugov_tunables

In the Linux kernel, the following vulnerability has been resolved: cpufreq: schedutil: Use kobject release method to free sugovtunables The struct sugovtunables is protected by the kobject, so we can't free it directly. Otherwise we would get a call trace like this: ODEBUG: free active active...

6.9AI score0.00251EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.23 views

CVE-2021-47387

In the Linux kernel, the following vulnerability has been resolved: cpufreq: schedutil: Use kobject release method to free sugovtunables The struct sugovtunables is protected by the kobject, so we can't free it directly. Otherwise we would get a call trace like this: ODEBUG: free active active...

5.5CVSS6.8AI score0.00251EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.44 views

CVE-2021-47309

In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate-data before returning from skbtunnelinfo skbtunnelinfo returns pointer of lwtstate-data as iptunnelinfo type without validation. lwtstate-data can have various types such as mplsiptunnelencap, etc and these...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47309 net: validate lwtstate->data before returning from skb_tunnel_info()

In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate-data before returning from skbtunnelinfo skbtunnelinfo returns pointer of lwtstate-data as iptunnelinfo type without validation. lwtstate-data can have various types such as mplsiptunnelencap, etc and these...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.12 views

CVE-2021-47299 xdp, net: Fix use-after-free in bpf_xdp_link_release

In the Linux kernel, the following vulnerability has been resolved: xdp, net: Fix use-after-free in bpfxdplinkrelease The problem occurs between devgetbyindex and devxdpattachlink. At this point, devxdpuninstall is called. Then xdp link will not be detached automatically when dev is released. But...

6.7AI score0.00226EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.28 views

CVE-2021-47284

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in njprobe: 'njsetup' in netjet.c might fail with -EIO and in this case 'card-irq' is initialized and is bigger than zero. A subsequent call to 'njrelease' will free the irq that has not been...

4.7CVSS6.6AI score0.00226EPSS
SaveExploits0
NVD
NVD
added 2024/05/20 10:15 a.m.20 views

CVE-2024-35957

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARNON in iommu probe path Commit 1a75cc710b95 "iommu/vt-d: Use rbtree to track iommu probed devices" adds all devices probed by the iommu driver in a rbtree indexed by the source ID of each device. It assumes tha...

5.9CVSS6.5AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/20 9:48 a.m.155 views

CVE-2024-36007

The CVE-2024-36007 issue relates to the Linux kernel mlxsw spectrum_acl_tcam rehash process. The problem was that on error the chunk marker was reset while entry markers remained relative to it, risking resuming migration from an entry not in the current chunk and causing a chunk to be processed ...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.19 views

CVE-2024-36006 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix incorrect list API usage Both the function that migrates all the chunks within a region and the function that migrates all the entries within a chunk call listfirstentry on the respective lists without...

6.8AI score0.00226EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.22 views

CVE-2024-36007 mlxsw: spectrum_acl_tcam: Fix warning during rehash

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/20 9:48 a.m.35 views

CVE-2024-36004 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQMEMRECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in checkflushdependency is being triggered. This seems to be...

5.9AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.34 views

CVE-2024-35990 dma: xilinx_dpdma: Fix locking

In the Linux kernel, the following vulnerability has been resolved: dma: xilinxdpdma: Fix locking There are several places where either chan-lock or chan-vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like 31.077578 ------------ cut here ------------ 31.077831...

7.8CVSS5.4AI score0.00212EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/20 9:41 a.m.173 views

CVE-2024-35957

The CVE-2024-35957 vuln in the Linux kernel/IOMMU VT-d path arises from probing code that tracked all probed devices in an rbtree by source ID, assuming uniqueness that VT-d does not guarantee. The fix, per the linked advisories, is to only track devices that have PCI ATS capabilities in the iomm...

5.9CVSS6.7AI score0.00196EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/05/19 11:15 a.m.22 views

CVE-2024-35932

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane-state-fb == state-fb Currently, when using non-blocking commits, we can see the following kernel warning: 110.908514 ------------ cut here ------------ 110.908529 refcountt: underflow; use-after-free...

7.8CVSS6.4AI score0.00212EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/19 8:35 a.m.169 views

CVE-2024-35913

CVE-2024-35913 affects the Linux kernel’s wifi driver: the iwlwifi/mvm code incorrectly selects the mac_id vs link_id in struct iwl_mvm_session_prot_notif depending on the SESSION_PROTECTION_NOTIF version, triggering kernel warnings in time-event.c. The issue has a concrete fix in the referenced ...

7.1CVSS6.7AI score0.00224EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.18 views

CVE-2024-35853

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix memory leak during rehash The rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in the region and in each...

6.4CVSS6.4AI score0.00728EPSS
SaveExploits0References27
Rows per page
Query Builder