From 4db0d071772c43c39e754276efd2aa73afb8e6ce Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Fri, 23 Aug 2019 08:31:23 +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 3c13972f1b..435173c642 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 3c13972f1bdac65c5125785e443cdf0bf61acdd4 +Subproject commit 435173c642a6793761b068fd8a52b2edb307a6a1