---
id: CVE-2026-92161
title: >-
  FriendsOfFlarum OAuth allows users to log in to Flarum with GitHub, Twitter,
  Facebook, and other providers
summary: >-
  FriendsOfFlarum OAuth allows users to log in to Flarum with GitHub, Twitter,
  Facebook, and other providers. Prior to 1.7.4 and 2.0.0-beta.4, the Discord
  OAuth provider does not check the verified field returned for an OAuth email
  before …
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-345
vendor: fof
product: fof/oauth
affected:
  - fof/oauth < 1.7.4
  - 'fof/oauth >= 2.0.0-beta.1, < 2.0.0-beta.4'
patched:
  - fof/oauth 1.7.4
  - fof/oauth 2.0.0-beta.4
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T16:17:29.387'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92161'
references:
  - url: >-
      https://github.com/FriendsOfFlarum/oauth/commit/baca3466b3b7be51c70a7e0ba966901aefeb344a
    label: security-advisories@github.com
  - url: >-
      https://github.com/FriendsOfFlarum/oauth/commit/bb4bf376832e6bb68c579715d2a4b5a92c4a2567
    label: security-advisories@github.com
  - url: 'https://github.com/FriendsOfFlarum/oauth/releases/tag/1.7.4'
    label: security-advisories@github.com
  - url: 'https://github.com/FriendsOfFlarum/oauth/releases/tag/2.0.0-beta.4'
    label: security-advisories@github.com
  - url: >-
      https://github.com/FriendsOfFlarum/oauth/security/advisories/GHSA-g7vj-c29h-3h5m
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-g7vj-c29h-3h5m'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92161'
tags:
  - nvd
  - ghsa
  - composer
  - cve.org
aliases:
  - GHSA-g7vj-c29h-3h5m
ecosystem: composer
ingestedAt: '2026-09-25T16:12:08.721Z'
---

## Overview

FriendsOfFlarum OAuth allows users to log in to Flarum with GitHub, Twitter, Facebook, and other providers. Prior to 1.7.4 and 2.0.0-beta.4, the Discord OAuth provider does not check the verified field returned for an OAuth email before passing the address to Flarum core as trusted through provideTrustedEmail(). When Discord sign-in is enabled, an unauthenticated attacker who knows the email address of a Flarum user can configure a Discord account with that unverified address and a verified phone number, then sign in to cause Flarum to match the trusted address, link the attacker-controlled Discord identity to the existing user, and authenticate as the victim without a password or victim interaction. Exploitation requires that the victim's email address is not already associated with a Discord account, and it can compromise administrator accounts. Other bundled providers were not confirmed to be practically exploitable by this method because their relevant authentication flows return only verified or confirmed email addresses. This issue is fixed in versions 1.7.4 and 2.0.0-beta.4.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-92161)

Affected packages:

- `fof/oauth < 1.7.4`
- `fof/oauth >= 2.0.0-beta.1, < 2.0.0-beta.4`

Patched in:

- `fof/oauth 1.7.4`
- `fof/oauth 2.0.0-beta.4`

Source: https://github.com/advisories/GHSA-g7vj-c29h-3h5m
