CVE-2008-5090
Advanced Electron Forum < 1.0.7 - Remote Code Execution via BBCode Email Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-5090. PoCs published by GulfTech Security.
AI-analyzed exploit summary This is a detailed writeup explaining a remote code execution vulnerability in AEF Forum <= 1.0.6 due to improper handling of evaluated bbcode. The vulnerability arises from the use of the 'e' modifier in preg_replace, allowing arbitrary PHP code execution.
Description
Electron Inc. Advanced Electron Forum before 1.0.7 allows remote attackers to execute arbitrary PHP code via PHP code embedded in bbcode in the email parameter, which is processed by the preg_replace function with the eval switch.
Exploits (1)
This is a detailed writeup explaining a remote code execution vulnerability in AEF Forum <= 1.0.6 due to improper handling of evaluated bbcode. The vulnerability arises from the use of the 'e' modifier in preg_replace, allowing arbitrary PHP code execution.