Back to overview

CVE-2026-48505

HIGH
7.4
CVSS 3.1
Description
Filament is a collection of full-stack components for accelerated Laravel development. From 4.0.0 until 4.11.5 and 5.6.5, 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. This vulnerability is fixed in 4.11.5 and 5.6.5.

Metadata

CVE ID
CVE-2026-48505
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-21 16:18 UTC
Published
2026-06-22 21:39 UTC
Last updated
2026-06-22 21:42 UTC
Primary CWE
CWE-362
CWE-362: Concurrent Execution using Shared Resource with Imp…
Vendor / Product
filamentphp / filament
Sources
cve.org  ·  NVD

Severity & Metrics

7.4 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Affected products (1)
VendorProductPlatformVersions
filamentphp filament >= 4.0.0, < 4.11.5, >= 5.0.0, < 5.6.5
Weakness (CWE)
CWESourceDescription
CWE-362 cna CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-841 cna CWE-841: Improper Enforcement of Behavioral Workflow
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.4 HIGH 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
References (1)
Back to overview