Severity by source
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:X/U:Amber
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:X/U:Amber
Lifecycle Timeline
5Description PRE-NVD
AnalysisAI
Null pointer dereference in PHP 8.2.x causes denial of service through remote attacks requiring user interaction and persistent attack timing. CVE-2026-7259 is one of eight vulnerabilities patched in PHP 8.2.31, with a low CVSS score (2.1) reflecting the attack complexity and limited availability impact, though the null pointer dereference class (CWE-476) can escalate in severity depending on code context. No public exploit code or active exploitation has been identified at time of analysis.
Technical ContextAI
CVE-2026-7259 is a null pointer dereference vulnerability (CWE-476) in PHP's core runtime or extension handling. Null pointer dereferences occur when code attempts to access or dereference a memory pointer that points to null, typically resulting in immediate crashes or undefined behavior. In PHP, this type of vulnerability commonly manifests in C-level code within the Zend Engine or PHP extensions when input validation fails to check for null conditions before dereferencing pointers. The CVSS vector indicates the vulnerability requires specific attack timing (AT:P - persistent/repeated attacks) and user interaction (UI:A), suggesting the null pointer may only dereference under specific runtime conditions or in response to crafted user-supplied input. The Microsoft tag and Windows binary availability in PHP 8.2.31 release notes indicate Windows environments are explicitly supported in remediation.
RemediationAI
Upgrade to PHP 8.2.31 or later. Download patched binaries and source code from https://www.php.net/downloads.php (Windows binaries also available at https://www.php.net/downloads.php?os=windows&version=8.2). Verify the ChangeLog at https://www.php.net/ChangeLog-8.php#8.2.31 to confirm all eight CVEs including CVE-2026-7259 are addressed in your installed version. For users unable to patch immediately, implement input validation and sanitization on all user-supplied data passed to PHP code, though this is a defense-in-depth measure and not a substitute for patching. Consider restricting PHP script execution to trusted input sources and enable PHP's strict type checking (declare(strict_types=1)) where possible to catch null dereferences earlier in development. No significant side effects are expected from upgrading to PHP 8.2.31; test in non-production environments first as with any security update.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28969