THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-62382 — 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

[NVD] CVE-2026-62382 — 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

mednvdPublished 2026-08-22

CVE-2026-62382 CVSS: None Published: 2026-08-22T13:16:40.110

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

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-62382