Description
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.
Published: 2026-09-01
Score: 3.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: Password Validity Disclosure
Action: Patch Promptly
AI Analysis

Impact

The flaw occurs in the login flow of the Filament panel component. When a user with a valid password but insufficient panel access attempts to log in, the system presents a multi‑factor authentication (MFA) challenge before checking panel permissions. This vulnerability can be classified as CWE‑204, an information exposure flaw caused by incorrect handling of authentication and authorization logic. If the password is correct, the challenge appears; if it is incorrect, a generic failure is returned. This allows an unauthenticated attacker to determine whether a particular password is valid for that account, exposing credential validity information. The issue does not grant access or session creation; it only reveals password correctness.

Affected Systems

Vulnerable to all users of filamentphp:filament running versions 4.0.0 through 4.12.4 and any 5.x release before 5.7.5, i.e., any release before the patched releases 4.12.5 and 5.7.5. Only accounts that have MFA enabled and are denied panel access are affected.

Risk and Exploitability

The CVSS score is 3.7, indicating low overall severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. Nevertheless, an attacker with external network access can perform password‑guessing against accounts that do not allow panel entry, helping them identify valid credentials for enumeration. The exploit is surface‑level; it does not grant privilege escalation or persistent access. Because it requires MFA to be enabled and affects error message content, the value of the information disclosed is moderate but not critical.

Generated by OpenCVE AI on September 2, 2026 at 04:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade filamentphp/filament to version 4.12.5 or later.
  • Upgrade filamentphp/filament to version 5.7.5 or later.
  • After upgrading, monitor login attempts and audit MFA usage to ensure no unintended password verification remains.

Generated by OpenCVE AI on September 2, 2026 at 04:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-xwpv-pqxp-5v36 Filament: Password validity disclosure for accounts denied panel access on login page
History

Wed, 02 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 04:00:00 +0000

Type Values Removed Values Added
First Time appeared Filamentphp
Filamentphp filament
Vendors & Products Filamentphp
Filamentphp filament

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Filament: Password validity disclosure for accounts denied panel access on login page
Weaknesses CWE-204
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Filamentphp Filament
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-02T16:02:30.672Z

Reserved: 2026-09-01T16:17:43.078Z

Link: CVE-2026-84307

cve-icon Vulnrichment

Updated: 2026-09-02T13:42:20.703Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T20:17:24.717

Modified: 2026-09-09T21:09:13.080

Link: CVE-2026-84307

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T04:30:04Z

Weaknesses
  • CWE-204

    Observable Response Discrepancy