Skip to content

Password change validation missing

High
glye published GHSA-x93p-w2ch-fg67 Dec 10, 2025

Package

composer ibexa/user (Composer)

Affected versions

v5.0.*

Patched versions

v5.0.4

Description

Impact

The vulnerability is in the password change dialog in the back office. During the transition from v4 to v5 a mistake was made in the validation code which caused the validation of the previous password to not run as expected. This made it possible for a logged in user to change password in the back office without knowing the previous password. For example if someone logs in, leaves their workstation unlocked, and another person uses the same machine.

Credit

The issue was reported to us by Code-Rhapsodie. We thank them for their responsible disclosure!
https://www.code-rhapsodie.fr/

Patches

Workarounds

None.

References

Severity

High

CVE ID

CVE-2025-67719

Weaknesses

Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. Learn more on MITRE.