Lucene search
+L

1558 matches found

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

CVE-2022-49243

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.5CVSS6.3AI score0.00252EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.7 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.00259EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.7 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.00315EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49256

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

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

CVE-2022-49277

In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2domountfs If jffs2buildfilesystem in jffs2domountfs returns an error, we can observe the following kmemleak report: -------------------------------------------- unreferenced object 0xffff88811b25a64...

5.5CVSS6.2AI score0.00259EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49439

In the Linux kernel, the following vulnerability has been resolved: powerpc/fslrio: Fix refcount leak in fslriosetup ofparsephandle 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.00247EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49519

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10khalt during suspend for driver state RESTARTING Double free crash is observed when FW recoverycaused by wmi timeout/crash is followed by immediate suspend event. The FW recovery is triggered by ath10kcorerestar...

7.8CVSS6.3AI score0.00266EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.13 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.00274EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49481

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuzeparseregulatorsdt ofnodeget returns a node with refcount incremented. Calling ofnodeput to drop the reference when not needed anymore...

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

CVE-2022-49348

In the Linux kernel, the following vulnerability has been resolved: ext4: filter out EXT4FCREPLAY from on-disk superblock field sstate The EXT4FCREPLAY bit in sbi-smountstate is used to indicate that we are in the middle of replay the fast commit journal. This was actually a mistake, since the...

5.5CVSS6.2AI score0.00268EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49409

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch Hulk Robot reported a BUGON: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:199! ... RIP: 0010:ext4esend fs/ext4/extentsstatus.c:199 inline...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49477

In the Linux kernel, the following vulnerability has been resolved: ASoC: samsung: Fix refcount leak in ariesaudioprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done. If extconfindedevbynode fails, it doesn't call ofnodeput Calling...

5.5CVSS6.2AI score0.00245EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 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.3AI score0.00252EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49421

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle 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.5CVSS6.3AI score0.00283EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49292

In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INTMAX overflow at vmalloc allocation that is called from sndpcmplugalloc. Although we apply the restrictions to input parameters, it's based only...

7.8CVSS6.5AI score0.00267EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49394

In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix inflight count imbalances and IO hangs on offline iolatency needs to track the number of inflight IOs per cgroup. As this tracking can be expensive, it is disabled when no cgroup has iolatency configured for th...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.6 views

CVE-2022-49434

In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pcidevlock AB/BA deadlock with sriovnumvfsstore The sysfs sriovnumvfsstore path acquires the device lock before the config space access lock: sriovnumvfsstore devicelock A 1 acquire device lock sriovconfigure...

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

CVE-2022-49269

In the Linux kernel, the following vulnerability has been resolved: can: isotp: sanitize CAN ID checks in isotpbind Syzbot created an environment that lead to a state machine status that can not be reached with a compliant CAN ID address configuration. The provided address information consisted o...

5.5CVSS6.2AI score0.00252EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49507

In the Linux kernel, the following vulnerability has been resolved: regulator: da9121: Fix uninit-value in da9121assignchipmodel KASAN report slab-out-of-bounds in regmapinit as follows: BUG: KASAN: slab-out-of-bounds in regmapinit drivers/base/regmap/regmap.c:841 Read of size 1 at addr...

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

CVE-2022-49274

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix crash when mount with quota enabled There is a reported crash when mounting ocfs2 with quota enabled. RIP: 0010:ocfs2qinfolockresinit+0x44/0x50 ocfs2 Call Trace: ocfs2localreadinfo+0xb9/0x6f0 ocfs2...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References6
Rows per page
Query Builder