Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It would be nice to support a custom (not-null) IV in guacamole-auth-json
We have a cryptography expert at our company that took a look at the implementation here:
according to him:
- Having a null-IV coupled with the cipher that Guacamole is using (CBC) is far from ideal from security perspective, even with the signature in the payload it's possible to generate the same cipher-text thus it is bruteforce-able
- He also thinks that it could be nice to use a standard like AEAD (https://en.wikipedia.org/wiki/Authenticated_encryption) in Guacamole instead of using a custom implementation.
We believe that allowing a null-IV could be problematic and allowing a configurable IV would be a great short-term solution.
Attachments
Issue Links
- relates to
-
GUACAMOLE-1218 Move guacamole-auth-json into the main project.
- Closed