CVE-2006-5509
WoltLab Burning Book 1.1.2 - Remote Code Execution via Eval Injection in addentry.php
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-5509. PoCs published by ShAnKaR.
AI-analyzed exploit summary This exploit targets a SQL injection vulnerability in WoltLab Burning Book <=1.1.2. It injects a malicious template into the database via the `addentry.php` endpoint, which can be triggered to execute arbitrary PHP code (e.g., `phpinfo()`) via the `q` parameter in `index.php`.
Description
Eval injection vulnerability in addentry.php in WoltLab Burning Book 1.1.2 allows remote attackers to execute arbitrary PHP code via crafted POST requests that store PHP code in a database that is later processed by eval, as demonstrated using SQL injection via the n parameter.
Exploits (1)
This exploit targets a SQL injection vulnerability in WoltLab Burning Book <=1.1.2. It injects a malicious template into the database via the `addentry.php` endpoint, which can be triggered to execute arbitrary PHP code (e.g., `phpinfo()`) via the `q` parameter in `index.php`.