A AegiFlow
CRITICALCVSS 9.2

CVE-2026-62263

OpenAM: WebAuthn Java deserialization RCE via ObjectInputFilter depth>1 bypass

Published
2026-07-24
Modified
2026-07-24
Aliases
GHSA-gf8h-gq53-288j
Sources
github-advisory

Summary

### Summary The GHSA-6c99-87fr-6q7r fix wrapped WebAuthn authenticator deserialization in an `ObjectInputFilter` meant to allow only `AuthenticatorImpl`, but it short-circuits to `ALLOWED` for any object at stream `depth > 1`. Because the Java serialization filter is consulted for every class in the graph (and `depth == 1` only for the root's concrete class), the allowlist constrains only the root and leaves the entire nested graph unchecked. ### Impact An attacker can craft a stream rooted at `AuthenticatorImpl` with an arbitrary gadget chain nested inside. The gadget's `readObject`/`readResolve` executes during `readObject()` — before the cast and before any assertion verification — enabling remote code execution when a gadget is on the classpath. The deserialization sink is reached pre-authentication via an attacker-chosen `userHandle`.

Affected packages

EcosystemPackageAffected versionsFixed versions
Mavenorg.openidentityplatform.openam:openam-auth-webauthn16.1.2

Remediation: Upgrade to 16.1.2 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.