CVE-2019-13376
Description
phpBB 3.2.7 allowed CSRF token hijacking in the Remote Avatar feature, enabling attackers to steal admin session IDs and perform stored XSS.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
phpBB 3.2.7 allowed CSRF token hijacking in the Remote Avatar feature, enabling attackers to steal admin session IDs and perform stored XSS.
## Vulnerability phpBB version 3.2.7 contains a CSRF token hijacking vulnerability in its Remote Avatar feature. When an administrator accesses the Administration Control Panel (ACP), the session ID is reflected as a GET parameter and remains attached to the URL when navigating back to the board index. This leaks the admin's session ID via HTTP referrers when remote avatars are loaded [2].
Exploitation
An attacker can craft a remote avatar URL pointing to their own server. If an admin loads a page containing this avatar, the admin's session ID is sent to the attacker via the referrer header. With the stolen session ID, the attacker can perform CSRF attacks to create a new BBCode entry containing malicious JavaScript, leading to stored XSS [2].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of any user viewing the malicious BBCode. This can lead to full compromise of the forum, including data theft and further attacks.
Mitigation
The vulnerability is fixed in phpBB version 3.2.8. Users should upgrade immediately to prevent exploitation [3].
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
phpbb/phpbbPackagist | < 3.2.8 | 3.2.8 |
Affected products
2- phpBB/phpBBdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-6mh2-98gr-wv76ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-13376ghsaADVISORY
- blog.phpbb.com/category/securityghsaWEB
- blog.phpbb.com/category/security/mitrex_refsource_MISC
- ssd-disclosure.com/archives/4007/ssd-advisory-phpbb-csrf-token-hijacking-leading-to-stored-xssghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.