CVE-2026-84307
Published:September 01, 2026
Updated:September 02, 2026
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.
Affected Packages
https://github.com/filamentphp/filament.git (GITHUB):
Affected version(s) >=v4.0.0 <v4.12.5Fix Suggestion:
Update to version v4.12.5https://github.com/filamentphp/filament.git (GITHUB):
Affected version(s) >=v5.0.0 <v5.7.5Fix Suggestion:
Update to version v5.7.5filament/filament (PHP):
Affected version(s) >=v5.0.0 <v5.7.5Fix Suggestion:
Update to version v5.7.5filament/filament (PHP):
Affected version(s) >=v4.0.0 <v4.12.5Fix Suggestion:
Update to version v4.12.5Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
3.7
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Observable Response Discrepancy