cve/2024/CVE-2024-11736.md
2025-09-29 21:09:30 +02:00

1.5 KiB

CVE-2024-11736

Description

A vulnerability was found in Keycloak. Admin users may have to access sensitive server environment variables and system properties through user-configurable URLs. When configuring backchannel logout URLs or admin URLs, admin users can include placeholders like ${env.VARNAME} or ${PROPNAME}. The server replaces these placeholders with the actual values of environment variables or system properties during URL processing.

POC

Reference

No PoCs from references.

Github