ArchLinux: 202005-8: keycloak: arbitrary code execution
Summary
A flaw was found in Keycloak, where the code base contains usages of ObjectInputStream without type checks. This flaw allows an attacker to inject arbitrarily serialized Java Objects, which would then get deserialized in a privileged context and potentially lead to remote code execution.
Resolution
Upgrade to 10.0.1-1.
# pacman -Syu "keycloak>=10.0.1-1"
The problem has been fixed upstream in version 10.0.1.
References
https://bugs.archlinux.org/task/66642 https://github.com/keycloak/keycloak/pull/7053 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1714 https://security.archlinux.org/CVE-2020-1714
Workaround
None.