Lucene search
+L

8044 matches found

OSV
OSV
added 2025/02/26 1:55 a.m.20 views

CVE-2022-49189 clk: qcom: clk-rcg2: Update logic to calculate D value for RCG

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: clk-rcg2: Update logic to calculate D value for RCG The display pixel clock has a requirement on certain newer platforms to support M/N as 2/3 and the final D value calculated results in underflow errors. As the curren...

5.3AI score
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:55 a.m.117 views

CVE-2022-49182

CVE-2022-49182 affects the Linux kernel net/hns3 VLAN handling. The vulnerability occurs when adding port base VLAN: removing the VF VLAN from HW and updating the VF VLAN list can lead to a use-after-free if the periodic task frees the same node. The patch adds a vlan list lock to protect the VLA...

7.8CVSS5.3AI score0.0027EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49182 net: hns3: add vlan list lock to protect vlan list

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to remove from HW and modify the vlan state in vf VLAN list as false. If the periodicity task is freeing the same node, it may cause "use...

7.8CVSS7.4AI score0.0027EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.11 views

CVE-2022-49180

In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacyparseparam The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that it does not recognize an input. In this particular...

5.5CVSS5.4AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.12 views

CVE-2022-49179 block, bfq: don't move oom_bfqq

In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oombfqq Our test report a UAF: 2073.019181 ================================================================== 2073.019188 BUG: KASAN: use-after-free in bfqputasyncbfqq+0xa0/0x168 2073.019191 Write of size 8...

7.8CVSS5.2AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.20 views

CVE-2022-49176 bfq: fix use-after-free in bfq_dispatch_request

In the Linux kernel, the following vulnerability has been resolved: bfq: fix use-after-free in bfqdispatchrequest KASAN reports a use-after-free report when doing normal scsi-mq test 69832.239032 ================================================================== 69832.241810 BUG: KASAN:...

7.8CVSS0.00273EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:55 a.m.22 views

CVE-2022-49172 parisc: Fix non-access data TLB cache flush faults

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix non-access data TLB cache flush faults When a page is not present, we get non-access data TLB faults from the fdc and fic instructions in flushuserdcacherangeasm and flushusericacherangeasm. When these occur, the cach...

7.8CVSS5AI score
SaveExploits0References6
CVE
CVE
added 2025/02/26 1:55 a.m.97 views

CVE-2022-49171

CVE-2022-49171 is a Linux kernel issue in the mm/gup.c path affecting ext4. The race causes [un]pin_user_pages_remote to dirty pages without proper pre-notification to ext4, which can lead to data loss. While the root cause is classed as a bug in mm/gup.c, ext4 is particularly fragile: if another...

5.5CVSS5.2AI score0.0027EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49170 f2fs: fix to do sanity check on curseg->alloc_type

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg-alloctype As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c:3460:2 when mount and operat...

7.8CVSS4.9AI score
SaveExploits0References8
OSV
OSV
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49166 ntfs: add sanity check on allocation size

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmallocnofs with zero allocation size. It triggers one BUG in the ntfsmalloc function. Fix this by adding sanity check on ni-attrlistsize...

6.2AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:55 a.m.144 views

CVE-2022-49158

CVE-2022-49158 affects the Linux kernel SCSI driver qla2xxx. The issue is a warning generated when adisc is flushed, where an error code type did not match the expected type. The fix adds translation between error code types to avoid the warning (no documented exploit). The connected advisories c...

5.5CVSS5.4AI score0.00265EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/02/26 1:55 a.m.143 views

CVE-2022-49156

The CVE-2022-49156 entry corresponds to a Linux kernel vulnerability in scsi: qla2xxx where a call into midlayer (fc_remote_port_delete) could sleep in interrupt context, causing a crash via scheduling while atomic. The fix schedules the call in non-interrupt context to avoid sleeping while atomi...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.10 views

CVE-2022-49151

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. We should check that in endpoint is actually present to prevent this warning. Found pipes are now saved to...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.15 views

CVE-2022-49148 watch_queue: Free the page array when watch_queue is dismantled

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49148

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.15 views

CVE-2022-49147 block: Fix the maximum minor value is blk_alloc_ext_minor()

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.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49143

...

SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.180 views

CVE-2022-49133

The CVE-2022-49133 issue affects the Linux kernel DRM/AMDKFD component where svm range restore work deadlocks during process exit. The fix moves flush of svm_range_restore_work to kfd_process_wq_release and makes svm_range_restore_work take a task mm reference to prevent deadlock when the last us...

5.5CVSS6.5AI score0.00262EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/02/26 1:55 a.m.149 views

CVE-2022-49130

In CVE-2022-49130, the Linux kernel ath11k subsystem was fixed by replacing mhi_async_power_up() with mhi_sync_power_up() in the MHI path. The crash occurred when amss.bin was missing and ath11k_pci was removed, since the async variant did not check errors. The sync variant adds error checking an...

5.5CVSS5.3AI score0.00259EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/02/26 1:55 a.m.103 views

CVE-2022-49120

CVE-2022-49120 pertains to the Linux kernel SCSI pm8001 path. The vulnerability is a task leak in pm8001_send_abort_all() where allocated SAS tasks may not be freed if pm8001_tag_alloc() or pm8001_mpi_build_cmd() fail. The fix ensures proper freeing of the SAS task in those failure paths. Public ...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder