-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Security 2019-04-22
-
36
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.