Lucene search
+L

13164 matches found

RedhatCVE
RedhatCVE
added 2025/06/19 11:58 p.m.9 views

CVE-2022-50038

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in mesonvpuhasavailableconnectors In this function, there are two refcount leak bugs: 1 when breaking out of foreachendpointofnode, we need call the ofnodeput for the 'ep'; 2 we should call ofnodeput...

5.5CVSS7.3AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 11:48 p.m.9 views

CVE-2022-50040

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105setupdevlinkregions If an error occurs in dsadevlinkregioncreate, then 'priv-regions' array will be accessed by negative index '-1'. Found by Linux Verification Center...

7CVSS7.8AI score0.00254EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 11:23 p.m.9 views

CVE-2022-49964

In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fwlevel Though acpifindlastcachelevel always returned signed value and the document states it will return any errors caused by lack of a PPTT table, it...

7CVSS6.7AI score0.00195EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 11:03 p.m.12 views

CVE-2022-50223

In the Linux kernel, the following vulnerability has been resolved: LoongArch: cpuinfo: Fix a warning for CONFIGCPUMASKOFFSTACK When CONFIGCPUMASKOFFSTACK and CONFIGDEBUGPERCPUMAPS is selected, cpumaxbitswarn generates a runtime warning similar as below while we show /proc/cpuinfo. Fix this by...

7CVSS7.2AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 10:38 p.m.14 views

CVE-2022-50221

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage...

7CVSS7.4AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 10:18 p.m.9 views

CVE-2022-50224

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT Treat the NX bit as valid when using NPT, as KVM will set the NX bit when the NX huge page mitigation is enabled mindblowing and trigger the WARN that fires on reserved SPTE bits...

7CVSS6AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 9:53 p.m.6 views

CVE-2022-50161

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in offlashprobeversatile offindmatchingnodeandmatch 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.5CVSS7.1AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 9:43 p.m.7 views

CVE-2022-50056

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix missing iop in ntfsreadmft There is null pointer dereference because iop == NULL. The bug happens because we don't initialize iop for records in $Extend...

7CVSS7.2AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 9:03 p.m.9 views

CVE-2022-50043

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndiscrouterdiscovery The issue happens on specific paths in the function. After both the object rt and neigh are grabbed successfully, when lifetime is nonzero but the metric needs change, the...

5.5CVSS7.2AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 8:33 p.m.8 views

CVE-2022-50058

In the Linux kernel, the following vulnerability has been resolved: vdpasimblk: set number of address spaces and virtqueue groups Commit bda324fd037a "vdpasim: control virtqueue support" added two new fields nas, ngroups to vdpasimdevattr, but we forgot to initialize them for vdpasimblk. When...

7CVSS7AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 8:28 p.m.9 views

CVE-2022-50082

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

5.5CVSS7.3AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 7:48 p.m.12 views

CVE-2022-50137

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a window for use-after-free During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdmacqfreersrc. Fix this by moving the call to irdmacqfreersrc after the...

7CVSS7.2AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 7:29 p.m.12 views

CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

4.2CVSS7.2AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 6:13 p.m.9 views

CVE-2022-50010

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: i740fb: Check the argument of i740calcvclk Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug. If the user provides an improper...

7CVSS7.1AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 5:44 p.m.3 views

CVE-2022-50197

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynqgetrevision offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS7.1AI score0.00224EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.18 views

CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS0.00186EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50222

In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcsread 1, for buffer can be read immediately after resize operation. Initialize buffer using kzalloc. ---------- include include include include int...

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

CVE-2022-50223

In the Linux kernel, the following vulnerability has been resolved: LoongArch: cpuinfo: Fix a warning for CONFIGCPUMASKOFFSTACK When CONFIGCPUMASKOFFSTACK and CONFIGDEBUGPERCPUMAPS is selected, cpumaxbitswarn generates a runtime warning similar as below while we show /proc/cpuinfo. Fix this by...

5.5CVSS0.00177EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-50212

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not allow CHAINID to refer to another table When doing lookups for chains on the same batch by using its ID, a chain from a different table can be used. If a rule is added to a table but refers to a chain ...

7.8CVSS0.00213EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.15 views

CVE-2022-50218

In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028remove The driver use the non-managed form of the register function in isl29028remove. To keep the release order as mirroring the ordering in probe, the driver should use non-manag...

5.5CVSS0.00214EPSS
SaveExploits0References8
Rows per page
Query Builder