Cyber Resilience

CVE-2022-31626

Memory Safety in Php 7.4.0 – 7.4.30

Public PoCHigh EPSSMemory Safety
Published
16 June 2022
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.58 99.0th percentile
Risk Priority 80 floored blend · peak EPSS

Summary

CVE-2022-31626 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Php Php. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 1.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2022-31626 is a buffer overflow vulnerability in PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7 that occurs in the pdo_mysql extension when paired with the mysqlnd driver. An excessively long password supplied during connection setup can overflow an internal buffer and lead to remote code execution.

An attacker who is permitted to control both the target host and the connection password can trigger the flaw over the network. With low privileges and no user interaction required, successful exploitation grants the attacker full confidentiality, integrity, and availability impact on the affected PHP process.

Advisories from Debian, Fedora, and Gentoo, along with the upstream PHP bug report, direct users to upgrade to the patched releases 7.4.30, 8.0.20, or 8.1.7 and to avoid allowing untrusted parties to supply connection credentials.

The EPSS score rose from a low baseline to a peak of 0.2116, indicating that exploitation interest increased after disclosure and that the issue merits renewed attention.

EU & UK References

Vulnerability Data

In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when pdo_mysql extension with mysqlnd driver, if the third party is allowed to supply host to connect to and the password for the connection, password of excessive…

more

length can trigger a buffer overflow in PHP, which can lead to a remote code execution vulnerability.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
Buffer overflow in the pdo_mysql extension allows remote code execution when an attacker supplies an excessively long password during connection setup to a PHP application.
T1068 Exploitation for Privilege Escalation Privilege Escalationconfidence: HIGH
Successful exploitation of the buffer overflow grants the attacker elevated privileges within the PHP process, enabling privilege escalation.
T1203 Exploitation for Client Execution Executionconfidence: MEDIUM
The vulnerability can be triggered via client-side exploitation when the PHP application processes attacker-controlled connection credentials.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-3096Same product: Debian Debian Linux
CVE-2018-7584Same product: Debian Debian Linux
CVE-2023-3823Same product: Debian Debian Linux
CVE-2023-3824Same product: Debian Debian Linux
CVE-2025-25472Same product: Debian Debian Linux
CVE-2023-4055Same product: Debian Debian Linux
CVE-2024-35823Same product: Debian Debian Linux
CVE-2023-41361Same product: Debian Debian Linux
CVE-2024-26889Same product: Debian Debian Linux
CVE-2024-49996Same product: Debian Debian Linux

Affected Assets

php
php
7.4.0 — 7.4.30 · 8.0.0 — 8.0.20 · 8.1.0 — 8.1.7
debian
debian linux
10.0, 11.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patches (7.4.30/8.0.20/8.1.7) that eliminate the buffer overflow in pdo_mysql/mysqlnd.

prevent

Enforces validation of all externally supplied input (including connection passwords) to reject lengths that would overflow internal buffers.

prevent

Restricts the ability of untrusted parties to supply hostnames and passwords for database connections, limiting the attack surface described in the CVE.

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.PS-06 mostly match
prevents

Secure development practices directly enforce bounds checking and input validation that prevent classic buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability identification processes such as code review or scanning detect classic buffer overflows before exploitation.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing unchecked buffer copies with corrected versions.

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.

prevents

Secure coding directly requires bounds-checked memory operations, addressing the root cause of CWE-120.

detects

Security testing in development and acceptance can detect buffer overflows through fuzzing and static analysis, though it does not prevent them at the source.

prevents

Secure development life cycle mandates processes that can include input validation and bounds checking to prevent buffer overflows.

prevents

Application security requirements can specify input-size validation and safe buffer handling to mitigate classic buffer overflows.

prevents

Secure system architecture and engineering principles promote defensive coding patterns that reduce the likelihood of unchecked buffer copies.

References