pac4j-core affected by a Java deserialization vulnerability
Critical severity
GitHub Reviewed
Published
Oct 11, 2024
to the GitHub Advisory Database
•
Updated Oct 11, 2024
Description
Published by the National Vulnerability Database
Oct 10, 2024
Published to the GitHub Advisory Database
Oct 11, 2024
Reviewed
Oct 11, 2024
Last updated
Oct 11, 2024
pac4j is a security framework for Java.
pac4j-core
prior to version 4.0.0 is affected by a Java deserialization vulnerability. The vulnerability affects systems that store externally controlled values in attributes of theUserProfile
class from pac4j-core. It can be exploited by providing an attribute that contains a serialized Java object with a special prefix{#sb64}
and Base64 encoding. This issue may lead to Remote Code Execution (RCE) in the worst case. Although aRestrictedObjectInputStream
is in place, that puts some restriction on what classes can be deserialized, it still allows a broad range of java packages and potentially exploitable with different gadget chains. pac4j versions 4.0.0 and greater are not affected by this issue. Users are advised to upgrade. There are no known workarounds for this vulnerability.References