Lucene search
K

4630 matches found

RedhatCVE
RedhatCVE
•added 2025/06/20 9:59 a.m.•8 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.00205EPSS
Exploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 9:49 a.m.•10 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.00179EPSS
Exploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/20 12:12 a.m.•5 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.00148EPSS
Exploits0References4
RedhatCVE
RedhatCVE
•added 2025/06/19 8:53 p.m.•4 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.00216EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/06/19 3:39 a.m.•3 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.00197EPSS
Exploits0References9
NVD
NVD
•added 2025/06/18 11:15 a.m.•3 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.00205EPSS
Exploits0References8
NVD
NVD
•added 2025/06/18 11:15 a.m.•6 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.00209EPSS
Exploits0References8
NVD
NVD
•added 2025/06/18 11:15 a.m.•5 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.00154EPSS
Exploits0References7
NVD
NVD
•added 2025/06/18 11:15 a.m.•4 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.0015EPSS
Exploits0References5
NVD
NVD
•added 2025/06/18 11:15 a.m.•8 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.00155EPSS
Exploits0References4
NVD
NVD
•added 2025/06/18 11:15 a.m.•9 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.00154EPSS
Exploits0References3
NVD
NVD
•added 2025/06/18 11:15 a.m.•6 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.00156EPSS
Exploits0References7
NVD
NVD
•added 2025/06/18 11:15 a.m.•11 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...

7CVSS0.00142EPSS
Exploits0References2
NVD
NVD
•added 2025/06/18 11:15 a.m.•4 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.0015EPSS
Exploits0References8
CVE
CVE
•added 2025/06/18 11:4 a.m.•79 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.002EPSS
Exploits0References9Affected Software1
OSV
OSV
•added 2025/06/18 11:3 a.m.•5 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.5CVSS5.9AI score0.0019EPSS
Exploits0References10
Cvelist
Cvelist
•added 2025/06/18 11:3 a.m.•23 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.00197EPSS
Exploits0References4
CVE
CVE
•added 2025/06/18 11:3 a.m.•92 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.00197EPSS
Exploits0References4Affected Software1
OSV
OSV
•added 2025/06/18 11:3 a.m.•10 views

CVE-2022-50200 selinux: Add boundary check in put_entry()

In the Linux kernel, the following vulnerability has been resolved: selinux: Add boundary check in putentry Just like nextentry, boundary check is necessary to prevent memory out-of-bound access...

7.1CVSS6AI score0.00209EPSS
Exploits0References11
OSV
OSV
•added 2025/06/18 11:3 a.m.•6 views

CVE-2022-50198 ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix refcount leak in omap3xxxprmlateinit 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.5CVSS5.9AI score0.00198EPSS
Exploits0References10
Rows per page
Query Builder