---
id: CVE-2026-7262
title: >-
  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
  missin…
summary: >-
  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
  missin…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-476
  - CWE-476
vendor: php
product: php
affected:
  - 'php >= 8.2.0, < 8.2.31'
  - 'php >= 8.3.0, < 8.3.31'
  - 'php >= 8.4.0, < 8.4.21'
  - 'php >= 8.5.0, < 8.5.6'
patched:
  - php 8.5.6
published: '2026-05-10'
updated: '2026-07-01'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-7262'
references:
  - url: 'https://github.com/php/php-src/security/advisories/GHSA-hmxp-6pc4-f3vv'
    label: security@php.net
  - url: 'https://access.redhat.com/errata/RHSA-2026:22142'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:22143'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:22305'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:22649'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:23388'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:33449'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/security/cve/CVE-2026-7262'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2468565'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-7262.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
tags:
  - nvd
epss: 0.0078
epssPercentile: 0.54438
ingestedAt: '2026-07-01T15:50:58.829Z'
---

## Overview

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.

## Affected

- `php >= 8.2.0, < 8.2.31`
- `php >= 8.3.0, < 8.3.31`
- `php >= 8.4.0, < 8.4.21`
- `php >= 8.5.0, < 8.5.6`

## Remediation

Upgrade past the affected range:

- `php 8.5.6`
