CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel on Apple A11 devices, where shared tags across admin and IO queues can lead to firmware crashes due to duplicate tag errors. This issue necessitates that pending command tags remain unique to prevent system instability. Organizations utilizing Linux on Apple A11 hardware should prioritize applying the recommended workaround to mitigate potential disruptions.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag. Apply the existing workaround for M1 of reserving two tags for the admin queue to A11.