SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-61458

HIGH · CVSS 7.5 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-13 · Last synced 2026-08-12

CyberRota Analysis

AI-Generated

PasswordPusher versions prior to 2.9.2 are vulnerable to a brute-force attack due to the absence of rate limiting and lockout mechanisms on the POST /p/:token/access endpoint. This allows attackers to exploit known push tokens and attempt passphrase guesses at a rate of 120 attempts per minute, significantly increasing the risk of unauthorized access. Organizations using affected versions should prioritize patching to mitigate the risk of credential compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61458
Severity
HIGH
CVSS
7.5
EPSS
0.30%

Original NVD Description

PasswordPusher before 2.9.2 contains a brute-force vulnerability in the POST /p/:token/access endpoint that lacks route-specific rate limiting and per-push lockout mechanisms. Attackers who know a push token can systematically guess passphrases at 120 attempts per minute without triggering any push-level defense, making short or dictionary-derived passphrases practically recoverable within hours or days.