Lucene search
+L

498 matches found

UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49649

In the Linux kernel, the following vulnerability has been resolved: xen/netback: avoid entering xenvifrxnextskb with an empty rx queue xenvifrxnextskb is expecting the rx queue not being empty, but in case the loop in xenvifrxaction is doing multiple iterations, the availability of another skb in...

5.5CVSS6AI score0.0026EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49282

In the Linux kernel, the following vulnerability has been resolved: f2fs: quota: fix loop condition at f2fsquotasync cnt should be passed to sbhasquotaactive instead of type to check active quota properly. Moreover, when the type is -1, the compiler with enough inline knowledge can discard...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49443

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep-rdllist eppoll first calls epeventsavailable with no lock held and checks if ep-rdllist is empty by listemptycareful, which reads rdllist-prev. Thus all accesses to it need some protection to avoid...

4.7CVSS6AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49255

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing free nid in f2fshandlefailedinode This patch fixes xfstests/generic/475 failure. 293.680694 F2FS-fs dm-1: May loss orphan inode, run fsck to fix. 293.685358 Buffer I/O error on dev dm-1, logical block 8388592,...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49285

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452data The original logic to get mma8452data is wrong, the dev point to the device belong to iiodev. we can't use this dev to find the correct i2cclient. The original logic...

5.5CVSS6.1AI score0.00253EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49366

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix reference count leak in smbcheckpermdacl The issue happens in a specific path in smbcheckpermdacl. When "id" and "uid" have the same value, the function simply jumps out of the loop without decrementing the reference...

5.5CVSS5.7AI score0.00256EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49283

In the Linux kernel, the following vulnerability has been resolved: firmware: sysfb: fix platform-device leak in error path Make sure to free the platform device also in the unlikely event that registration fails...

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

CVE-2022-49294

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check if modulo is 0 before dividing. How & Why If a value of 0 is read, then this will cause a divide-by-0 panic...

5.5CVSS5.8AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49242

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxssgtl5000probe This function only calls ofnodeput in the regular path. And it will cause refcount leak in error paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL, it wil...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49441

In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk under ttyport-lock ptywrite invokes kmalloc which may invoke a normal printk to print failure message. This can cause a deadlock in the scenario reported by syz-bot below: CPU0 CPU1 CPU2...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49380

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fsbugon in decvalidnodecount As Yanming reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215897 I have encountered a bug in F2FS file system in kernel v5.17. The kernel should enable...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 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:0 a.m.10 views

CVE-2022-49147

In the Linux kernel, the following vulnerability has been resolved: block: Fix the maximum minor value is blkallocextminor idaallocrange..., min, max, ... returns values from min to max, inclusive. So, NREXTDEVT is a valid idx returned by blkallocextminor. This is an issue because in deviceadddis...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.9 views

CVE-2022-49127

In the Linux kernel, the following vulnerability has been resolved: reftracker: implement use-after-free detection Whenever reftrackerdirinit is called, mark the struct reftrackerdir as dead. Test the dead status from reftrackeralloc and reftrackerfree This should detect buggy devput/devhold...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.11 views

CVE-2022-49157

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix premature hw access after PCI error After a recoverable PCI error has been detected and recovered, qla driver needs to check to see if the error condition still persist and/or wait for the OS to give the resume...

5.5CVSS6.1AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.8 views

CVE-2022-49065

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix the svcdeferredevent trace class Fix a NULL deref crash that occurs when an svcrqst is deferred while the sunrpc tracing subsystem is enabled. svcrevisit sets dr-xprt to NULL, so it can't be relied upon in the...

7.5CVSS6.1AI score0.0062EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.7 views

CVE-2022-49228

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a btf decltag bug when tagging a function syzbot reported a btf decltag bug with stack trace below: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1 PREEMPT SMP KASAN KASAN:...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.12 views

CVE-2022-49193

In the Linux kernel, the following vulnerability has been resolved: ice: fix 'scheduling while atomic' on aux critical err interrupt There's a kernel BUG splat on processing aux critical error interrupts in icemiscintr: 2100.917085 BUG: scheduling while atomic: swapper/15/0/0x00010000...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.12 views

CVE-2022-49051

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

6.8CVSS6.4AI score0.00428EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.8 views

CVE-2022-49089

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvterrorqp to prevent a race condition The documentation of the function rvterrorqp says both rlock and slock need to be held when calling that function. It also asserts using lockdep that both of...

7.8CVSS6.1AI score0.0019EPSS
SaveExploits0References8
Rows per page
Query Builder