CVE-2026-7568
Description
Important: php:8.2 security update
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Mitigation details
Description php: signed integer overflow in metaphone() Red Hat statement This issue can be exploited by passing an excessively large string, exceeding 2,147,483,647 bytes, to the metaphone() function. This function is used for searching and matching words based on their phonetic sound. The large string can lead to a signed integer overflow that allows an attacker to cause an out-of-bounds read,โฆ
Description
php: signed integer overflow in metaphone()
Red Hat statement
This issue can be exploited by passing an excessively large string, exceeding 2,147,483,647 bytes, to the metaphone() function. This function is used for searching and matching words based on their phonetic sound. The large string can lead to a signed integer overflow that allows an attacker to cause an out-of-bounds read, resulting in a denial of service. Due to these reasons, this vulnerability has been rated with an important severity.
CVSS v3: 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
Errata / fixed releases
| Product | Package | Advisory | Released |
|---|---|---|---|
| Red Hat Enterprise Linux 8 | php:8.2-8100020260521052503.f7998665 | RHSA-2026:22305 | 2026-06-01T00:00:00Z |
| Red Hat Enterprise Linux 9 | php:8.3-9080020260521113736.9 | RHSA-2026:22142 | 2026-06-01T00:00:00Z |
| Red Hat Enterprise Linux 9 | php:8.2-9080020260521080715.9 | RHSA-2026:22143 | 2026-06-01T00:00:00Z |
Package state
| Product | Package | State |
|---|---|---|
| Red Hat Enterprise Linux 10 | php | Affected |
| Red Hat Enterprise Linux 10 | php8.4 | Affected |
| Red Hat Enterprise Linux 6 | php | Not affected |
| Red Hat Enterprise Linux 7 | php | Not affected |
| Red Hat Enterprise Linux 8 | php:7.4/php | Not affected |
| Red Hat Enterprise Linux 9 | php | Not affected |
| Red Hat Hardened Images | php | Not affected |
Apply commands
yum update -y php:8
# or:
dnf upgrade -y php:8
Affected
| Vendor | Product | Version |
|---|---|---|
| redhat | Red Hat Enterprise Linux 10 | Affected |
| redhat | Red Hat Enterprise Linux 10 | Affected |
| redhat | Red Hat Enterprise Linux 6 | Not affected |
| redhat | Red Hat Enterprise Linux 7 | Not affected |
| redhat | Red Hat Enterprise Linux 8 | Not affected |
| redhat | Red Hat Enterprise Linux 9 | Not affected |
| redhat | Red Hat Hardened Images | Not affected |
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Windows Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
AlmaLinux Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | apcu-panel-5.1.23-1.module_el9.6.0+151+5f31e576.noarch.rpm |
| 8 | Fixed | apcu-panel-5.1.23-1.module_el8.10.0+3796+30ed3ef7.noarch.rpm |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 8.4.21-1~deb13u1 |
| sid | Fixed | 8.4.21-1 |
| forky | Fixed | 8.4.21-1 |
| bullseye | Fixed | 7.4.33-1+deb11u11 |
| bookworm | Fixed | 8.2.31-1~deb12u1 |
Red Hat Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| php | php | {"startIncluding":"8.2.0","endExcluding":"8.2.31"} | 8.2.31 |
References
- https://github.com/php/php-src/security/advisories/GHSA-96wq-48vp-hh57
- https://www.suse.com/security/cve/CVE-2026-7568.html
- https://security-tracker.debian.org/tracker/CVE-2026-7568
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-7568
- https://access.redhat.com/errata/RHSA-2026:22143
- https://access.redhat.com/errata/RHSA-2026:22305
- https://access.redhat.com/errata/RHSA-2026:22142
- https://bugzilla.redhat.com/2468561
- https://bugzilla.redhat.com/2468562
- https://bugzilla.redhat.com/2468565
- https://bugzilla.redhat.com/2468566
- https://errata.almalinux.org/8/ALSA-2026-22305.html
- https://errata.almalinux.org/9/ALSA-2026-22142.html
- https://errata.almalinux.org/9/ALSA-2026-22143.html
CWEs
CWE-125 CWE-190
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.