Lucene search
+L

8029 matches found

CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50118

CVE-2022-50118 describes a Linux kernel issue in the PowerPC perf PMU path. A new pmi_irq_pending check in hw_irq.h is used by power_pmu_disable to warn if PMI is pending when no counter overflows. The patch set removes the WARN_ON for PMI in this scenario and adds an optimization to clear pendin...

5.5CVSS6.6AI score0.00159EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/06/18 11:2 a.m.12 views

CVE-2022-50118 powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable

In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Optimize clearing the pending PMI and remove WARNON for PMI check in powerpmudisable commit 2c9ac51b850d "powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC" added a new function...

6AI score
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:2 a.m.10 views

CVE-2022-50115 ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-topology: Prevent double freeing of ipccontroldata via loadbytes We have sanity checks for byte controls and if any of the fail the locally allocated scontrol-ipccontroldata is freed up, but not set to NULL. On a...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:2 a.m.9 views

CVE-2022-50112 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcomsmd: Fix refcount leak in qcomsmdparseedge ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

6AI score
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:2 a.m.9 views

CVE-2022-50105 powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: Fix refcount leak in spufsinitisolatedloader offindnodebypath returns remote device nodepointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:2 a.m.123 views

CVE-2022-50100

CVE-2022-50100 affects the Linux kernel sched/core: Do not requeue a task on a CPU excluded from cpus_mask. The issue arises from a ttwu wakeup optimization that could queue a task on the wrong CPU, triggering an early-boot warning on large machines. The commit c6e7bd7afaeb implements a fix by en...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.13 views

CVE-2022-50085 dm raid: fix address sanitizer warning in raid_resume

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raidresume There is a KASAN warning in raidresume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev-raiddisks is greater than rs-raiddisks, so the loop...

0.0017EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:2 a.m.124 views

CVE-2022-50066

Summary: CVE-2022-50066 affects the Linux kernel’s net/atlantic driver (Aquantia) where the final iteration of a for loop can dereference an out-of-bounds aq_vec entry, causing a UBSAN array-index-out-of-bounds condition. The issue manifests as index 8 being out of range for aq_vec_s *[8] in aq_n...

7.8CVSS6.5AI score0.00169EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/06/18 11:2 a.m.30 views

CVE-2022-50063

CVE-2022-50063 is a Linux kernel issue affecting the DSA felix driver, where dsa_tree_notify handling can cause repeated tagging-protocol changes and lead to a kernel crash. The root cause is described as suppressing non-changes to the tagging protocol in felix_change_tag_protocol(), which can tr...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:2 a.m.6 views

CVE-2022-50060 octeontx2-af: Fix mcam entry resource leak

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix mcam entry resource leak The teardown sequence in FLR handler returns if no NIX LF is attached to PF/VF because it indicates that graceful shutdown of resources already happened. But there is a chance of all...

6AI score
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:1 a.m.97 views

CVE-2022-50039

The CVE-2022-50039 entry concerns the Linux kernel’s stmmac Intel dwmac driver. The vulnerability arises from a missing clk_disable_unprepare() call in intel_eth_pci_remove(), introduced by earlier clock-handling changes and related removals in commits such as 09f012e64e4b and ac322f86b56c, which...

5.5CVSS6.4AI score0.00202EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.18 views

CVE-2022-50029 clk: qcom: ipq8074: dont disable gcc_sleep_clk_src

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gccsleepclksrc Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that it cannot be disabled and trying to do so produces:...

0.0016EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.14 views

CVE-2022-50021 ext4: block range must be validated before use in ext4_mb_clear_bb()

In the Linux kernel, the following vulnerability has been resolved: ext4: block range must be validated before use in ext4mbclearbb Block range to free is validated in ext4freeblocks using ext4inodeblockvalid and then it's passed to ext4mbclearbb. However in some situations on bigalloc file syste...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:0 a.m.9 views

CVE-2022-49991 mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page-mapping in hugetlbmcopyatomicpte In MCOPYATOMICCONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But hugepageaddnewanonrmap is called for them mistakenly...

7.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:0 a.m.19 views

CVE-2022-49988

Mode C: The connected PT-2025-25914 entry documents a Linux kernel vulnerability in the binder_alloc path related to missing mmap read lock calls when using the VMA. Specifically, mmap_read_lock() is not taken in binder_alloc_print_pages() and during checks in binder_alloc_new_buf_locked(), with ...

6.5AI score
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.22 views

CVE-2022-49983 udmabuf: Set the DMA mask for the udmabuf device (v2)

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device v2 If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU as reported by syzbot here: WARNING: CPU: 1 PID:...

0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:0 a.m.15 views

CVE-2022-49972 xsk: Fix corrupted packets for XDP_SHARED_UMEM

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

7.8CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 11:0 a.m.125 views

CVE-2022-49969

CVE-2022-49969 : In the Linux kernel, the drm/amd/display driver vulnerability “clear optc underflow before turn off odm clock” is fixed. After ODM clock off, the optc underflow bit could remain and clearing it before clock-off was ineffective. The fix adds a clear operation to reset this bit whe...

7.8CVSS6.5AI score0.00239EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/06/18 11:0 a.m.10 views

CVE-2022-49969 drm/amd/display: clear optc underflow before turn off odm clock

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock Why After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that before clock off. How Clear that if have when clock o...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/06/18 11:0 a.m.97 views

CVE-2022-49961

Technical details about CVE-2022-49961 are not publicly provided in the supplied documents. No vendor/product specifics or impact are disclosed here. Monitor for updates from EulerOS/kernel advisories and OpenVAS/Nessus entries referencing this CVE.

7.1CVSS6.4AI score0.00222EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder