CVE-2024-3096 Vulnerability Details

  /     /     /  

CVE-2024-3096 Metadata Quick Info

CVE Published: 29/04/2024 | CVE Updated: 01/08/2024 | CVE Year: 2024
Source: php | Vendor: PHP Group | Product: PHP
Status : PUBLISHED

CVE-2024-3096 Description

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.

Metrics

CVSS Version: 3.1 | Base Score: 6.5 MEDIUM
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

l➤ Exploitability Metrics:
    Attack Vector (AV)* NETWORK
    Attack Complexity (AC)* LOW
    Privileges Required (PR)* NONE
    User Interaction (UI)* REQUIRED
    Scope (S)* UNCHANGED

l➤ Impact Metrics:
    Confidentiality Impact (C)* HIGH
    Integrity Impact (I)* NONE
    Availability Impact (A)* NONE

Weakness Enumeration (CWE)

CWE-ID: CWE-20
CWE Name: CWE-20 Improper Input Validation
Source: PHP Group

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID: CAPEC-52
CAPEC Description: CAPEC-52 Embedding NULL Bytes


Source: NVD (National Vulnerability Database).