Lucene search
+L

6306 matches found

Debian CVE
Debian CVE
added 2024/05/21 3:4 p.m.23 views

CVE-2021-47411

Removed by vendor...

5.3AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.23 views

CVE-2021-47398 RDMA/hfi1: Fix kernel pointer leak

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer...

6.4AI score0.00208EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.22 views

CVE-2021-47395 mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap

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...

6.8AI score0.0024EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.36 views

CVE-2021-47396 mac80211-hwsim: fix late beacon hrtimer handling

In the Linux kernel, the following vulnerability has been resolved: mac80211-hwsim: fix late beacon hrtimer handling Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx that our handling of the hrtimer here is wrong: If the timer fires late e.g. due to vCPU scheduling, as reported b...

6.5AI score0.00239EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.12 views

CVE-2021-47391

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdmaaddrcancel happens before issuing more requests The FSM can run in a circle allowing rdmaresolveip to be called twice on the same idpriv. While this cannot happen without going through the work, it violates t...

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

CVE-2021-47390 KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix stack-out-of-bounds memory access from ioapicwriteindirect KASAN reports the following issue: BUG: KASAN: stack-out-of-bounds in kvmmakevcpusrequestmask+0x174/0x440 kvm Read of size 8 at addr ffffc9001364f638 by tas...

6.8AI score0.00259EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:3 p.m.99 views

CVE-2021-47388

In the Linux kernel, CVE-2021-47388 affects mac80211 within CCMP/GCMP RX, where PN checking for fragmentation could use a stale hdr reference after a potential reallocation, leading to a use-after-free. The fix reloads the PN/hdr after the reallocating code path to ensure the PN is checked agains...

7.8CVSS6.9AI score0.00242EPSS
SaveExploits0References8Affected Software1
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
CVE
CVE
added 2024/05/21 3:3 p.m.98 views

CVE-2021-47381

The CVE-2021-47381 vulnerability is addressed in the Linux kernel under the ASoC: SOF component. The issue involved the DSP oops stack dump output contents, with the fix targeting the @buf argument passed to hex_dump_to_buffer() and the stack address used in the dump error output. The patch preve...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.42 views

CVE-2021-47381

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Fix DSP oops stack dump output contents Fix @buf arg given to hexdumptobuffer and stack address used in dump error output...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.36 views

CVE-2021-47378

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS7.5AI score0.01166EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.24 views

CVE-2021-47376 bpf: Add oversize check before call kvcalloc()

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc Commit 7661809d493b "mm: don't allow oversized kvmalloc calls" add the oversize check. When the allocation is larger than what kmalloc supports, the following warning triggered: WARNIN...

6.5AI score0.00254EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.33 views

CVE-2021-47374

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, causing spam to the kernel's printk buffer and...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.11 views

CVE-2021-47373 irqchip/gic-v3-its: Fix potential VPE leak on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

6.7AI score0.00251EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.30 views

CVE-2021-47372 net: macb: fix use after free on rmmod

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod platdev-dev-platformdata is released by platformdeviceunregister, use of pclk and hclk is a use-after-free. Since device unregister won't need a clk device we adjust the function call sequen...

6.6AI score0.00242EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.43 views

CVE-2021-47372

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod platdev-dev-platformdata is released by platformdeviceunregister, use of pclk and hclk is a use-after-free. Since device unregister won't need a clk device we adjust the function call sequen...

7.8CVSS6.9AI score0.00242EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.51 views

CVE-2021-47369

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix NULL deref in qethclearworkingpoollist When qethsetonline calls qethclearworkingpoollist to roll back after an error exit from qethhardsetupcard, we are at risk of accessing card-qdio.inq before it was allocated by...

5.5CVSS6.9AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.30 views

CVE-2021-47368 enetc: Fix illegal access when reading affinity_hint

In the Linux kernel, the following vulnerability has been resolved: enetc: Fix illegal access when reading affinityhint irqsetaffinityhit stores a reference to the cpumaskt parameter in the irq descriptor, and that reference can be accessed later from irqaffinityhintprocshow. Since the cpumask...

6.2AI score0.00936EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:3 p.m.99 views

CVE-2021-47368

CVE-2021-47368 concerns a Linux kernel vulnerability in enetc where irq_set_affinity_hit() stores a cpumask_t reference in an irq descriptor, referencing memory on the stack. This leads to illegal accesses when the affinity_hint is read via procfs, potentially causing paging oops. The issue is mi...

8.1CVSS8.3AI score0.00936EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.27 views

CVE-2021-47365 afs: Fix page leak

In the Linux kernel, the following vulnerability has been resolved: afs: Fix page leak There's a loop in afsextendwriteback that adds extra pages to a write we want to make to improve the efficiency of the writeback by making it larger. This loop stops, however, if we hit a page we can't write ba...

6.5AI score0.00208EPSS
SaveExploits0References2
Rows per page
Query Builder