Cyber Resilience

CVE-2023-0567

Crypto Weakness in Php 8.0.0 – 8.0.28

Public PoCCrypto Weakness
Published
01 March 2023
Modified
19 July 2026
Patch / advisory
CVSS Score v3.1 7.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0095 58th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2023-0567 is a high-severity Use of Password Hash With Insufficient Computational Effort (CWE-916) vulnerability in Php Php. Its CVSS base score is 7.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Brute Force (T1110); ranked in the top 42% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing…

more

any password for this entry as valid.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1110.002 Password Cracking Credential Access
Adversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-3247Same product: Php Php
CVE-2025-14178Same product: Php Php
CVE-2026-6722Same product: Php Php
CVE-2016-3078Same product: Php Php
CVE-2023-0662Same product: Php Php
CVE-2025-14177Same product: Php Php
CVE-2026-7263Same product: Php Php
CVE-2026-17543Same product: Php Php
CVE-2025-14180Same product: Php Php
CVE-2025-1217Same product: Php Php

Affected Assets

php
php
8.0.0 — 8.0.28 · 8.1.0 — 8.1.16 · 8.2.0 — 8.2.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V11.4.2

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-916

Information from security contacts highlights password hashing methods with insufficient computational effort, preventing their adoption.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.DS-01 mostly match
prevents

Proper password hashing is a direct instance of using cryptographic hashes to protect data-at-rest.

PR.PS-06 mostly match
prevents

Secure development practices explicitly include selection and configuration of strong, computationally expensive password hashes.

PR.AA-03 partial match
prevents

Authentication policies may reference password handling but do not address storage or computational cost of hashes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Requires secure handling of authentication information, which includes choosing strong password hashing schemes.

prevents

Requires appropriate use of cryptography, which encompasses selecting strong hashing algorithms for passwords.

prevents

Secure coding practices include implementing password storage with adequate computational effort.

degrades

Mandates secure authentication mechanisms, directly addressing the need for computationally strong password hashes.

References