CVE-2008-6741
Simple Machines Forum < 1.1.4 - SQL Injection via db_character_set Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-6741. PoCs published by The:Paradox.
AI-analyzed exploit summary This exploit targets a SQL injection vulnerability in Simple Machines Forum (SMF) <= 1.1.4 by manipulating the $db_character_set variable via register_globals. It leverages multibyte character encoding to bypass addslashes() and escalate user privileges.
Description
SQL injection vulnerability in Load.php in Simple Machines Forum (SMF) 1.1.4 and earlier allows remote attackers to execute arbitrary SQL commands by setting the db_character_set parameter to a multibyte character set such as big5, which causes the addslashes PHP function to produce a "\" (backslash) sequence that does not quote the "'" (single quote) character, as demonstrated via a manlabels action to index.php.
Exploits (1)
This exploit targets a SQL injection vulnerability in Simple Machines Forum (SMF) <= 1.1.4 by manipulating the $db_character_set variable via register_globals. It leverages multibyte character encoding to bypass addslashes() and escalate user privileges.