Lucene search
+L

5012 matches found

RedhatCVE
RedhatCVE
•added 2025/06/21 4:18 a.m.•11 views

CVE-2025-38055

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix segfault with PEBS-via-PT with samplefreq Currently, using PEBS-via-PT with a sample frequency instead of a sample period, causes a segfault. For example: BUG: kernel NULL pointer dereference, address:...

7CVSS7.1AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 10:15 a.m.•11 views

CVE-2022-50126

A flaw was found in the jbd2 module in the Linux kernel. An assertion failure can be triggered when a specific sequence of transactions and operations is performed due to incorrect synchronization, potentially resulting in a denial of service...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 9:59 a.m.•13 views

CVE-2022-49987

In the Linux kernel, the following vulnerability has been resolved: md: call mdstopwrites in mdstop From the link 1, we can see raid1d was running even after the path raiddtr - mdstop - mdstop. Let's stop write first in destructor to align with normal md-raid to fix the KASAN issue. 1...

4.7CVSS7.2AI score0.00217EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 9:49 a.m.•16 views

CVE-2022-50050

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in the buffer overflow although it's...

7CVSS7.8AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 12:12 a.m.•11 views

CVE-2022-50166

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 "Bluetooth: Call drainworkqueue before resetting...

7CVSS7.2AI score0.00158EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/19 8:53 p.m.•10 views

CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

3.3CVSS7.2AI score0.00228EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/06/19 3:39 a.m.•9 views

SUSE CVE-2022-50201

In the Linux kernel, the following vulnerability has been resolved: selinux: fix memleak in securityreadstatekernel In this function, it directly returns the result of securityreadpolicy without freeing the allocated memory in data, cause memory leak issue, so free the memory if securityreadpolic...

4.4CVSS6.3AI score0.0021EPSS
SaveExploits0References9
NVD
NVD
•added 2025/06/18 11:15 a.m.•7 views

CVE-2022-50191

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS0.00217EPSS
SaveExploits0References8
NVD
NVD
•added 2025/06/18 11:15 a.m.•13 views

CVE-2022-50173

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Fix global state lock backoff We need to grab the lock after the early return for !hwpipe case. Otherwise, we could have hit contention yet still returned 0. Fixes an issue that the new CONFIGDRMDEBUGMODESETLOCK stu...

5.5CVSS0.00164EPSS
SaveExploits0References7
NVD
NVD
•added 2025/06/18 11:15 a.m.•11 views

CVE-2022-50174

In the Linux kernel, the following vulnerability has been resolved: net: hinic: avoid kernel hung in hinicgetstats64 When using hinic device as a bond slave device, and reading device stats of master bond device, the kernel may hung. The kernel panic calltrace as follows: Kernel panic - not...

5.5CVSS0.00159EPSS
SaveExploits0References5
NVD
NVD
•added 2025/06/18 11:15 a.m.•18 views

CVE-2022-50169

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use...

7.1CVSS0.00222EPSS
SaveExploits0References8
NVD
NVD
•added 2025/06/18 11:15 a.m.•18 views

CVE-2022-50144

In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when unbinding codec drivers, e.g. with the following...

5.5CVSS0.00165EPSS
SaveExploits0References4
NVD
NVD
•added 2025/06/18 11:15 a.m.•20 views

CVE-2022-50060

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

5.5CVSS0.00164EPSS
SaveExploits0References3
NVD
NVD
•added 2025/06/18 11:15 a.m.•14 views

CVE-2022-50029

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.5CVSS0.00166EPSS
SaveExploits0References7
NVD
NVD
•added 2025/06/18 11:15 a.m.•26 views

CVE-2022-50014

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix FOLLFORCE COW security issue and remove FOLLCOW Ever since the Dirty COW CVE-2016-5195 security issue happened, we know that FOLLFORCE can be possibly dangerous, especially if there are races that can be exploited by...

7.8CVSS0.00153EPSS
SaveExploits2References2
NVD
NVD
•added 2025/06/18 11:15 a.m.•8 views

CVE-2022-49936

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...

5.5CVSS0.00161EPSS
SaveExploits0References8
CVE
CVE
•added 2025/06/18 11:04 a.m.•109 views

CVE-2022-50229

CVE-2022-50229 is a Linux kernel vulnerability in the ALSA bcd2000 driver. The issue is a use-after-free (UAF) bug that occurs on the error path during probing: when snd_card_register() fails, the driver frees midi_out_urb before it is killed, enabling a UAF condition. The observed log pattern me...

7.8CVSS6.5AI score0.00211EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2025/06/18 11:03 a.m.•11 views

CVE-2022-50209 meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init

In the Linux kernel, the following vulnerability has been resolved: meson-mx-socinfo: Fix refcount leak in mesonmxsocinfoinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.9AI score
SaveExploits0References10
Cvelist
Cvelist
•added 2025/06/18 11:03 a.m.•34 views

CVE-2022-50201 selinux: fix memleak in security_read_state_kernel()

In the Linux kernel, the following vulnerability has been resolved: selinux: fix memleak in securityreadstatekernel In this function, it directly returns the result of securityreadpolicy without freeing the allocated memory in data, cause memory leak issue, so free the memory if securityreadpolic...

0.0021EPSS
SaveExploits0References4
CVE
CVE
•added 2025/06/18 11:03 a.m.•102 views

CVE-2022-50201

CVE-2022-50201 affects the Linux kernel SELinux path: memleak in security_read_state_kernel() where the function returns the result of __security_read_policy without freeing allocated memory in *data. This memory leak occurs when __security_read_policy fails. The issue is addressed by freeing the...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder