VDB
Sign up
LOW3.7

GHSA-xwpv-pqxp-5v36

Filament: Password validity disclosure for accounts denied panel access on login page

Quick fix

GHSA-xwpv-pqxp-5v36 — filament/filament: upgrade to the fixed version with the command below.

composer require filament/filament:^4.12.5

Details

When multi-factor authentication is enabled, the login page presents the multi-factor challenge before evaluating `canAccessPanel()`. For an account that `canAccessPanel()` denies, submitting the correct password renders the challenge while an incorrect password returns the generic failure message, allowing an unauthenticated attacker to confirm that a password is valid for that account. When email-based multi-factor authentication is used, a login code is also sent to the account holder.

This issue **only** applies to accounts that both have multi-factor authentication enabled and are denied by `canAccessPanel()`. Authentication is not bypassed as the check still runs after the challenge, and no session is created.

Are you affected?

Enter the version of the package you're using.

Affected packages

Packagist/filament/filament
Introduced in: 4.0.0Fixed in: 4.12.5
Fixcomposer require filament/filament:^4.12.5
Packagist/filament/filament
Introduced in: 5.0.0Fixed in: 5.7.5
Fixcomposer require filament/filament:^5.7.5

References