Lucene search
+L

1052 matches found

RedhatCVE
RedhatCVE
added 2025/02/26 9:30 p.m.6 views

CVE-2022-49618

In the Linux kernel, the following vulnerability has been resolved: pinctrl: aspeed: Fix potential NULL dereference in aspeedpinmuxsetmux pdesc could be null but still dereference pdesc-name and it will lead to a null pointer access. So we move a null check before dereference...

5.5CVSS6.3AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 9:25 p.m.18 views

CVE-2022-49254

In the Linux kernel, the following vulnerability has been resolved: media: ti-vpe: cal: Fix a NULL pointer dereference in calctxv4l2initformats In calctxv4l2initformats, devmkzalloc is assigned to ctx-activefmt and there is a dereference of it after that, which could lead to NULL pointer...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 9:24 p.m.27 views

CVE-2022-49144

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memory leak of uid in files registration When there are no files for iosqefilesscm to process in the range, it'll free everything and return. However, it forgets to put uid...

5.5CVSS6.4AI score0.00259EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 8:07 p.m.16 views

CVE-2021-47649

In the Linux kernel, the following vulnerability has been resolved: udmabuf: validate ubuf-pagecount Syzbot has reported GPF in sgallocappendtablefrompages. The problem was in ubuf-pages == ZEROPTR. ubuf-pagecount is calculated from arguments passed from user-space. If user creates udmabuf with...

5.5CVSS6.3AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 7:28 p.m.19 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
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 7:01 p.m.10 views

CVE-2022-49728

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in ip6appenddata Resurrect ubsan overflow checks and ubsan report this warning, fix it by change the variable length type to sizet. UBSAN: signed-integer-overflow in net/ipv6/ip6output.c:1489:19...

6.6CVSS6.6AI score0.00261EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 6:54 p.m.9 views

CVE-2021-47641

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: cirrusfb: check pixclock to avoid divide by zero Do a sanity check on pixclock value to avoid divide by zero. If the pixclock value is zero, the cirrusfb driver will round up pixclock to get the derived frequency as...

5.5CVSS6.1AI score0.0025EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 5:27 p.m.8 views

CVE-2022-49492

A flaw was found in the nvme module in the Linux kernel. A NULL pointer dereference can be triggered due to improper error management when the blkmqinitqueue function fails to set up the queue, resulting in a denial of service. Mitigation Mitigation for this issue is either not available or the...

5.5CVSS5.3AI score0.00293EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 2:11 p.m.9 views

CVE-2022-49072

In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions. One such issue was observed for the gc-irq.domai...

5.5CVSS6.2AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 2:05 p.m.23 views

CVE-2022-49334

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: Fix xarray node memory leak If xassplitalloc fails to allocate the necessary nodes to complete the xarray entry split, it sets the xastate to -ENOMEM, which xasnomem then interprets as "Please allocate more memory"...

5.5CVSS6.3AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:57 p.m.8 views

CVE-2022-49607

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix data race between perfeventsetoutput and perfmmapclose Yang Jihing reported a race between perfeventsetoutput and perfmmapclose: CPU1 CPU2 perfmmapclosee2 if atomicdecandtest&e2-;rb-mmapcount // 1 - 0 detachrest =...

5.5CVSS6.2AI score0.00186EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 11:57 a.m.9 views

CVE-2022-49280

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvcdecodewriteargs Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvcdecodewriteargs warn: no lower bound on 'args-len' Change the type to unsigned to prevent this issue...

5.5CVSS6.3AI score0.00662EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 10:58 a.m.16 views

CVE-2022-49580

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

4.7CVSS6.3AI score0.00185EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.9 views

CVE-2022-49449

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in shpfcmapresources It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoi...

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

CVE-2022-49266

In the Linux kernel, the following vulnerability has been resolved: block: fix rq-qos breakage from skipping rqqosdonebio a647a524a467 "block: don't call rqqosops-donebio if the bio isn't tracked" made bioendio skip rqqosdonebio if BIOTRACKED is not set. While this fixed a potential oops, it also...

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

CVE-2022-49703

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Store vhost pointer during subcrq allocation Currently the back pointer from a queue to the vhost adapter isn't set until after subcrq interrupt registration. The value is available when a queue is first allocated a...

5.5CVSS6.1AI score0.0026EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:01 a.m.11 views

CVE-2022-49408

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in parseapplysbmountoptions If processing the on-disk mount options fails after any memory was allocated in the ext4fscontext, e.g. sqfnames, then this memory is leaked. Fix this by calling ext4fcfree instea...

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

CVE-2022-49404

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is because the conversion is done after the...

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

CVE-2022-49133

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfdprocessnotifierrelease flush svmrangerestorework which calls svmrangelistlockandflushwork to flush deferredlist work, but if deferredlist work mmput release the las...

5.5CVSS6.3AI score0.00262EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/26 7:00 a.m.8 views

CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References10
Rows per page
Query Builder