CVE-2008-6507: phpBB vulnerable to sensitive information disclosure
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.58363%
CWE
Published
5/17/2022
Updated
10/30/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpbb/phpbb | composer | < 3.0.4 | 3.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing forum password verification when quoting posts from password-protected forums in private messages. The commit fce23bc adds this check by querying forum_password and invoking login_forum_box, indicating the original function compose_pm in ucp_pm_compose.php lacked these security checks prior to 3.0.4. This omission allowed attackers to bypass forum password protections through PM quoting.