Lucene search
+L

3024 matches found

UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-50032

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhsrza1hardwareinit, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50143

In the Linux kernel, the following vulnerability has been resolved: intelth: Fix a resource leak in an error handling path If an error occurs after calling 'pciallocirqvectors', 'pcifreeirqvectors' must be called as already done in the remove function...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-49964

In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fwlevel Though acpifindlastcachelevel always returned signed value and the document states it will return any errors caused by lack of a PPTT table, it...

5.5CVSS5.8AI score0.00184EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-49971

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix a potential gpumetricstable memory leak Memory is allocated for gpumetricstable in smuv1304initsmctables, but not freed in smuv1304finismctables. This may cause memory leaks, fix it...

5.5CVSS6.2AI score0.00179EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.6 views

CVE-2022-50190

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

7.8CVSS5.8AI score0.00213EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.5 views

CVE-2022-50163

In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect devtracker usage While investigating a separate rose issue 1, and enabling CONFIGNETDEVREFCNTTRACKER=y, Bernard reported an orthogonal ax25 issue 2 An ax25dev can be used by one or many struct ax25cb. We thus...

7.8CVSS5.7AI score0.00211EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50089

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-49944

In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsiunregisterconnectors" The recent commit 87d0e2f41b8c "usb: typec: ucsi: add a common function ucsiunregisterconnectors" introduced a regression that caused NULL dereference at...

7.8CVSS6.2AI score0.00188EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.7 views

CVE-2022-49968

In the Linux kernel, the following vulnerability has been resolved: ieee802154/adf7242: defer destroyworkqueue call There is a possible race condition use-after-free like below FREE | USE adf7242remove | adf7242channel canceldelayedworksync | destroyworkqueue 1 | adf7242cmdrx | moddelayedwork 2 |...

8CVSS5.8AI score0.00214EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50221

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage...

7.8CVSS6.3AI score0.00187EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50215

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Allow waiting for commands to complete on removed device When a SCSI device is removed while in active use, currently sg will immediately return -ENODEV on any attempt to wait for active commands that were sent before t...

7.8CVSS5.7AI score0.00208EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-49946

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Prevent out-of-bounds access The while loop in raspberrypidiscoverclocks relies on the assumption that the id of the last clock element is zero. Because this data comes from the Videocore firmware and it doesn't...

7.1CVSS5.8AI score0.00195EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50225

In the Linux kernel, the following vulnerability has been resolved: riscv:uprobe fix SRSPIE set/clear handling In riscv the process of uprobe going to clear spie before exec the origin insn,and set spie after that.But When access the page which origin insn has been placed a page fault may happen...

5.5CVSS5.7AI score0.00147EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50120

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

5.5CVSS5.8AI score0.00159EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-49962

In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference in remove if xHC has only one roothub The remove path in xhci platform driver tries to remove and put both main and shared hcds even if only a main hcd exists one roothub This causes a null...

5.5CVSS6.2AI score0.00184EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-49959

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix memory leak at failed datapath creation ovsdpcmdnew-ovsdpchange-ovsdpsetupcallportids allocates array via kmalloc. If for some reason newvport fails during ovsdpcmdnew dp-upcallportids must be freed. Add missing...

5.5CVSS5.4AI score0.00157EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

7.8CVSS5.9AI score0.00202EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.4 views

CVE-2022-49991

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page-mapping in hugetlbmcopyatomicpte In MCOPYATOMICCONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But hugepageaddnewanonrmap is called for them mistakenly...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.5 views

CVE-2022-50066

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aqvec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self-aqveci is not checked and then leads to the index out of range error. Also fixed this...

7.8CVSS6AI score0.00169EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50182

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Align upwards buffer size The hardware can support any image size WxH, with arbitrary W image width and H image height dimensions. Align upwards buffer size for both encoder and decoder. and leave the picture...

7.8CVSS6.8AI score0.00213EPSS
SaveExploits0References5
Rows per page
Query Builder