CVE-2005-3543: SQL Injection
SQL injection vulnerability in search.php in Phorum 5.0.0alpha through 5.0.20, when registerglobals is enabled, allows remote attackers to execute arbitrary SQL commands via the forumids parameter.
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2005-3543?
CVE-2005-3543 is classified as a medium severity SQL injection vulnerability that allows attackers to execute arbitrary SQL commands.
How do I fix CVE-2005-3543?
To fix CVE-2005-3543, disable register_globals in your PHP configuration and upgrade to a patched version of Phorum.
Which versions are affected by CVE-2005-3543?
CVE-2005-3543 affects Phorum versions from 5.0.0alpha through 5.0.20 when register_globals is enabled.
Can CVE-2005-3543 lead to data breaches?
Yes, CVE-2005-3543 can potentially lead to data breaches due to the ability to execute arbitrary SQL commands.
What measures can prevent vulnerabilities like CVE-2005-3543?
To prevent vulnerabilities like CVE-2005-3543, regularly update software, employ secure coding practices, and disable dangerous PHP features like register_globals.