Lucene search
+L

540819 matches found

CVE
CVE
•added 2026/09/25 10:22 a.m.•9 views

CVE-2026-97907

The Linux kernel contains a vulnerability in the Bluetooth btrtl component within the rtlbt_parse_firmware_v2() function. When the key_id from the chip is zero, the function is intended to ignore security headers; however, it incorrectly breaks from a switch statement, causing it to leak an unini...

5.7AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86761

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Don't leak return code when parsing firmware format v2 When keyid from chip is zero, rtlbtparsefirmwarev2 intentionally ignores all security headers. However, the implementation simply breaks from a switch...

5.7AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•7 views

EUVD-2026-86762

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hcidev The command and ACL RPMsg endpoints store struct btqcomsmd as their callback private data. The receive callbacks dereference btq-hdev without taking an hcidev...

5.9AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97907 Bluetooth: btrtl: Don't leak return code when parsing firmware format v2

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Don't leak return code when parsing firmware format v2 When keyid from chip is zero, rtlbtparsefirmwarev2 intentionally ignores all security headers. However, the implementation simply breaks from a switch...

5.7AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/25 10:22 a.m.•12 views

CVE-2026-97905

The Linux kernel contains a vulnerability in the cpufreq component where policy->cpus is allocated without being zero-initialized when CONFIG_CPUMASK_OFFSTACK=y is enabled. Because alloc_cpumask_var() does not guarantee zeroing, the bitmap may contain garbage data from the slab allocator. This...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•12 views

CVE-2026-97906

The Linux kernel is affected by an integer overflow vulnerability within the get_boot_config_from_initrd() function. A crafted initrd with an excessively large bootconfig size (e.g., 0xFFFFFFFF) causes pointer arithmetic to wrap around, specifically when calculating data = ((void *)hdr) - size. T...

5.8AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 10:22 a.m.•4 views

CVE-2026-97906 bootconfig: Fix integer overflow in initrd size check

In the Linux kernel, the following vulnerability has been resolved: bootconfig: Fix integer overflow in initrd size check Sashiko reported that in getbootconfigfrominitrd, a crafted initrd with a huge bootconfig size such as 0xFFFFFFFF can cause the pointer arithmetic: data = void hdr - size; to...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86760

In the Linux kernel, the following vulnerability has been resolved: bootconfig: Fix integer overflow in initrd size check Sashiko reported that in getbootconfigfrominitrd, a crafted initrd with a huge bootconfig size such as 0xFFFFFFFF can cause the pointer arithmetic: data = void hdr - size; to...

5.8AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 10:22 a.m.•8 views

CVE-2026-97905 cpufreq: zero-initialize policy cpumask before sysfs publication

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zero-initialize policy cpumask before sysfs publication cpufreqpolicyalloc allocates policy-cpus with alloccpumaskvar, i.e. without GFPZERO, unlike the sibling relatedcpus and realcpus masks. With CONFIGCPUMASKOFFSTACK=y...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•6 views

EUVD-2026-86759

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zero-initialize policy cpumask before sysfs publication cpufreqpolicyalloc allocates policy-cpus with alloccpumaskvar, i.e. without GFPZERO, unlike the sibling relatedcpus and realcpus masks. With CONFIGCPUMASKOFFSTACK=y...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•13 views

CVE-2026-97904

The Linux kernel contains a vulnerability where cpufreq_policy_alloc() initializes the policy->rwsem semaphore after kobject_init_and_add() has already created the policy sysfs directory and its default attributes. This timing issue allows a sysfs access to reach a policy callback before the s...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97904 cpufreq: initialize policy rwsem before sysfs publication

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•32 views

CVE-2026-97904 cpufreq: initialize policy rwsem before sysfs publication

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•5 views

EUVD-2026-86758

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

5.8AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86756

In the Linux kernel, the following vulnerability has been resolved: fs: don't return -EINVAL for successful nested thaw Commit 7366f8b6fc6a "fs: handle freezing from multiple devices" replaced the freezeholders bitmask with per-holder counters to allow nested freezes. In the bitmask version, a th...

5.9AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97902 fs: don't return -EINVAL for successful nested thaw

In the Linux kernel, the following vulnerability has been resolved: fs: don't return -EINVAL for successful nested thaw Commit 7366f8b6fc6a "fs: handle freezing from multiple devices" replaced the freezeholders bitmask with per-holder counters to allow nested freezes. In the bitmask version, a th...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•32 views

CVE-2026-97903 exit: hold a reference to thread_pid across proc_flush_pid

In the Linux kernel, the following vulnerability has been resolved: exit: hold a reference to threadpid across procflushpid Commit 0a36bad01731 "releasetask: kill the no longer needed get/putpidthreadpid" removed the reference around procflushpid. It assumed that freepidspost.pids at the end of...

7.8CVSS0.00124EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•7 views

EUVD-2026-86757

In the Linux kernel, the following vulnerability has been resolved: exit: hold a reference to threadpid across procflushpid Commit 0a36bad01731 "releasetask: kill the no longer needed get/putpidthreadpid" removed the reference around procflushpid. It assumed that freepidspost.pids at the end of...

7.8CVSS6.2AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:22 a.m.•11 views

CVE-2026-97902

The Linux kernel contains a vulnerability where thaw_super_locked() incorrectly returns -EINVAL when a nested thaw succeeds but other holders remain. This misinforms callers, specifically breaking bdev-initiated freezing . When a filesystem is frozen via FIFREEZE and nested via bdev_freeze(), the...

5.9AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97903 exit: hold a reference to thread_pid across proc_flush_pid

In the Linux kernel, the following vulnerability has been resolved: exit: hold a reference to threadpid across procflushpid Commit 0a36bad01731 "releasetask: kill the no longer needed get/putpidthreadpid" removed the reference around procflushpid. It assumed that freepidspost.pids at the end of...

7.8CVSS6.2AI score
SaveExploits0References6
Rows per page
Query Builder