Raw vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:HSummary
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
- 🇪🇺 ENISA EUVD: EUVD-2022-53078
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly requires applying the vendor patches (7.4.30/8.0.20/8.1.7) that eliminate the buffer overflow in pdo_mysql/mysqlnd.
Enforces validation of all externally supplied input (including connection passwords) to reject lengths that would overflow internal buffers.
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.
Secure development practices directly enforce bounds checking and input validation that prevent classic buffer overflows.
Vulnerability identification processes such as code review or scanning detect classic buffer overflows before exploitation.
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.
Secure coding directly requires bounds-checked memory operations, addressing the root cause of CWE-120.
Security testing in development and acceptance can detect buffer overflows through fuzzing and static analysis, though it does not prevent them at the source.
Secure development life cycle mandates processes that can include input validation and bounds checking to prevent buffer overflows.
Application security requirements can specify input-size validation and safe buffer handling to mitigate classic buffer overflows.
Secure system architecture and engineering principles promote defensive coding patterns that reduce the likelihood of unchecked buffer copies.