The commonly used integration of libtpms with OpenSSL contained a vulnerability related to the returned IV (initialization vector) when certain symmetric ciphers were used. Instead of returning the last IV it returned the initial IV to the caller. The fix for this required the copying of the last-used IV from OpenSSL so it can be return back to the caller and used in subsequent encryption and decryption steps. The side-effect of the fix is that previously chain-encrypted data will not be decryptable anymore with the TPM 2. Reference and upstream patch: https://github.com/stefanberger/libtpms/commit/32c159ab53db703749a8f90430cdc7b20b00975e
Created libtpms tracking bugs for this issue: Affects: fedora-all [bug 1939665]
Statement: The versions of `libtpms` as shipped with Red Hat Enterprise Linux 8 Advanced Virtualization are affected by this issue. A future update may fix the code.
Upstream fix: https://github.com/stefanberger/libtpms/commit/5a2f196842d9da43c65fd4a533ff348af684939f [v0.8.2] https://github.com/stefanberger/libtpms/commit/68aa19dac7e1b80509a915ed72c2cbc1184b42bb [v0.7.7]
This bug has been fixed a while ago. I think this bugzilla can be closed.