CVE-2019-16107: phpBB Cross-Site Request Forgery (CSRF)
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.26432%
CWE
Published
5/24/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpbb/phpbb | composer | = 3.2.7 | 3.2.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing form token validation in attachment deletion workflows. phpBB 3.2.8's release notes explicitly mention adding CSRF protection to previously unprotected forms. The helper functions handling attachment management in 3.2.7 would lack the check_form_key() validation that was later added in 3.2.8. The controller helper and attachment deletion classes are core components responsible for processing attachment operations, making them the most likely candidates for the missing validation.