CVE-2006-1032
phpRPC <= 0.7 - Remote Code Execution via Base64 Tag in RPC Decoder
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-1032. PoCs published by LorD, GulfTech Security.
AI-analyzed exploit summary This exploit targets a command injection vulnerability in phpRPC <= 0.7 by injecting malicious commands into an XML payload sent via HTTP POST. It establishes a connection to the target server and executes arbitrary commands by breaking out of the intended XML structure.
Description
Eval injection vulnerability in the decode function in rpc_decoder.php for phpRPC 0.7 and earlier, as used by runcms, exoops, and possibly other programs, allows remote attackers to execute arbitrary PHP code via the base64 tag.
Exploits (2)
This exploit targets a command injection vulnerability in phpRPC <= 0.7 by injecting malicious commands into an XML payload sent via HTTP POST. It establishes a connection to the target server and executes arbitrary commands by breaking out of the intended XML structure.
The exploit demonstrates a remote code execution vulnerability in phpRPC <= 0.7 due to unsanitized input passed to an eval() call in the decode() function. The PoC shows how malicious XML data can execute arbitrary PHP code.