---
id: CVE-2026-48505
title: >-
  Filament: Multi-factor authentication (app) recovery codes can still be used
  multiple times via concurrent submission
summary: >-
  Filament: Multi-factor authentication (app) recovery codes can still be used
  multiple times via concurrent submission
severity: high
cvss: 7.4
cwe:
  - CWE-362
  - CWE-841
vendor: filament
product: filament/filament
ecosystem: composer
affected:
  - 'filament/filament >= 4.0.0, < 4.11.5'
  - 'filament/filament >= 5.0.0, < 5.6.5'
patched:
  - filament/filament 4.11.5
  - filament/filament 5.6.5
published: '2026-06-25'
updated: '2026-06-25'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-mc5j-f6wx-h9qh'
references:
  - url: >-
      https://github.com/filamentphp/filament/security/advisories/GHSA-mc5j-f6wx-h9qh
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48505'
  - url: 'https://github.com/advisories/GHSA-mc5j-f6wx-h9qh'
tags:
  - ghsa
  - composer
epss: 0.00296
epssPercentile: 0.19795
ingestedAt: '2026-06-26T16:43:14.232Z'
---

## Overview

A flaw in the handling of recovery codes for **app-based multi-factor authentication** allows the same recovery code to be reused via concurrent submission. This issue does **not** affect email-based MFA. It also only applies when recovery codes are enabled.

If an attacker gains access to both the user's password and their recovery codes, they get two authenticated sessions per recovery code burned instead of one, or more if they batch the parallel submissions wider, materially extending the attacker's window of access compared to what the single-use guarantee implies.

## Affected packages

- `filament/filament >= 4.0.0, < 4.11.5`
- `filament/filament >= 5.0.0, < 5.6.5`

## Remediation

Upgrade to a patched release:

- `filament/filament 4.11.5`
- `filament/filament 5.6.5`
