Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-18963 — Nuclei template to discover exposed Keycloak reset-credentials endpoints across multiple paths, aiding validation of CVE-2026-18963 exposure. | Kitploit
Tools/GitHubGitHub/debugactiveprocess/cve-2026-18963
ReconnaissanceVulnerability ScannersExploitationWeb SecurityPenetration Testing
GitHubdebugactiveprocess/cve-2026-18963

CVE-2026-18963

Nuclei template to discover exposed Keycloak reset-credentials endpoints across multiple paths, aiding validation of CVE-2026-18963 exposure.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
421 days agoNot yet reviewed

Keycloak Reset Path Finder

Nuclei template to discover exposed Keycloak reset-credentials endpoints across multiple proxy prefixes, context paths, realm names, and path variations.

Summary

This template helps identify reachable password reset flows that may be relevant during validation of environments affected by:

  • CVE-2026-18963
  • Keycloak unauthenticated account takeover via reset-credentials flow bypass

According to the public Keycloak issue, the vulnerability allows an unauthenticated attacker to force the password reset process for a user without requiring the expected email verification link, potentially leading to full account takeover.

Reference:

  • https://github.com/keycloak/keycloak/issues/51833

Usage

root@kitploit:~
nuclei -t reset-path-finder.yaml -u https://target.example

Notes

  • This template is focused on endpoint discovery.
  • It does not perform account takeover or password reset completion.
  • Review findings manually to confirm exposure and applicability.
Download Tool