OSV 1.4.0 · github-reviewed · 修改于 2026-08-07 05:04
发布时间
2026-08-07 05:04
GitHub 审查时间
2026-08-07 05:04
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/08/GHSA-p8x7-9vfw-p7vc/GHSA-p8x7-9vfw-p7vc.json
The vulnerability allows any authenticated user to change their own password without providing the current password or having an active elevated session. It also allows the attacker to change other users’ passwords if the attacker’s account has edit users permission (which doesn’t allow changing others’ passwords) and lacks Administrate users permission (which is required to change others’ passwords).
The vulnerability exists in the elements/save action when saving a User element. The UserPasswordValidator applies only a safe validator to the newPassword field without an on scenario restriction. This makes newPassword mass-assignable during the generic element save flow, completely bypassing the dedicated users/set-password action that enforces elevated session verification.
An attacker with any authenticated session (whether it’s hijacked or a normal / low-privileged user) can change their own password, and potentially take over administrator accounts.