First published: Thu Nov 30 2017(Updated: )
A vulnerability was found in the bluetooth subsystem in the Linux kernel. This flaw takes affect while processing of incoming L2CAP commands - ConfigRequest, and ConfigResponse messages as uninitialized stack variables may be returned to an attacker in their uninitialized state. By manipulating the code flows that precede the handling of these configuration messages, an attacker can also gain some control over which data will be held in the uninitialized stack variables. This can allow him to bypass KASLR, and stack canaries protection - as both pointers and stack canaries may be leaked in this manner. This kind of flaw is considered an 'information leak' and can be used by attackers to defeat defensive protection mechanisms that would usually mitigate other flaws. References: <a href="http://seclists.org/oss-sec/2017/q4/357">http://seclists.org/oss-sec/2017/q4/357</a> An upstream patch: <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=06e7e776ca4d3654">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=06e7e776ca4d3654</a>
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >3.2<4.15 | |
Linux Kernel | =4.15-rc1 | |
Linux Kernel | =4.15-rc2 | |
Linux Kernel | =4.15-rc3 | |
Linux Kernel | =4.15-rc4 | |
Linux Kernel | =4.15-rc5 | |
Linux Kernel | =4.15-rc6 | |
Linux Kernel | =4.15-rc7 | |
Debian Linux | =8.0 | |
Debian Linux | =9.0 | |
Red Hat Virtualization Host EUS | =4.0 | |
Red Hat Enterprise Linux Desktop | =6.0 | |
Red Hat Enterprise Linux Desktop | =7.0 | |
Red Hat Enterprise Linux Server | =6.0 | |
Red Hat Enterprise Linux Server | =7.0 | |
Red Hat Enterprise Linux Server | =7.6 | |
Red Hat Enterprise Linux Server | =7.4 | |
Red Hat Enterprise Linux Server | =7.6 | |
Red Hat Enterprise Linux Server | =7.4 | |
Red Hat Enterprise Linux Server | =7.6 | |
Red Hat Enterprise Linux Workstation | =6.0 | |
Red Hat Enterprise Linux Workstation | =7.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-1000410 is considered a high-severity vulnerability due to its potential for exploitation in the Bluetooth subsystem of the Linux kernel.
To fix CVE-2017-1000410, update your Linux kernel to version 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, 6.12.12-1, or 6.12.15-1.
CVE-2017-1000410 affects Linux kernel versions from 3.2 to 4.15, including the 4.15 release candidates.
Currently, there is no known workaround for CVE-2017-1000410 other than applying the recommended kernel patches.
CVE-2017-1000410 specifically impacts the Bluetooth subsystem of the Linux kernel, particularly during the handling of L2CAP commands.