---
id: CVE-2026-48067
aliases:
  - GHSA-7q3w-xqjw-g3cr
title: >-
  Filament has inconsistent scope enforcement for its AttachAction and
  AssociateAction Select fields
summary: >-
  Filament has inconsistent scope enforcement for its AttachAction and
  AssociateAction Select fields
severity: medium
cvss: 6.5
cwe:
  - CWE-639
vendor: filament
product: filament/tables
ecosystem: composer
affected:
  - 'filament/tables >= 3.0.0, <= 3.3.50'
  - 'filament/actions >= 4.0.0, <= 4.11.3'
  - 'filament/actions >= 5.0.0, <= 5.6.3'
patched:
  - filament/tables 3.3.51
  - filament/actions 4.11.4
  - filament/actions 5.6.4
published: '2026-06-11'
updated: '2026-06-11'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-7q3w-xqjw-g3cr'
references:
  - url: >-
      https://github.com/filamentphp/filament/security/advisories/GHSA-7q3w-xqjw-g3cr
  - url: 'https://github.com/filamentphp/filament/releases/tag/v3.3.51'
  - url: 'https://github.com/filamentphp/filament/releases/tag/v4.11.4'
  - url: 'https://github.com/filamentphp/filament/releases/tag/v5.6.4'
  - url: 'https://github.com/advisories/GHSA-7q3w-xqjw-g3cr'
tags:
  - ghsa
  - composer
epss: 0.00299
epssPercentile: 0.22849
ingestedAt: '2026-07-07T15:41:59.295Z'
---

## Overview

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.

## Affected packages

- `filament/tables >= 3.0.0, <= 3.3.50`
- `filament/actions >= 4.0.0, <= 4.11.3`
- `filament/actions >= 5.0.0, <= 5.6.3`

## Remediation

Upgrade to a patched release:

- `filament/tables 3.3.51`
- `filament/actions 4.11.4`
- `filament/actions 5.6.4`
