๐Ÿ” CVE Alert

CVE-2026-62382

UNKNOWN 0.0

PasswordPusher before v2.9.6 Authentication Bypass via Null Comparison

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-863
Vendor pglombardo
Product passwordpusher
Published Aug 22, 2026
Stay Ahead of the Next One

Get instant alerts for pglombardo passwordpusher

Be the first to know when new unknown vulnerabilities affecting pglombardo passwordpusher are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

pglombardo / PasswordPusher
0 < 2.9.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pglombardo/PasswordPusher/security/advisories/GHSA-jf2m-hpj9-4qx2 vulncheck.com: https://www.vulncheck.com/advisories/passwordpusher-before-authentication-bypass-via-null-comparison

Credits

๐Ÿ” theopaid