From 1651bffa49923b795429bdbc6d0bcb0fa9b58982 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Fri, 23 Aug 2019 08:32:16 +0800 Subject: [PATCH] components/bt: set the minimum encryption key size to be 7 octects for BR/EDR link for preventing KNOB attack. This patch is to address the CVE-2019-9506 vulnerability. --- components/bt/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 8262f807fd..84b35d5b6b 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 8262f807fd1f9ce9717fc3e1cb0485d1667c8730 +Subproject commit 84b35d5b6ba968d29e88df77d137916c48c4b6e1