CVE Catalog

CVE-2026-56682

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.50%

42th percentile - higher than 42% of all known CVEs

Summary

In 9Router prior to 0.5.6, deployments that allow requests to reach Next.js without the sanitizing custom-server.js wrapper use the client-supplied X-9r-Real-Ip value as the bucket key in getClientIp, checkLock, and recordFail in src/lib/auth/loginLimiter.js for POST /api/auth/login. A remote unauthenticated attacker can rotate the header on every password guess so each request uses a new failed-attempt bucket and the five-attempt progressive lockout never returns HTTP 429.

Risk Assessment

An attacker can perform unthrottled password guessing against the dashboard login, potentially leading to administrative session takeover if the password is recovered. This poses a serious security risk for 9Router deployments.

Recommendation

Upgrade 9Router to version 0.5.6 or later. Ensure requests pass through the custom-server.js wrapper that sanitizes the X-9r-Real-Ip header.

Other vulnerabilities in 9Router

See all
Original NVD description (English source)

9Router is an AI router & token saver. Prior to 0.5.6, 9Router deployments that allow requests to reach Next.js without the sanitizing custom-server.js wrapper use the client-supplied X-9r-Real-Ip value as the bucket key in getClientIp, checkLock, and recordFail in src/lib/auth/loginLimiter.js for POST /api/auth/login. A remote unauthenticated attacker can rotate the header on every password guess so each request uses a new failed-attempt bucket and the five-attempt progressive lockout never returns HTTP 429. This permits unthrottled password guessing against the dashboard login and can lead to an administrative session if the password is recovered. This issue is fixed in version 0.5.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS