CVE-2026-44596: Missing Rate Limiting Auth Endpoint

The routing logic for this authentication or token endpoint does not enforce rate limiting. Unrestricted authentication paths allow for brute-force and credential stuffing attacks. Ensure that a rate limiter check (e.g., `checkRateLimit`) is executed before passing the request to the underlying handler endpoint.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Java
greprules fetch cve-2026-44596-missing-rate-limiting-auth-endpoint --engine opengrep

Description

The routing logic for this authentication or token endpoint does not enforce rate limiting. Unrestricted authentication paths allow for brute-force and credential stuffing attacks. Ensure that a rate limiter check (e.g., `checkRateLimit`) is executed before passing the request to the underlying handler endpoint.