Lucene search
+L

6722 matches found

UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22072

In the Linux kernel, the following vulnerability has been resolved: spufs: fix gang directory lifetimes prior to "POWERPC spufs: Fix gang destroy leaks" we used to have a problem with gang lifetimes - creation of a gang returns opened gang directory, which normally gets removed when that gets...

7.8CVSS6.1AI score0.00204EPSS
SaveExploits0References25
NVD
NVD
added 2025/04/16 3:15 p.m.17 views

CVE-2025-22039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS0.0068EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.10 views

CVE-2025-22037

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in allocpreauthhash The Client send malformed smb2 negotiate request. ksmbd return error response. Subsequently, the client can send smb2 session setup even thought conn-preauthinfo is not...

7.5CVSS6AI score0.66418EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.8 views

CVE-2025-22040

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix session use-after-free in multichannel connection There is a race condition between session setup and ksmbdsessionsderegister. The session can be freed before the connection is added to channel list of session. This...

8.8CVSS6.1AI score0.00662EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.12 views

CVE-2025-22056

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfttunnel: fix geneveopt type confusion addition When handling multiple NFTATUNNELKEYOPTSGENEVE attributes, the parsing logic should place every geneveopt structure one by one compactly. Hence, when deciding the next...

7.8CVSS6.2AI score0.00307EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.7 views

CVE-2025-22053

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make vethpoolstore stop hanging v2: - Created a single error handling unlock and exit in vethpoolstore - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnlmutex to synchronize...

5.5CVSS6AI score0.00147EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.4 views

CVE-2025-22046

In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Harden uretprobe syscall trampoline check Jann reported a possible issue when trampolinecheckip returns address near the bottom of the address space that is allowed to call into the syscall if uretprobes are not set...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/04/16 3:15 p.m.9 views

CVE-2025-22033

In the Linux kernel, the following vulnerability has been resolved: arm64: Don't call NULL in docompatalignmentfixup doalignmentt32tohandler only fixes up alignment faults for specific instructions; it returns NULL otherwise e.g. LDREX. When that's the case, signal to the caller that it needs to...

5.5CVSS6.1AI score0.00195EPSS
SaveExploits0References25
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.23 views

CVE-2025-23134

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Don't take registermutex with copyfrom/touser The infamous mmaplock taken in copyfrom/touser can be often problematic when it's called inside another mutex, as they might lead to deadlocks. In the case of ALSA timer...

5.5CVSS5.3AI score0.00141EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22106

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: unregister xdp rxq info in the reset path vmxnet3 does not unregister xdp rxq info in the vmxnet3resetwork code path as vmxnet3rqdestroy is not invoked in this code path. So, we get below message with a backtrace. Missin...

5.5CVSS5.1AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.33 views

CVE-2025-22098 drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix a deadlock in zynqmpdpignorehpdset Instead of attempting the same mutex twice, lock and unlock it. This bug has been detected by the Clang thread-safety analyzer...

0.00145EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/16 2:12 p.m.109 views

CVE-2025-22098

CVE-2025-22098 affects the Linux kernel’s DRM for ZynqMP DP. The issue is a deadlock in zynqmp_dp_ignore_hpd_set caused by attempting to lock the same mutex twice; the fix is to lock and unlock it properly (instead of locking twice). The vulnerability was identified by the Clang thread-safety ana...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/04/16 2:12 p.m.169 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.0021EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.34 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

0.00163EPSS
SaveExploits0References2
OSV
OSV
added 2025/04/16 2:12 p.m.12 views

CVE-2025-22094 powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu'

In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix ref-counting on the PMU 'vpapmu' Commit 176cda0619b6 "powerpc/perf: Add perf interface to expose vpa counters" introduced 'vpapmu' to expose Book3s-HV nested APIv2 provided L1L2 context switch latency counters t...

7.3CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.38 views

CVE-2025-22092 PCI: Fix NULL dereference in SR-IOV VF creation error path

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

0.00191EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/16 2:12 p.m.158 views

CVE-2025-22090

CVE-2025-22090 concerns the Linux kernel’s x86 PAT handling in copy_page_range() during fork() failure. The issue arises when track_pfn_copy() fails and the maple tree contains the dst VMA; on cleanup, untrack_pfn() may read PAT information from a non-copied page table, causing a fault. The docum...

7.3CVSS6AI score0.00203EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.12 views

CVE-2025-22086

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

8.8CVSS5.7AI score0.00278EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.109 views

CVE-2025-22082

CVE-2025-22082 affects the Linux kernel IIO subsystem: iio_backend_debugfs_write_reg() could pass an uninitialized stack buffer to sscanf() due to missing NULL termination. The root cause is a stack buffer not guaranteed to be 0-initialized, leading to potential uncontrolled reads. The vulnerabil...

5.5CVSS6.7AI score0.00193EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.23 views

CVE-2025-22052 staging: gpib: Fix Oops after disconnect in ni_usb

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in niusb If the usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the businterface is set to NULL on disconnect. This problem was introduced by...

0.00191EPSS
SaveExploits0References3
Rows per page
Query Builder