Currently, the following versions of keycloak-unfold are supported with security updates:
| Version | Status |
|---|---|
| 26.x | ✅ Supported |
If you discover a potential security vulnerability in keycloak-unfold, please do not open a public issue. Instead, report it privately to the maintainers:
- Fabio Falcinelli: fabio.falcinelli@gmail.com
We aim to acknowledge receipt of your report as soon as possible (typically within a few business days). Please note that while we take security seriously, we are a community-maintained project and cannot guarantee a specific resolution timeframe. We will provide updates as we investigate the issue and work toward a fix.
To help us address the issue quickly, please include:
- A clear description of the vulnerability.
- A minimal reproducible example (PoC) if possible.
- Any potential impact or exploitation scenarios.
keycloak-unfold is a custom theme for Keycloak. To ensure your usage remains secure:
- Keep Keycloak and the Theme Updated: Ensure you are using a supported version of Keycloak and the latest version of
keycloak-unfoldto benefit from security fixes in both Keycloak's core and this theme. - Template Customization: If you customize the theme's FreeMarker templates (
.ftl), make sure to properly escape dynamic values to prevent Cross-Site Scripting (XSS) vulnerabilities. - Secure Deployment: Deploy the theme JAR or directory with proper access controls on your Keycloak server. Restrict read/write permissions to authorized system users/processes only.
- Dependencies: If building from source, keep NPM dependencies updated to avoid vulnerabilities in build-time tooling.
We follow a responsible disclosure policy:
- Acknowledge the report.
- Investigate and confirm the vulnerability.
- Work on a fix.
- Release a new version with the fix.
- Publicly disclose the vulnerability (e.g., via GitHub Security Advisories) after a fix is available and users have had time to update.