CVE-2019-13723
📋 TL;DR
This is a use-after-free vulnerability in Chrome's WebBluetooth implementation that allows a remote attacker who has already compromised the renderer process to potentially exploit heap corruption. Attackers could execute arbitrary code or cause denial of service. Users of Google Chrome prior to version 78.0.3904.108 are affected.
💻 Affected Systems
- Google Chrome
- Chromium-based browsers
📦 What is this software?
Backports by Opensuse
Chrome by Google
Google Chrome is the world's most popular web browser, used by over 3 billion users globally across Windows, macOS, Linux, Android, and iOS platforms. As a Chromium-based browser developed by Google, Chrome dominates the browser market with approximately 65% market share, making it a critical compon...
Learn more about Chrome →Fedora by Fedoraproject
Fedora by Fedoraproject
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to full system compromise, data theft, or ransomware deployment
Likely Case
Browser crash/denial of service or limited code execution within sandboxed renderer process
If Mitigated
Browser crash with no further impact if sandboxing holds and no additional vulnerabilities are chained
🎯 Exploit Status
Requires renderer process compromise first, then can be used to escalate privileges or escape sandbox
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 78.0.3904.108 and later
Vendor Advisory: https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop_18.html
Restart Required: Yes
Instructions:
1. Open Chrome menu > Help > About Google Chrome. 2. Chrome will automatically check for updates. 3. If update available, click 'Relaunch' to apply. 4. For enterprise deployments, use Chrome Enterprise policies to push updates.
🔧 Temporary Workarounds
Disable WebBluetooth
allDisable the WebBluetooth API to prevent exploitation
chrome://flags/#enable-web-bluetooth
Set to 'Disabled'
Use Chrome Enterprise policies
allDisable WebBluetooth via enterprise policies
Set 'DefaultWebBluetoothGuardSetting' to 2 (Block)
🧯 If You Can't Patch
- Disable WebBluetooth feature via chrome://flags or enterprise policies
- Restrict access to untrusted websites and implement web filtering
🔍 How to Verify
Check if Vulnerable:
Check Chrome version via chrome://version or 'About Google Chrome' - if version is below 78.0.3904.108, system is vulnerable
Check Version:
On Linux: google-chrome --version | On Windows: reg query "HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon" /v version
Verify Fix Applied:
Confirm Chrome version is 78.0.3904.108 or higher via chrome://version
📡 Detection & Monitoring
Log Indicators:
- Chrome crash reports with WebBluetooth-related stack traces
- Unexpected renderer process terminations
Network Indicators:
- HTTP requests to known exploit hosting domains
- Unusual WebBluetooth API usage patterns
SIEM Query:
source="chrome_crash_reports" AND (process="renderer" OR module="bluetooth") AND severity="HIGH"
🔗 References
- http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00035.html
- https://access.redhat.com/errata/RHSA-2019:3955
- https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop_18.html
- https://crbug.com/1024121
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/54XWRJ5LDFL27QXBPIBX3EHO4TPMKN4R/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/USW7PGIHNPE6W3LGY6ZDFLELQGSL52CH/
- https://security.gentoo.org/glsa/202003-08
- http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00035.html
- https://access.redhat.com/errata/RHSA-2019:3955
- https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop_18.html
- https://crbug.com/1024121
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/54XWRJ5LDFL27QXBPIBX3EHO4TPMKN4R/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/USW7PGIHNPE6W3LGY6ZDFLELQGSL52CH/
- https://security.gentoo.org/glsa/202003-08