CVE-2005-4135
SimpleBBS <= 1.1 - Remote Code Execution via Host Header Injection
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-4135. PoCs published by unitedasia.
AI-analyzed exploit summary This exploit targets a command injection vulnerability in SimpleBBS <= v1.1 by injecting PHP code into a forum post via a malformed 'name' parameter, then executing arbitrary commands via a crafted GET request. The PoC demonstrates remote code execution (RCE) by leveraging improper input sanitization.
Description
Direct static code injection vulnerability in includes/newtopic.php in SimpleBBS 1.1 and earlier allows remote attackers to execute arbitrary commands via shell metacharacters in the Host header (possibly the name parameter or variable), which is then written to data/topics.php.
Exploits (1)
This exploit targets a command injection vulnerability in SimpleBBS <= v1.1 by injecting PHP code into a forum post via a malformed 'name' parameter, then executing arbitrary commands via a crafted GET request. The PoC demonstrates remote code execution (RCE) by leveraging improper input sanitization.