Lucene search
+L

13114 matches found

CVE
CVE
added 2025/06/18 11:01 a.m.76 views

CVE-2022-50048

The CVE-2022-50048 vulnerability concerns the Linux kernel netfilter nf_tables component. The issue is a module reference underflow in the error path when nft_expr_clone() fails: dst->ops is set, but the module refcount hasn’t been bumped yet, so nft_expr_destroy() can underflow. Affected area...

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:01 a.m.14 views

CVE-2022-50047 net: dsa: mv88e6060: prevent crash on an unused port

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6060: prevent crash on an unused port If the port isn't a CPU port nor a user port, 'cpudp' is a null pointer and a crash happened on dereferencing it in mv88e6060setupport: 9.575872 Unable to handle kernel NULL...

5.8AI score
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:01 a.m.8 views

CVE-2022-50046 net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()

In the Linux kernel, the following vulnerability has been resolved: net/sunrpc: fix potential memory leaks in rpcsysfsxprtstatechange The issue happens on some error handling paths. When the function fails to grab the object xprt, it simply returns 0, forgetting to decrease the reference count of...

6AI score
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:01 a.m.13 views

CVE-2022-50044 net: qrtr: start MHI channel after endpoit creation

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1 Such event may be dropped by qcommhiqrtrdlcallback at check: if !qdev...

5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.29 views

CVE-2022-50041 ice: Fix call trace with null VSI during VF reset

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

0.00201EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:01 a.m.88 views

CVE-2022-50040

CVE-2022-50040 affects the Linux kernel internal DSA path for sja1105 (net: dsa: sja1105). The vulnerability is a buffer overflow caused when an error occurs in dsa_devlink_region_create(), leading to a negative index (-1) access of priv->regions. The issue has been fixed in the cited commits,...

7.8CVSS7AI score0.0024EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/06/18 11:01 a.m.8 views

CVE-2022-50036 drm/sun4i: dsi: Prevent underflow when computing packet sizes

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:01 a.m.114 views

CVE-2022-50035

CVE-2022-50035 affects the Linux kernel DRM AMDGPU path. The issue is a use-after-free in amdgpu_bo_list mutex handling caused by double-unlocking of bo_list_mutex when amdgpu_cs_vm_handling returns non-zero, which can lead to a refcount underflow (as shown in the trace). The vulnerability is dem...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.84 views

CVE-2022-50031

CVE-2022-50031 is rejected/not used; does not represent an active vulnerability entry.

6.6AI score
SaveExploits0
OSV
OSV
added 2025/06/18 11:01 a.m.11 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:...

5.7AI score
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:01 a.m.22 views

CVE-2022-50028 gadgetfs: ep_io - wait until IRQ finishes

In the Linux kernel, the following vulnerability has been resolved: gadgetfs: epio - wait until IRQ finishes after usbepqueue if waitforcompletioninterruptible is interrupted we need to wait until IRQ gets finished. Otherwise complete from epiocomplete can corrupt stack...

7.8CVSS6AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:01 a.m.97 views

CVE-2022-50028

CVE-2022-50028 affects gadgetfs ep_io in the Linux kernel (drivers/usb/gadget/legacy/inode.c). After usb_ep_queue(), if wait_for_completion_interruptible() is interrupted, code must wait for IRQ completion; otherwise epio_complete() may corrupt the stack. The vulnerability is fixed in the Linux k...

7.8CVSS6.5AI score0.00175EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.87 views

CVE-2022-50027

CVE-2022-50027 is a Linux kernel issue affecting the SCSI lpfc path, where a missing free for the iocbq on failure to issue the CMF WQE can cause a memory leak. The root cause is that if lpfc_sli4_issue_wqe fails (ret_val non-zero), the iocbq request structure is not consistently freed, leading t...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.97 views

CVE-2022-50026

CVE-2022-50026 concerns a Linux kernel vulnerability where the NIC queue offset calculation could shift out of bounds during NIC queue validation. The root cause is related to how habanalabs/gaudi handling interacts with NIC queues, leading to potential out-of-bounds access. The CVSS metrics indi...

7.1CVSS6.6AI score0.00168EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:01 a.m.14 views

CVE-2022-50026 habanalabs/gaudi: fix shift out of bounds

In the Linux kernel, the following vulnerability has been resolved: habanalabs/gaudi: fix shift out of bounds When validating NIC queues, queue offset calculation must be performed only for NIC queues...

6.1AI score
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:01 a.m.54 views

CVE-2022-50025

CVE-2022-50025 affects the Linux kernel. It fixes a memory leak in an error path: bitmap_zalloc() allocated in afu_allocate_irqs() must be balanced with a corresponding bitmap_free() in the error handling path. The issue was resolved by correcting the memory management in the afu_allocate_irqs() ...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.85 views

CVE-2022-50024

CVE-2022-50024 affects the Linux kernel DMA engine (dmaengine) dw-axi-dmac. The issue occurs when axi_chan_dump_lli() is given a NULL LLI pointer, which can trigger an OOPS by attempting to read fields from a NULL structure. The fix is to print a NULL LLI and exit instead of dereferencing it. Aff...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:01 a.m.5 views

CVE-2022-50023 dmaengine: dw-axi-dmac: ignore interrupt if no descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchannextdesc in the handler axichanblockxfercomplete to avoid...

6AI score
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:01 a.m.6 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...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:01 a.m.124 views

CVE-2022-50020

CVE-2022-50020 affects the Linux kernel ext4 filesystem: the patch prevents online resizing to an unaligned/partial cluster boundary. The issue could cause the last resize iteration to grow the filesystem by a negative amount, tripping a BUG_ON and leaving the in-memory superblock corrupted. Conn...

5.5CVSS6.3AI score0.00166EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder