Keycloak's GHSA advisory (GHSA-gv3v-2cpp-3pmq) lists the affected
package/range as org.keycloak:keycloak-quarkus-server < 26.5.6 with no
lower bound, so by version string alone 25.0.6 is nominally in range.
The actual vulnerable mechanism is the HTTP access log feature
(config.HttpAccessLogOptions, HttpAccessLogPropertyMappers) added by
the fix commit's PR to mask Authorization/Cookie headers in a verbose
access-log pattern. That feature does not exist in 25.0.6 at all —
confirmed via a full source search (no HttpAccessLogOptions.java,
HttpAccessLogPropertyMappers.java, or any http-access-log config
option anywhere in quarkus/config-api or quarkus/runtime). There is no
access-log-pattern mechanism in this version capable of the described
header disclosure.