Lucene search
+L

42 matches found

SUSE CVE
SUSE CVE
added 2026/07/28 5:8 p.m.5 views

SUSE CVE-2026-64539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix stack OOB write when prepending the Flags AD eircreateadvdata builds the advertising data into a fixed-size buffer "size", 31 for the legacy path. It may prepend a 3-byte "Flags" AD structure LEADNOBREDR on an...

7.8CVSS5.7AI score0.00122EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.29 views

CVE-2026-64539 Bluetooth: eir: Fix stack OOB write when prepending the Flags AD

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix stack OOB write when prepending the Flags AD eircreateadvdata builds the advertising data into a fixed-size buffer "size", 31 for the legacy path. It may prepend a 3-byte "Flags" AD structure LEADNOBREDR on an...

7.8CVSS0.00122EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/27 8:10 p.m.8 views

CVE-2026-64539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix stack OOB write when prepending the Flags AD eircreateadvdata builds the advertising data into a fixed-size buffer "size", 31 for the legacy path. It may prepend a 3-byte "Flags" AD structure LEADNOBREDR on an...

7.8CVSS5.8AI score0.00122EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/01/27 5:1 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fixed NULL pointer dereferencing in eirgetservicedata. The len parameter is considered optional; therefore, it can be NULL. This prevents it from being used to skip to the next entry in EIRSERVICEDATA...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.6 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-38304)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-38304 advisory. - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix NULL pointer deference on...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/22 7:11 a.m.17 views

SUSE-SU-2025:3716-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49980: USB: gadget: fix use-after-free read in usbudcuevent bsc1245110. - CVE-2022-50233: Bluetooth: eir: Fix using strlen with hdev-devname,shortname...

9.8CVSS7.3AI score0.21314EPSS
SaveExploits4References694
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.8 views

SUSE SLES12 Security Update : kernel (SUSE-SU-2025:03614-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:03614-1 advisory. The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS7.9AI score0.21314EPSS
SaveExploits0References573
SUSE CVE
SUSE CVE
added 2025/08/09 11:34 p.m.6 views

SUSE CVE-2022-50233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

7.8CVSS6.5AI score0.00137EPSS
SaveExploits0References21
OSV
OSV
added 2025/08/09 3:15 p.m.4 views

DEBIAN-CVE-2022-50233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

5.5CVSS5.1AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/09 3:15 p.m.17 views

AZL-70474 CVE-2022-50233 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/09 3:15 p.m.7 views

UBUNTU-CVE-2022-50233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References4
CVE
CVE
added 2025/08/09 2:30 p.m.49 views

CVE-2022-50233

The CVE-2022-50233 entry pertains to the Linux kernel Bluetooth stack (net/bluetooth/eir.c and net/bluetooth/mgmt.c). The root cause is using strlen on hdev->dev_name and hdev->short_name, which are not guaranteed to be NULL-terminated. This can lead to kernel memory reads when the terminal...

7.8CVSS7.2AI score0.00137EPSS
SaveExploits0References1Affected Software1
Debian CVE
Debian CVE
added 2025/08/09 2:30 p.m.17 views

CVE-2022-50233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

7.8CVSS5.1AI score0.00137EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.3 views

SUSE CVE-2025-38303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix possible crashes on eircreateadvdata eircreateadvdata may attempt to add EIRFLAGS and EIRTXPOWER without checking if that would fit...

6.1CVSS6.5AI score0.00157EPSS
SaveExploits0References22
OSV
OSV
added 2025/07/10 8:15 a.m.15 views

AZL-64983 CVE-2025-38303 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix possible crashes on eircreateadvdata eircreateadvdata may attempt to add EIRFLAGS and EIRTXPOWER without checking if that would fit...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.7 views

AZL-64949 CVE-2025-38304 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix NULL pointer deference on eirgetservicedata The len parameter is considered optional so it can be NULL so it cannot be used for skipping to next entry of EIRSERVICEDATA...

5.5CVSS5.6AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.7 views

DEBIAN-CVE-2025-38303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix possible crashes on eircreateadvdata eircreateadvdata may attempt to add EIRFLAGS and EIRTXPOWER without checking if that would fit...

5.5CVSS5.4AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

UBUNTU-CVE-2025-38303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix possible crashes on eircreateadvdata eircreateadvdata may attempt to add EIRFLAGS and EIRTXPOWER without checking if that would fit...

7.8CVSS6AI score0.00157EPSS
SaveExploits0References29
OSV
OSV
added 2025/07/10 8:15 a.m.5 views

UBUNTU-CVE-2025-38304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix NULL pointer deference on eirgetservicedata The len parameter is considered optional so it can be NULL so it cannot be used for skipping to next entry of EIRSERVICEDATA...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References31
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.27 views

CVE-2025-38304 Bluetooth: Fix NULL pointer deference on eir_get_service_data

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix NULL pointer deference on eirgetservicedata The len parameter is considered optional so it can be NULL so it cannot be used for skipping to next entry of EIRSERVICEDATA...

0.00149EPSS
SaveExploits0References5
Rows per page
Query Builder