Lucene search
+L

20015 matches found

Cvelist
Cvelist
added 2025/01/06 4:20 p.m.38 views

CVE-2024-56757 Bluetooth: btusb: mediatek: add intf release flow when usb disconnect

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

7.8CVSS0.00229EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2025/01/06 2:44 p.m.28 views

USN-7159-5: Linux kernel (Raspberry Pi) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - ARM64 architecture; - S390 architecture; - x86 architecture; - Power management core; - GPU...

7.8CVSS7AI score0.00753EPSS
SaveExploits0
OSV
OSV
added 2025/01/06 2:44 p.m.24 views

USN-7159-5 linux-raspi-5.4 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - ARM64 architecture; - S390 architecture; - x86 architecture; - Power management core; - GPU...

7.8CVSS6.7AI score0.00753EPSS
SaveExploits0References24
Ubuntu
Ubuntu
added 2025/01/06 2:27 p.m.39 views

USN-7154-2: Linux kernel (HWE) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

10CVSS7.5AI score0.00922EPSS
SaveExploits12
OSV
OSV
added 2025/01/06 2:27 p.m.21 views

USN-7154-2 linux-hwe-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

10CVSS6.7AI score0.00922EPSS
SaveExploits12References403
Tenable Nessus
Tenable Nessus
added 2025/01/06 12:00 a.m.23 views

Ubuntu 14.04 LTS / 16.04 LTS : Linux kernel vulnerabilities (USN-7184-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7184-1 advisory. Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local...

7.8CVSS7.1AI score0.00886EPSS
SaveExploits2References30
CNNVD
CNNVD
added 2025/01/06 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a special USB interrupt interface for MediaTek in the btusb driver for Bluetooth modules that needs to be...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/01/06 12:00 a.m.24 views

Ubuntu 14.04 LTS / 16.04 LTS : Linux kernel vulnerabilities (USN-7183-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7183-1 advisory. Andy Nguyen discovered that the Bluetooth L2CAP implementation in the Linux kernel contained a type- confusion error. A physically proximate...

8.8CVSS8.3AI score0.07693EPSS
SaveExploits8References33
Tenable Nessus
Tenable Nessus
added 2025/01/06 12:00 a.m.39 views

Ubuntu 16.04 LTS / 18.04 LTS : Linux kernel vulnerabilities (USN-7185-1)

The remote Ubuntu 16.04 LTS / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7185-1 advisory. Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local...

7.8CVSS7.3AI score0.00886EPSS
SaveExploits3References38
Tenable Nessus
Tenable Nessus
added 2025/01/06 12:00 a.m.23 views

Ubuntu 18.04 LTS : Linux kernel (Raspberry Pi) vulnerabilities (USN-7159-5)

The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7159-5 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in...

7.8CVSS7.1AI score0.00753EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
added 2025/01/04 12:21 a.m.6 views

SUSE CVE-2024-56590

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

5.7CVSS7.7AI score0.0029EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/01/04 12:20 a.m.5 views

SUSE CVE-2024-56591

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Use disabledelayedworksync This makes use of disabledelayedworksync instead canceldelayedworksync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding...

5.5CVSS7.7AI score0.00281EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/04 12:20 a.m.4 views

SUSE CVE-2024-56604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

7.8CVSS7.7AI score0.00223EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
added 2025/01/04 12:20 a.m.15 views

SUSE CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7.8CVSS7.3AI score0.00241EPSS
SaveExploits0References92
CNVD
CNVD
added 2025/01/03 12:00 a.m.18 views

Unspecified vulnerability in Linux kernel (CNVD-2025-01680)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a skb release issue caused by hcidevcdappend in the Bluetooth btmtk subsystem. No detailed vulnerability...

7.8CVSS6.6AI score0.0031EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/01 12:00 a.m.20 views

ASB-A-308429049

In multiple locations, there is a possible bypass of user consent to enabling new Bluetooth HIDs due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS7.4AI score0.00078EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.24 views

CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7CVSS6.3AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.17 views

CVE-2024-56604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

6.8CVSS6.8AI score0.00223EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:45 p.m.15 views

CVE-2024-56591

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Use disabledelayedworksync This makes use of disabledelayedworksync instead canceldelayedworksync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding...

5.5CVSS6.9AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:45 p.m.18 views

CVE-2024-56590

A use-after-free vulnerability was found in the Linux kernel. The Bluetooth firmware isn't checked if skb contains an ACL header, otherwise the code may attempt to access some uninitialized or invalid memory past the valid skb-data. Mitigation Mitigation for this issue is either not available or...

4.4CVSS6.7AI score0.0029EPSS
SaveExploits0References4
Rows per page
Query Builder