Lucene search
+L

1566 matches found

UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49244

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192mt6359devprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49308

In the Linux kernel, the following vulnerability has been resolved: extcon: Modify extcon device to be created after driver data is set Currently, someone can invoke the sysfs such as stateshow intermittently before devsetdrvdata is done. And it can be a cause of kernel Oops because of edev is Nu...

5.5CVSS6AI score0.00284EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.9 views

CVE-2022-49330

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcpmtupprobesuccess vs wrong sndcwnd syzbot got a new report 1 finally pointing to a very old bug, added in initial support for MTU probing. tcpmtuprobe has checks about starting an MTU probe if tcpsndcwndtp = 11. But...

7.5CVSS5.8AI score0.00817EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49525

In the Linux kernel, the following vulnerability has been resolved: media: cx25821: Fix the warning when removing the module When removing the module, we will get the following warning: 14.746697 removeprocentry: removing non-empty directory 'irq/21', leaking at least 'cx258211' 14.747449 WARNING...

5.5CVSS6.3AI score0.0027EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49532

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: fix NULL pointer dereference in virtiogpuconngetmodes drmcvtmode may return NULL and we should check it. This bug is found by syzkaller: FAULTINJECTION stacktrace: 168.567394 FAULTINJECTION: forcing a failure. name...

5.5CVSS6.3AI score0.00324EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.9 views

CVE-2022-49710

In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITSPERLONG The code in dm-log rounds up bitsetsize to 32 bits. It then uses findnextzerobitle on the allocated region. findnextzerobitle accesses the bitmap using unsigned long...

5.5CVSS6AI score0.00281EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.14 views

CVE-2022-49388

In the Linux kernel, the following vulnerability has been resolved: ubi: ubicreatevolume: Fix use-after-free when volume creation failed There is an use-after-free problem for 'ebatbl' in ubicreatevolume's error handling path: ubiebareplacetablevol, ebatbl vol-ebatbl = tbl outmapping:...

7.8CVSS6.1AI score0.00291EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.10 views

CVE-2022-49469

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anondev leak in createsubvol When btrfsqgroupinherit, btrfsalloctreeblock, or btrfsinsertroot fail in createsubvol, we return without freeing anondev. Reorganize the error handling in createsubvol to fix this...

5.5CVSS5.9AI score0.00255EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.10 views

CVE-2022-49634

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data-races in procdou8vecminmax. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch...

4.7CVSS5.9AI score0.00183EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49648

In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Fix memory leak problem This reverts commit 46bbe5c671e06f070428b9be142cc4ee5cedebac. As commit 46bbe5c671e0 "tracing: fix double free" said, the "double free" problem reported by clang static analyzer is: In...

5.5CVSS6.1AI score0.00264EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49626

In the Linux kernel, the following vulnerability has been resolved: sfc: fix use after free when disabling sriov Use after free is detected by kfence when disabling sriov. What was read after being freed was vf-pcidev: it was freed from pcidisablesriov and later read in efxef10sriovfreevfvports,...

7.8CVSS5.9AI score0.00271EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.12 views

CVE-2022-49630

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpecnfallback. While reading sysctltcpecnfallback, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS5.8AI score0.00174EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.9 views

CVE-2022-49248

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction AV/C deferred transaction was supported at a commit 00a7bb81c20f "ALSA: firewire-lib: Add support for deferred transaction" while 'deferrable' flag can be...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.7 views

CVE-2022-49723

In the Linux kernel, the following vulnerability has been resolved: drm/i915/reset: Fix errorstateread ptr + offset use Fix our pointer offset usage in errorstateread when there is no i915gpucoredump but buf offset is non-zero. This fixes a kernel page fault can happen when multiple tests are...

5.5CVSS6AI score0.00273EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.8 views

CVE-2022-49701

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as reset and LPM. This exposes the driver to a couple...

7.8CVSS6.2AI score0.00267EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.12 views

CVE-2022-49317

In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid infinite loop to flush node pages xfstests/generic/475 can give EIO all the time which give an infinite loop to flush node page like below. Let's avoid it. 16418.518551 Call Trace: 16418.518553 ? dmsubmitbio+0x48/0x40...

5.5CVSS5.9AI score0.00223EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.11 views

CVE-2022-49662

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix lockdep splat in in6dumpaddrs As reported by syzbot, we should not use rcudereference when rcureadlock is not held. WARNING: suspicious RCU usage 5.19.0-rc2-syzkaller 0 Not tainted net/ipv6/addrconf.c:5175 suspicious...

5.5CVSS5.6AI score0.00273EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.10 views

CVE-2022-49258

In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - Fix use after free in cccipherexit kfreesensitivectxp-user.key will free the ctxp-user.key. But ctxp-user.key is still used in the next line, which will lead to a use after free. We can call kfreesensitive after...

7.8CVSS6.1AI score0.00262EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.17 views

CVE-2022-49478

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2i2ccoreinit Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw-unitnumber is initialized with -1 and then if init table walk fails...

7.8CVSS6.4AI score0.00286EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.11 views

CVE-2022-49383

In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2lwdt: Fix 'BUG: Invalid wait context' This patch fixes the issue 'BUG: Invalid wait context' during restart callback by using clkprepareenable instead of pmruntimegetsync for turning on the clocks during restart. Th...

5.5CVSS5.9AI score0.00253EPSS
SaveExploits0References5
Rows per page
Query Builder