Lucene search
+L

831 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: A NULL pointer dereference occurs during the removal of a device. During the suspend and resume cycles, the removal and rescan of devices can lead to NULL pointer dereferences. During driver initialization, if th...

5.5CVSS6AI score0.00133EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: Thermal: Core – Fix the error path in thermal zone device registration If the thermalzonedeviceregisterwithtrips function fails after registering a thermal zone device, it needs to wait for the completion of tz-removal like when...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Prevent a use-after-free from occurring after the cdev removal. Since thermaldebugcdevremove does not run under cdev-lock, it can run in parallel with thermal Debugcdevstateupdate. This may free the struct therma...

5.5CVSS6.2AI score0.00198EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/13 3:34 a.m.18 views

SUSE CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/05/08 4:58 p.m.14 views

CVE-2026-43426

A flaw was found in the Linux kernel's renesasusbhs driver. This vulnerability occurs during the removal of a USB device, where the driver frees memory resources before fully unregistering its interrupt handler. If an interrupt fires during this critical window, the interrupt service routine ISR...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/08 3:31 p.m.17 views

EUVD-2026-28732

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

5.8AI score0.00126EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/08 3:16 p.m.23 views

UBUNTU-CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.15 views

CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References35
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.42 views

CVE-2026-43426 usb: renesas_usbhs: fix use-after-free in ISR during device removal

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

0.00126EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

5.8AI score0.00126EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/05/08 2:21 p.m.13 views

CVE-2026-43426 usb: renesas_usbhs: fix use-after-free in ISR during device removal

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.19 views

CVE-2026-43426

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handler usbhsinterrupt is still registered. If an interrupt fires after...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0
CVE
CVE
added 2026/05/08 2:21 p.m.25 views

CVE-2026-43426

The CVE pertains to the Linux kernel Renesas USBHS driver. A use-after-free occurs in usbhs_remove() when resources (including the pipe array) are freed while the interrupt handler (usbhs_interrupt) is still registered, allowing a potentially concurrent ISR to access freed memory. The documented ...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References8Affected Software1
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.16 views

CVE-2026-43332

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix thermal zone device registration error path If thermalzonedeviceregisterwithtrips fails after registering a thermal zone device, it needs to wait for the tz-removal completion like thermalzonedeviceunregister, ...

7.8CVSS6.5AI score0.00129EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.16 views

PT-2026-39087

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the renesas usbhs driver. In the usbhs remove function, the driver releases resources, including the pipe array, while the interrupt handler usbhs...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/08 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-43426

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: renesasusbhs: fix use-after-free in ISR during device removal In usbhsremove, the driver frees resources including the pipe array while the interrupt handl...

7.8CVSS4.4AI score0.00126EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.15 views

SUSE CVE-2026-43203

In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the txtasklet or rxtasklet may still be running or pending, leadin...

7CVSS5.7AI score0.00435EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/05/06 6:45 p.m.14 views

CVE-2026-43147

A flaw was found in the Linux kernel. A local user can cause a system deadlock by performing specific operations related to SR-IOV Single Root I/O Virtualization device removal. This occurs due to a recursive lock acquisition within the PCI Peripheral Component Interconnect subsystem, specificall...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.12 views

EUVD-2026-27764

In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the txtasklet or rxtasklet may still be running or pending, leadin...

5.7AI score0.00435EPSS
SaveExploits0References9
Rows per page
Query Builder