Apache Syncope's AES encryption stores hard-coded passwords in internal database
High severity
GitHub Reviewed
Published
Nov 24, 2025
to the GitHub Advisory Database
•
Updated Nov 25, 2025
Package
Affected versions
>= 4.0.0, < 4.0.3
< 3.0.15
Patched versions
4.0.3
3.0.15
Description
Published by the National Vulnerability Database
Nov 24, 2025
Published to the GitHub Advisory Database
Nov 24, 2025
Reviewed
Nov 25, 2025
Last updated
Nov 25, 2025
Apache Syncope can be configured to store the user password values in the internal database with AES encryption, though this is not the default option.
When AES is configured, the default key value, hard-coded in the source code, is always used. This allows a malicious attacker, once obtained access to the internal database content, to reconstruct the original cleartext password values.
This is not affecting encrypted plain attributes, whose values are also stored using AES encryption.
Users are recommended to upgrade to version 3.0.15 / 4.0.3, which fix this issue.
References