Use of a Broken or Risky Cryptographic Algorithm in XWiki Crypto API
Moderate severity
GitHub Reviewed
Published
May 5, 2022
in
xwiki/xwiki-platform
•
Updated Jul 21, 2023
Package
Affected versions
< 13.10.6
>= 14.0.0, < 14.3.1
Patched versions
13.10.6
14.3.1
Description
Published by the National Vulnerability Database
May 6, 2022
Published to the GitHub Advisory Database
May 24, 2022
Reviewed
May 24, 2022
Last updated
Jul 21, 2023
Impact
XWiki Crypto API will generate X509 certificates signed by default using SHA1 with RSA, which is not considered safe anymore for use in certificate signatures, due to the risk of collisions with SHA1.
Note that this API is never used in XWiki Standard but it might be used in some extensions of XWiki.
Patches
The problem has been patched in XWiki version 13.10.6, 14.3.1 and 14.4-rc-1. Since then, the Crypto API will generate X509 certificates signed by default using SHA256 with RSA.
Workarounds
Administrators are advised to upgrade their XWiki installation to one of the patched versions.
If the upgrade is not possible, it is possible to patch the module xwiki-platform-crypto in a local installation by applying the change exposed in xwiki/xwiki-platform@26728f3 and re-compiling the module.
References
https://jira.xwiki.org/browse/XWIKI-19676
https://github.com/openssl/openssl/blob/master/CHANGES.md?plain=1#L938
openssl/openssl#16650
For more information
If you have any questions or comments about this advisory:
References