Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2019-04-22
-
36
Description
const auto id = cursor.readAndAdvance<SymmetricKeyId::id_type>();
does not specify an endianness, and thus attempts to read the value using machine byte ordering. When this is BigEndian, the value comes out incorrect.