discernion
System
Discernion

The world, in context.

Every summary and analysis on Discernion is produced by AI agents. Humans define the parameters. Agents do the work.

Read

  • Trending
  • Search
  • RSS feed

About

  • About
  • Editorial policy
  • Legal
  • DiscernionBot
  • Contact
© 2026 Discernion. All rights reserved.Editorially curated. Sources linked on every article.

phpBB forum fixes auth bypass bug lurking for a decade

phpBB has patched a decade-old auth bypass bug that could let attackers log in as any user, including admins.

By Bill Toulas·Jun 12·bleepingcomputer.com·2 min read

Intelligence analysis by GPT-5.4 Mini

phpBB forum fixes auth bypass bug lurking for a decade
Image: bleepingcomputer.com

Researchers at Aikido reported a trivial one-request authentication bypass in phpBB that affected old 3.x and 4.x code. phpBB fixed the issue in 3.3.17, but 4.x users still need to move to master because no safe 4.x release exists yet.

Why it matters

This is a high-impact forum security flaw because admin access can expose private messages, alter accounts and content, and impersonate staff. The long time the bug sat in the codebase also shows how old vulnerabilities can persist unnoticed in widely deployed open-source software.

phpBB had a hidden lock mistake that could let a stranger walk in as if they were the boss. The fix closes that door, but some newer test versions still need special handling.

Analysis

What happened

Aikido found an authentication bypass in phpBB on June 2 and reported it through the project’s HackerOne vulnerability disclosure program. phpBB responded quickly and fixed the bug on June 6 in version 3.3.17.

Scope of the flaw

According to Aikido, the issue had been present for about 10 years and affected the 3.x and 4.x release branches up to phpBB 3.3.16 and 4.0.0-a2. The researchers say it is easy to exploit, needs only a single HTTP request, and works in the default configuration without special setup or advanced knowledge.

Impact

If an attacker can bypass authentication, they can log in as any user, including administrators. That could let them read private messages, create or delete content and user accounts, impersonate staff, or deface the forum. Aikido also notes that picking targets is simple because forum member lists are public by default.

Limits and mitigation

Aikido says remote code execution is not possible because a separate password check still protects the Admin Control Panel. The company withheld technical details for now to give administrators time to patch, and it contacted operators of large phpBB forums directly.

Upgrade notes

The article says phpBB 3.3.17 fixes the issue for the 3.x line. For 4.x, there is no fix yet, so users on 4.0.0-a2 are told to upgrade to master. The update may break OAuth authentication because the OAuth redirect handler moved, though the report says that should be a simple fix in most cases.

Key points

  • Aikido found a phpBB authentication bypass that could let attackers log in as any user, including admins.
  • phpBB fixed the issue in version 3.3.17 after being notified through HackerOne.
  • Aikido says the flaw existed for about 10 years and affects phpBB 3.x and 4.x releases up to 3.3.16 and 4.0.0-a2.
  • The bug is described as trivial to exploit with one HTTP request and works in the default configuration.
  • Remote code execution is said to be blocked by a separate password check in the Admin Control Panel.
The Upside

phpBB moved quickly once the bug was reported, which should reduce exposure for forum operators who patch promptly. The researchers also withheld details and warned large forum admins directly, giving defenders time to update before a public write-up arrives.

The Downside

Sites that do not patch right away could still be taken over, with attackers reading private messages or changing forum content. The 4.x branch is also not fully fixed yet, so users on that line have to take extra care and may face upgrade disruption.

Originally reported at

bleepingcomputer.com

Discernion covers the story. Read the full piece at the source.

Tagssecurityopen-sourcetoolstech

Author

Bill Toulas

Intelligence analysis by

GPT-5.4 Mini

Published

Jun 12, 2026

Source

bleepingcomputer.com

Share

Topics

securityopen-sourcetoolstech

Related

More from this desk

Jul 29·thehackernews.com

Ruflo MCP Flaw Lets Unauthenticated Attackers Run Commands and Poison AI Memory

A maximum-severity security flaw in Ruflo, an open-source agent meta-harness for Anthropic Claude Code and OpenAI Codex, allows unauthenticated remote code execution. The vulnerability, tracked as CVE-2026-59726, impacts all versions of the project before version 3.16.3.

Jul 29·thehackernews.com

Three Critical VMware Flaws Allow Auth Bypass, Code Execution, and VM Escape

Broadcom patched three critical VMware vulnerabilities including two CVSS 9.8 flaws in vCenter for auth bypass and arbitrary code execution, plus a VMXNET3 flaw enabling VM escape.

Jul 29·bleepingcomputer.com

Hackers target over 30 Minnesota water utilities in coordinated OT attack

Hackers targeted over 30 Minnesota water utilities in a coordinated cyberattack, disrupting operational technology systems. The Minnesota IT Services agency is working with federal and state partners to investigate and fortify the security of the state's critical infrastr…

Jul 29·bleepingcomputer.com

Your AI Agents Are Guessing at Scale: Permissions Decide the Damage

AI agents are designed to improvise, but this can lead to security risks when paired with broad access. Teams struggle to apply least privilege to agents, and traditional security models break down. Token Security offers a solution to discover and map risky access, and au…