CVE-2026-48067 PUBLISHED

Filament: Inconsistent scope enforcement for AttachAction and AssociateAction Select fields

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 22.06.2026 Updated: 23.06.2026

Filament is a collection of full-stack components for accelerated Laravel development. From filament/actions 4.0.0 until 4.11.4 and 5.6.4 and from filament/tables 3.0.0 until 3.3.51, the recordSelectOptionsQuery() method may be used to scope the options available in the Select field for AttachAction and AssociateAction. However, the built-in validation rule for these fields did not apply the same scope. As a result, a user who can trigger these actions could tamper with the Livewire component's state and submit an out-of-scope value. This vulnerability is fixed in filament/actions 4.11.4 and 5.6.4 and filament/tables 3.3.51.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CVSS Score: 6.5

Product Status

Vendor filamentphp
Product filament
Versions
  • Version >= 4.0.0, < 4.11.4 is affected
  • Version >= 5.0.0, < 5.6.4 is affected
  • Version >= 3.0.0, < 3.3.51 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE