CVE-2007-4906
NuclearBB Alpha 2 - Remote Code Execution via root_path Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-4906. PoCs published by Rootshell Security.
AI-analyzed exploit summary This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in NuclearBB Alpha 2. The vulnerable parameter `root_path` in `send_queued_emails.php` allows an attacker to include arbitrary remote files, leading to potential remote code execution (RCE) if `register_globals` is enabled.
Description
PHP remote file inclusion vulnerability in tasks/send_queued_emails.php in NuclearBB Alpha 2, when register_globals is enabled, allows remote attackers to execute arbitrary PHP code via a URL in the root_path parameter.
Exploits (1)
This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in NuclearBB Alpha 2. The vulnerable parameter `root_path` in `send_queued_emails.php` allows an attacker to include arbitrary remote files, leading to potential remote code execution (RCE) if `register_globals` is enabled.