Lucene search
+L

17927 matches found

RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.9 views

CVE-2022-49980

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

7CVSS7.1AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:04 a.m.7 views

CVE-2022-49943

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

7CVSS7.2AI score0.00139EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 8:49 a.m.8 views

CVE-2022-50152

In the Linux kernel, the following vulnerability has been resolved: usb: ohci-nxp: Fix refcount leak in ohcihcdnxpprobe 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.5CVSS7.1AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 6:03 a.m.8 views

CVE-2022-50153

In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehcihcdppcofprobe offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS7.1AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 5:44 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.5CVSS7.2AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 2:59 a.m.10 views

CVE-2022-50028

A flaw was found in the gadgetfs module in the Linux kernel. If the waitforcompletioninterruptible function is interrupted, the driver does not wait for the interrupt to finish, causing stack corruption and resulting in a denial of service...

5.3CVSS6.3AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 1:13 a.m.8 views

CVE-2022-50132

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: change place of 'privep' assignment in cdns3gadgetepdequeue, cdns3gadgetepenable If 'ep' is NULL, result of eptocdns3epep is invalid pointer and its dereference with privep-cdns3dev may cause panic. Found by Linux...

5.5CVSS7.2AI score0.00165EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/06/20 12:00 a.m.10 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-7585-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7585-1 advisory. It was discovered that the CIFS network file system implementation in the Linux kernel did not properly verify the target namespace when...

10CVSS7.1AI score0.0044EPSS
SaveExploits0References33
RedhatCVE
RedhatCVE
added 2025/06/19 10:08 p.m.9 views

CVE-2022-50139

A flaw was found in the aspeed-vhub module in the Linux kernel. A missing decrement of the reference count will cause a memory leak, potentially impacting system performance and resulting in a denial of service...

5.5CVSS6.7AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/19 9:08 p.m.17 views

USN-7585-2 linux-aws-fips, linux-gcp-fips vulnerabilities

It was discovered that the CIFS network file system implementation in the Linux kernel did not properly verify the target namespace when handling upcalls. An attacker could use this to expose sensitive information. CVE-2025-2312 Several security issues were discovered in the Linux kernel. An...

10CVSS6.8AI score0.0044EPSS
SaveExploits0References33
Ubuntu
Ubuntu
added 2025/06/19 9:08 p.m.20 views

USN-7585-2: Linux kernel (FIPS) vulnerabilities

It was discovered that the CIFS network file system implementation in the Linux kernel did not properly verify the target namespace when handling upcalls. An attacker could use this to expose sensitive information. CVE-2025-2312 Several security issues were discovered in the Linux kernel. An...

10CVSS7.1AI score0.0044EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/06/19 7:29 p.m.12 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 ...

4.2CVSS7.2AI score0.00211EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:46 a.m.5 views

SUSE CVE-2022-49936

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...

5.5CVSS6.1AI score0.00161EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.8 views

SUSE CVE-2022-49943

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

5.8CVSS6.3AI score0.00139EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.9 views

SUSE 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...

5.5CVSS6.4AI score0.00188EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:44 a.m.8 views

SUSE CVE-2022-49980

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

7CVSS6.2AI score0.00206EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/06/19 3:44 a.m.8 views

SUSE CVE-2022-49982

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

5.5CVSS6.3AI score0.00217EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.20 views

SUSE CVE-2022-50029

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gccsleepclksrc Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that it cannot be disabled and trying to do so produces:...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.8 views

SUSE 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.5CVSS6.2AI score0.00166EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.14 views

SUSE CVE-2022-50033

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References12
Rows per page
Query Builder