SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-62382

MEDIUM · CVSS 6.9 EPSS 0.69% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Versions v1.45.11 through v2.9.5 of PasswordPusher are vulnerable due to an improper authorization flaw in the push deletion logic, allowing attackers to delete anonymous pushes without proper restrictions. This vulnerability arises when both the push owner and the current user are nil, bypassing the intended viewer deletion controls. Organizations using affected versions, particularly those allowing anonymous pushes, should prioritize upgrading to version 2.9.6 to mitigate the risk of unauthorized deletions.

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-62382
Severity
MEDIUM
CVSS
6.9
EPSS
0.69%

Original NVD Description

PasswordPusher versions v1.45.11 through v2.9.5 contain an improper authorization vulnerability in the push deletion logic. The ownership check compares @push.user against current_user; for an anonymously created push both values are nil, and Ruby evaluates nil == nil as true, so the check passes and the deletable_by_viewer restriction is never enforced. An attacker who knows only the secret URL can permanently delete an anonymous push even when the creator disabled viewer deletion and even without the passphrase. Only deployments that allow anonymous pushes (the default) are affected. The issue is fixed in v2.9.6.