Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-18963_analyst — Docker-based lab for reproducing Keycloak CVE-2026-18963, including vulnerable version setup, realm seeding, and source-level workflow analysis with patch comparison and test matrix. | Kitploit
도구/GitHubGitHub/minh3102011/cve-2026-18963_analyst
Vulnerability AnalysisExploitationWeb SecurityAuthenticationLearning & EducationLabs & Practice
GitHubminh3102011/cve-2026-18963_analyst

CVE-2026-18963_analyst

Docker-based lab for reproducing Keycloak CVE-2026-18963, including vulnerable version setup, realm seeding, and source-level workflow analysis with patch comparison and test matrix.

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
저장소 보기
418일 전아직 검토되지 않음
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

Keycloak

GitHub Release OpenSSF Best Practices CLOMonitor OpenSSF Scorecard Artifact Hub GitHub Repo stars GitHub commit activity Translation status

Open Source Identity and Access Management

Add authentication to applications and secure services with minimum effort. No need to deal with storing users or authenticating users.

Keycloak provides user federation, strong authentication, user management, fine-grained authorization, and more.

Help and Documentation

  • Documentation
  • User Mailing List - Mailing list for help and general questions about Keycloak
  • Join #keycloak for general questions, or #keycloak-dev on Slack for design and development discussions, by creating an account at https://slack.cncf.io/.

Reporting Security Vulnerabilities

If you have found a security vulnerability, please look at the instructions on how to properly report it.

Reporting an issue

If you believe you have discovered a defect in Keycloak, please open an issue. Please remember to provide a good summary, description as well as steps to reproduce the issue.

Getting started

To run Keycloak, download the distribution from our website. Unzip and run:

root@kitploit:~
bin/kc.[sh|bat] start-dev

Alternatively, you can use the Docker image by running:

root@kitploit:~
docker run quay.io/keycloak/keycloak start-dev

For more details refer to the Keycloak Documentation.

Building from Source

To build from source, refer to the building and working with the code base guide.

Testing

To run tests, refer to the running tests guide.

Writing Tests

To write tests, refer to the writing tests guide.

Contributing

Before contributing to Keycloak, please read our contributing guidelines. Participation in the Keycloak project is governed by the CNCF Code of Conduct.

Joining a community meeting is a great way to get involved and help shape the future of Keycloak.

Code of Conduct

We are committed to providing a safe, welcoming, and constructive environment for all Keycloak contributors and users. To protect this space, we actively enforce our Code of Conduct. If you wish to report an incident or appeal a moderation decision, please email [email protected].

Other Keycloak Projects

  • Keycloak - Keycloak Server and Java adapters
  • Keycloak Client - Keycloak client libraries
  • Keycloak QuickStarts - QuickStarts for getting started with Keycloak
  • Keycloak Node.js Connect - Node.js adapter for Keycloak

License

  • Apache License, Version 2.0

Keycloak CVE-2026-18963 Docker Lab

This lab starts the vulnerable Keycloak version 26.7.1 on localhost and seeds a minimal realm for reproducing the CVE flow.

Investigation documents

  • Workflow analysis: source-level root cause, affected request sequence, patch comparison, and remediation.
  • Evidence and test matrix: acceptance criteria for vulnerable and fixed builds.

Start

root@kitploit:~
docker compose up -d keycloak-vuln
docker compose up --abort-on-container-exit keycloak-lab-init

Keycloak will be exposed at:

  • http://127.0.0.1:18080
  • admin console: admin / admin

Seeded lab objects:

  • realm: lab
  • client: poc
  • redirect URI: http://localhost/cb
  • user: victim
  • password: OldPassw0rd!

Stop

root@kitploit:~
docker compose down

Notes

  • This compose file intentionally runs only the vulnerable version.
  • The init container is idempotent enough for repeated local testing; it skips existing realm/client/user and resets the victim password.
  • Runtime reproduction was not executed in the current review environment because Docker was unavailable. Do not treat static source analysis as a live takeover result until the evidence matrix has been run on an isolated lab.
도구 다운로드