Lucene search
+L

2189 matches found

CVE
CVE
added 2026/05/08 2:22 p.m.51 views

CVE-2026-43432

CVE-2026-43432 relates to the Linux kernel USB xHCI driver. The error path in usb/xhci_disable_slot() previously freed only the command structure (via kfree), leaking the associated completion structure. The patch changes the code to call xhci_free_command() , which frees both the command structu...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.50 views

CVE-2026-43352 i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Correct RINGCTRLABORT handling in DMA dequeue The logic used to abort the DMA ring contains several flaws: 1. The driver unconditionally issues a ring abort even when the ring has already stopped. 2. The...

7.8CVSS0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/08 2:21 p.m.12 views

CVE-2026-43352 i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Correct RINGCTRLABORT handling in DMA dequeue The logic used to abort the DMA ring contains several flaws: 1. The driver unconditionally issues a ring abort even when the ring has already stopped. 2. The...

7.8CVSS6.5AI score
SaveExploits0References6
CVE
CVE
added 2026/05/08 2:21 p.m.48 views

CVE-2026-43352

This CVE concerns the Linux kernel i3c mipi-i3c-hci driver DMA ring abort handling. The root cause is flawed abort logic that could disrupt the controller state: the code could issue an abort even when the ring is stopped, the abort completion is not re-initialized, aborts could clear RING_CTRL_E...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/08 2:16 p.m.39 views

CVE-2026-43345

In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix event ring index not programmed for IPA v5.0+ For IPA v5.0+, the event ring index field moved from CHCCNTXT0 to CHCCNTXT1. The v5.0 register definition intended to define this field in the CHCCNTXT1 fmask array but...

7.5CVSS0.00353EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/08 2:16 p.m.17 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.8CVSS0.00129EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.15 views

CVE-2026-43345

In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix event ring index not programmed for IPA v5.0+ For IPA v5.0+, the event ring index field moved from CHCCNTXT0 to CHCCNTXT1. The v5.0 register definition intended to define this field in the CHCCNTXT1 fmask array but...

7.5CVSS6.5AI score0.00353EPSS
SaveExploits0References21
OSV
OSV
added 2026/05/08 2:16 p.m.28 views

UBUNTU-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.8CVSS5.7AI score0.00129EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.18 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
attackerkb
attackerkb
added 2026/05/08 1:39 p.m.11 views

CVE-2026-43345

In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix event ring index not programmed for IPA v5.0+ For IPA v5.0+, the event ring index field moved from CHCCNTXT0 to CHCCNTXT1. The v5.0 register definition intended to define this field in the CHCCNTXT1 fmask array but...

5.7AI score0.00353EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/08 1:31 p.m.15 views

CVE-2026-43332 thermal: core: Fix thermal zone device registration error path

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.8CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/08 1:31 p.m.54 views

CVE-2026-43332 thermal: core: Fix thermal zone device registration error path

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.8CVSS0.00129EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/08 1:31 p.m.52 views

CVE-2026-43332

In the Linux kernel thermal subsystem, CVE-2026-43332 affects the thermal_zone_device_register_with_trips() error path. The root cause is a missing wait_for_completion() after registering a thermal zone device, which can allow the thermal zone object to be freed prematurely if user space holds a ...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References5Affected Software1
attackerkb
attackerkb
added 2026/05/08 1:31 p.m.12 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.8CVSS5.7AI score0.00129EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.28 views

PT-2026-39277

Name of the Vulnerable Software and Affected Versions Open WebUI versions prior to 0.9.0 Description The get sources from items function resolves file and knowledge base references into vector search queries during chat completion. Certain code paths perform vector store queries without...

6.5CVSS5.8AI score0.00366EPSS
SaveExploits1References12
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.22 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the use of the lereadfeaturescomplete function in Bluetooth HCI sync. This function allows for...

8.8CVSS5.8AI score0.00219EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.53 views

PT-2026-39013

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description Flaws exist in the DMA dequeue logic of the mipi-i3c-hci driver regarding the handling of RING CTRL ABORT. The driver issues ring aborts unconditionally even if the ring has stopped, fai...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.21 views

Vim 操作系统命令注入漏洞

Vim is an open-source, cross-platform text editor developed by Vim developers. Versions of Vim prior to 9.2.0435 contained a vulnerability related to operating system command injection. This vulnerability originated from the OS command injection during the completion of the find command, which...

5.3CVSS6.1AI score0.00917EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.21 views

PT-2026-38996

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the net: ipa component where the event ring index was not correctly programmed for IPA v5.0+. The event ring index field moved from 'CH C CNTXT 0' to 'CH C CNTXT 1', b...

7.5CVSS7.2AI score0.00353EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/08 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-43432

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: xhci: Fix memory leak in xhcidisableslot xhcialloccommand allocates a command structure and, when the second argument is true, also allocates a completion...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References3
Rows per page
Query Builder