CVE-2006-2929
OpenEMR < 2.8.1 - Remote Code Execution via GLOBALS[fileroot] Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-2929. PoCs published by Kacper.
AI-analyzed exploit summary This exploit demonstrates a remote file inclusion vulnerability in OpenEMR <= 2.8.1 by manipulating the `GLOBALS[fileroot]` parameter to include arbitrary remote scripts. The vulnerability allows an attacker to execute remote code by injecting a malicious script path.
Description
PHP remote file inclusion vulnerability in contrib/forms/evaluation/C_FormEvaluation.class.php in OpenEMR 2.8.1 and earlier, when register_globals is enabled, allows remote attackers to execute arbitrary PHP code via a URL in the GLOBALS[fileroot] parameter.
Exploits (1)
This exploit demonstrates a remote file inclusion vulnerability in OpenEMR <= 2.8.1 by manipulating the `GLOBALS[fileroot]` parameter to include arbitrary remote scripts. The vulnerability allows an attacker to execute remote code by injecting a malicious script path.