---
id: CVE-2026-84307
title: >-
  Filament is a collection of full-stack components for accelerated Laravel
  development
summary: >-
  Filament is a collection of full-stack components for accelerated Laravel
  development. From 4.0.0 until 4.12.5 and 5.7.5,
  packages/panels/src/Auth/Pages/Login.php presents the multi-factor
  authentication challenge before evaluating canAc…
severity: low
cvss: 3.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-204
vendor: filament
product: filament/filament
affected:
  - 'filament/filament >= 4.0.0, < 4.12.5'
  - 'filament/filament >= 5.0.0, < 5.7.5'
patched:
  - filament/filament 4.12.5
  - filament/filament 5.7.5
published: '2026-09-01'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-84307'
references:
  - url: >-
      https://github.com/filamentphp/filament/commit/ad5aacbc6d089b3dd7243ec1c1f8ab19dff7c3a1
    label: security-advisories@github.com
  - url: 'https://github.com/filamentphp/filament/pull/20308'
    label: security-advisories@github.com
  - url: 'https://github.com/filamentphp/filament/releases/tag/v4.12.5'
    label: security-advisories@github.com
  - url: 'https://github.com/filamentphp/filament/releases/tag/v5.7.5'
    label: security-advisories@github.com
  - url: >-
      https://github.com/filamentphp/filament/security/advisories/GHSA-xwpv-pqxp-5v36
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-xwpv-pqxp-5v36'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.00293
epssPercentile: 0.22151
aliases:
  - GHSA-xwpv-pqxp-5v36
ecosystem: composer
ingestedAt: '2026-09-01T21:32:41.346Z'
---

## Overview

Filament is a collection of full-stack components for accelerated Laravel development. From 4.0.0 until 4.12.5 and 5.7.5, packages/panels/src/Auth/Pages/Login.php presents the multi-factor authentication challenge before evaluating canAccessPanel(). For an account that canAccessPanel() denies, submitting the correct password renders the MFA challenge while an incorrect password returns the generic authentication failure, allowing an unauthenticated attacker to confirm whether a candidate password is valid for that account. When email-based MFA is configured, the correct-password path also sends a login code to the account holder. The issue applies only to accounts that have MFA enabled and are denied panel access. Authentication is not bypassed because canAccessPanel() still runs after the challenge, and no session is created. This issue is fixed in versions 4.12.5 and 5.7.5.

## Remediation

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

## Package advisory (CVE-2026-84307)

Affected packages:

- `filament/filament >= 4.0.0, < 4.12.5`
- `filament/filament >= 5.0.0, < 5.7.5`

Patched in:

- `filament/filament 4.12.5`
- `filament/filament 5.7.5`

Source: https://github.com/advisories/GHSA-xwpv-pqxp-5v36
