diff --git a/doc/releases/release-notes-2.0.rst b/doc/releases/release-notes-2.0.rst index b2feb694950..93d4f32a14b 100644 --- a/doc/releases/release-notes-2.0.rst +++ b/doc/releases/release-notes-2.0.rst @@ -23,6 +23,19 @@ Major enhancements with this release include: The following sections provide detailed lists of changes by component. +Security Vulnerability Related +****************************** + +The following security vulnerability (CVE) was addressed in this +release: + +* Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and + including version 5.1 permits sufficiently low encryption key length + and does not prevent an attacker from influencing the key length + negotiation. This allows practical brute-force attacks (aka "KNOB") + that can decrypt traffic and inject arbitrary ciphertext without the + victim noticing. + Kernel ******