Skip to main content

MixPHP Framework CVE-2026-42471

| EUVDEUVD-2026-26672 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-05-01 mitre
8.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.1 HIGH
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
May 01, 2026 - 19:22 vuln.today
CVSS changed
May 01, 2026 - 19:22 NVD
8.1 (None) 8.1 (HIGH)
EUVD ID Assigned
May 01, 2026 - 16:00 euvd
EUVD-2026-26672
Analysis Generated
May 01, 2026 - 16:00 vuln.today
CVE Published
May 01, 2026 - 00:00 nvd
HIGH 8.1

DescriptionCVE.org

Unsafe deserialization vulnerability in MixPHP Framework 2.x thru 2.2.17. The sync-invoke client (Connection.php:76) calls unserialize() on data received from the server response, enabling client-side RCE if connecting to a malicious server.

AnalysisAI

Client-side remote code execution affects MixPHP Framework 2.x through 2.2.17 when sync-invoke clients connect to attacker-controlled servers. The vulnerability enables malicious servers to execute arbitrary code on connecting clients through unsafe deserialization of server responses (CWE-502). EPSS data unavailable, but SSVC indicates no confirmed exploitation and non-automatable attack complexity aligns with CVSS AC:H rating. Primary risk exists in scenarios where MixPHP clients connect to untrusted external services or where server infrastructure could be compromised.

Technical ContextAI

MixPHP is a PHP-based microservices framework providing RPC-style sync-invoke capabilities for distributed architectures. The vulnerability exists in Connection.php line 76 of the sync-invoke client component, which calls PHP's unserialize() function directly on data received from server responses without validation. CWE-502 (Deserialization of Untrusted Data) represents a critical vulnerability class in PHP because unserialize() can instantiate arbitrary objects and trigger magic methods (__destruct, __wakeup, __toString), enabling code execution through property-oriented programming (POP) chains. The affected CPE classification is incomplete (a:n/a:n/a), but repository references confirm MixPHP Framework versions 2.0 through 2.2.17 contain the vulnerable code pattern in the sync-invoke client module.

RemediationAI

Upgrade to MixPHP Framework version 3.x or later if available, as the 2.x branch appears to be the legacy version based on repository structure. Examine the GitHub repository (https://github.com/mix-php/mix) for security patches or commits addressing CVE-2026-42471-no specific patch version is identified in the provided intelligence. Review the proof-of-concept at https://gist.github.com/sgInnora/fa46386840fe978a30d7e53c458f2975 to understand exploitation mechanics and validate fixes. Immediate compensating controls: (1) Restrict sync-invoke client connections exclusively to trusted internal servers using network segmentation and firewall rules-block outbound connections to untrusted networks on sync-invoke ports. (2) Implement TLS/SSL with certificate pinning for all sync-invoke connections to prevent MITM attacks, though this does not protect against compromised trusted servers. (3) Add input validation by wrapping unserialize() calls with signature verification or switching to safe serialization formats like JSON (json_decode). (4) Apply principle of least privilege to processes running MixPHP clients to limit RCE impact. Trade-offs: Network restrictions may break legitimate integrations with external services; switching serialization formats requires server-side code changes and breaks compatibility with existing deployments. Monitor the official repository for security advisories as no vendor PSIRT contact or security mailing list is referenced in available data.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-42471 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy