CVE-2002-1211
Prometheus <= 6.0 - Remote Code Execution via PROMETHEUS_LIBRARY_BASE Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1211. PoCs published by Karol Wiesek.
AI-analyzed exploit summary This exploit demonstrates a remote file inclusion vulnerability in Prometheus by manipulating the 'PROMETHEUS_LIBRARY_BASE' parameter to include arbitrary files from a remote server. The attack leverages PHP's file inclusion mechanism to execute malicious code hosted on an attacker-controlled server.
Description
Prometheus 6.0 and earlier allows remote attackers to execute arbitrary PHP code via a modified PROMETHEUS_LIBRARY_BASE that points to code stored on a remote server, which is then used in (1) index.php, (2) install.php, or (3) various test_*.php scripts.
Exploits (1)
This exploit demonstrates a remote file inclusion vulnerability in Prometheus by manipulating the 'PROMETHEUS_LIBRARY_BASE' parameter to include arbitrary files from a remote server. The attack leverages PHP's file inclusion mechanism to execute malicious code hosted on an attacker-controlled server.