CVE-2026-29199
8.1phpBB · phpBB
phpBB before 3.3.16 is vulnerable to Host Header Injection, leading to password reset link poisoning and potential account takeover.
Executive summary
An unauthenticated Host Header Injection vulnerability in phpBB before 3.3.16 allows remote attackers to poison password reset links and achieve account takeover.
Vulnerability
This vulnerability is a weak password recovery mechanism caused by Host Header Injection via the HTTP Host header, requiring user interaction to execute.
Business impact
Successful exploitation of this vulnerability can result in widespread account takeovers across forum user bases, leading to severe data compromise and reputational damage. The CVSS score of 8.1 reflects a high severity risk due to the potential for attackers to gain administrative or high privilege access through manipulated authentication flows.
Remediation
Immediate Action: Update phpBB to version 3.3.16 or 4.0.0-a2 immediately via Packagist.
Proactive Monitoring: Monitor authentication logs for unusual password reset requests originating from external or suspicious domains.
Compensating Controls: Implement strict web server validation rules to drop or normalize malformed HTTP Host headers before they reach the application.
Exploitation status
Public Exploit Available: No — no confirmed public exploit or weaponized module is available in the provided data.
Analyst recommendation
Given the high CVSS score and the risk of complete account compromise, administrators must prioritize updating phpBB to the latest patched versions. Applying the official vendor fix remains the most critical action to prevent unauthorized access.
Sources
Originally found and disclosed by SEONG HUN JEONG (HunSec), per the CVE Program record.