Skip to content

Commit cce327a

Browse files
committed
doc/CHANGELOG.md: update changelog for 4.3.2-rc0 CVE-fix
Signed-off-by: Imran Desai <imran.desai@intel.com>
1 parent da7c5c3 commit cce327a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
### 4.3.2-rc0 2021-06-02
4+
5+
* tpm2_import: fix fixed AES key CVE-2021-3565
6+
- tpm2_import used a fixed AES key for the inner wrapper, which means that
7+
a MITM attack would be able to unwrap the imported key. To fix this,
8+
ensure the key size is 16 bytes or bigger and use OpenSSL to generate a
9+
secure random AES key.
10+
311
### 4.3.1 2021-05-18
412

513
* tpm2_dictionarylockout: Fix issue where setting value reset others

0 commit comments

Comments
 (0)