CyberRota Analysis
AI-GeneratedPasswordPusher 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.
Note: these links are listed for security research and verification purposes only.
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.