CVE-2026-7262 PUBLISHED

NULL pointer dereference in SOAP apache:Map decoder with missing <value>

Assigner: php
Reserved: 28.04.2026 Published: 10.05.2026 Updated: 10.05.2026

In PHP versions 8.2. before 8.2.31, 8.3. before 8.3.31, 8.4. before 8.4.21, and 8.5. before 8.5.6, when a SOAP server has a typemap configured, the decoding process contains a mistake which checks the wrong variable in case of missing value element.  This leads to dereferences a NULL pointer, causing a segmentation fault. This allows a remote unauthenticated attacker to crash the PHP SOAP server process, resulting in denial of service.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/AU:Y/RE:M/U:Amber
CVSS Score: 2.9

Product Status

Vendor PHP Group
Product PHP
Versions Default: affected
  • affected from 8.2.* to 8.2.31 (excl.)
  • affected from 8.3.* to 8.3.31 (excl.)
  • affected from 8.4.* to 8.4.21 (excl.)
  • affected from 8.5.* to 8.5.6 (excl.)

Credits

  • Ilia Alshanetsky reporter
  • Ilija Tovilo remediation developer

References

Problem Types

  • CWE-476 NULL pointer dereference CWE