Severity by source
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
Lifecycle Timeline
5DescriptionCVE.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.
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-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26672