Lucene search
+L

3943 matches found

Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.16 views

PT-2026-64682

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the PCI mediatek component where an IRQ domain leak occurs when a port fails to enable. Specifically, when the function mtk pcie enable port fails, the mtk pcie port...

5.8AI score0.00184EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/21 9:50 p.m.12 views

CVE-2026-63936

A flaw was found in the Linux kernel's MediaTek MT6359 Analog-to-Digital Converter ADC driver. The mt6358readimp function does not properly check the return value of a read operation. If the read fails, an uninitialized variable is used, which can lead to the leakage of sensitive information from...

5.3AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 7:14 p.m.9 views

CVE-2026-63862

A flaw was found in the Linux kernel's MediaTek PCIe Peripheral Component Interconnect Express generation 3 driver. This vulnerability occurs because interrupt request IRQ domains are allocated before verifying the controller's IRQ. If the IRQ fetch fails, the allocated domains are not properly...

5.2AI score0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.10 views

SUSE CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

3.3CVSS5.2AI score0.00176EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2026/07/21 5:09 a.m.13 views

CVE-2026-64144

A flaw was found in the Linux kernel's Bluetooth MediaTek btmtk driver. This vulnerability allows a local attacker to cause a memory leak by triggering specific error paths during Universal Serial Bus USB Bluetooth operations. The setuppacket of a control urb USB Request Block is not properly fre...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-63862

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If...

5.8AI score0.00176EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 3:16 p.m.14 views

CVE-2026-63866

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996macstadeinitlink Clear WCID pointer removing the sta link in mt7996macstadeinitlink routine...

8.8CVSS0.00245EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 3:16 p.m.18 views

CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

0.00176EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/19 3:16 p.m.12 views

CVE-2026-63861

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...

0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:04 p.m.15 views

CVE-2026-63862 PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/19 2:04 p.m.39 views

CVE-2026-63862 PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

0.00176EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 2:04 p.m.14 views

EUVD-2026-45546

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.3AI score0.00176EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 2:04 p.m.22 views

CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.2AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:04 p.m.40 views

CVE-2026-63862

The CVE-2026-63862 vulnerability affects the Linux kernel’s PCI subsystem for Mediatek Gen3 hardware. In mtk_pcie_setup_irq(), IRQ domains were allocated before obtaining the controller’s IRQ; if obtaining the IRQ fails, allocated domains were not cleaned up, leading to leakage. The mitigation is...

5.3AI score0.00176EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:04 p.m.43 views

CVE-2026-63861 spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...

0.0017EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 2:04 p.m.80 views

CVE-2026-63861

The CVE covers a Linux kernel SPI subsystem issue: the mtk-snfi (on-host NAND ECC) engine registered during mtk_snand_probe() lacked proper teardown on probe unwind and remove-time cleanup. The fix introduces a devm cleanup action so nand_ecc_unregister_on_host_hw_engine() is automatically invoke...

5.4AI score0.0017EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 2:04 p.m.15 views

EUVD-2026-45545

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...

5.4AI score0.0017EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.21 views

PT-2026-61178

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mtk-snfi SPI driver where the on-host NAND ECC engine is registered during the mtk snand probe function, but the corresponding teardown process is missing from bot...

5.1AI score0.0017EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.17 views

PT-2026-61179

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mtk pcie setup irq function where IRQ domains are allocated before the controller's IRQ is fetched. If the IRQ fetch fails, the function returns an error without...

5.1AI score0.00176EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/07/16 1:48 a.m.100 views

Exploit for Use After Free in Linux Linux_Kernel

GhostLock CVE-2026-43499 – Redmi K70 Ultra rothko A data-...

7.8CVSS6.8AI score0.00789EPSS
SaveExploits90
Rows per page
Query Builder