In PHP version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\x00), testing a blank string as the password via password_verify() will incorrectly return true.
References
Configurations
No configuration.
History
13 Feb 2025, 18:18
Type | Values Removed | Values Added |
---|---|---|
Summary | (en) In PHP version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\x00), testing a blank string as the password via password_verify() will incorrectly return true. |
Information
Published : 2024-04-29 04:15
Updated : 2025-02-13 18:18
NVD link : CVE-2024-3096
Mitre link : CVE-2024-3096
CVE.ORG link : CVE-2024-3096
JSON object : View
Products Affected
No product.
CWE
CWE-20
Improper Input Validation