GHSA-gf8h-gq53-288j
OpenAM: WebAuthn Java deserialization RCE via ObjectInputFilter depth>1 bypass
빠른 조치
GHSA-gf8h-gq53-288j — org.openidentityplatform.openam:openam-auth-webauthn: 아래 명령으로 수정 버전으로 올리세요.
# pom.xml: bump <version>16.1.2</version> for org.openidentityplatform.openam:openam-auth-webauthn 상세
### 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`.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 수정 버전: 16.1.2 # pom.xml: bump <version>16.1.2</version> for org.openidentityplatform.openam:openam-auth-webauthn 참고
- https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-gf8h-gq53-288j [WEB]
- https://github.com/OpenIdentityPlatform/OpenAM/commit/9dd0fbe07f70f118cf45042d3a9ffb32f3c21e08 [WEB]
- https://github.com/OpenIdentityPlatform/OpenAM [PACKAGE]
- https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.1.2 [WEB]