5
CVSSv2

CVE-2003-0486

Published: 07/08/2003 Updated: 11/07/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

SQL injection vulnerability in viewtopic.php for phpBB 2.0.5 and previous versions allows remote malicious users to steal password hashes via the topic_id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpbb group phpbb

Exploits

#!/usr/bin/perl -w # # # phpBB password disclosure vuln # - rick patel # # There is a sql injection vuln which exists in /viewtopicphp file The variable is $topic_id # which gets passed directly to sql server in query Attacker could pass a special sql string which # can used to see md5 password hash for any user (!) for phpBB This pass can be ...