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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s NVMe Apple driver contained a flaw that allowed two queues—an admin queue and a normal IO queue—to use the same command tag on devices with the Apple A11 SoC. When a duplicate tag was detected, the firmware aborted with a "duplicate tag error for tag N" and crashed, effectively bringing the system down. This represents a classic race‑condition style failure (CWE‑795) where concurrent resources share identifiers and leads to a denial of service at the firmware level.

Affected Systems

The vulnerability is confined to the nvme‑apple portion of the Linux kernel and affects any kernel release that incorporates that legacy driver without the recent patch. Devices running a Linux distribution on an Apple A11 SoC that have not updated to a kernel with the crash‑preventing change are potentially impacted. No specific distribution or kernel version is listed in the data, so any unpatched kernel is considered vulnerable.

Risk and Exploitability

Exploitation requires local interaction with the NVMe device; an attacker must send overlapping tag values to trigger the crash. The CVSS score of 5.5 indicates moderate severity. The EPSS score of less than 1 percent suggests a low but non‑zero likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Nevertheless, the crash can be used to destabilize a host, and the workaround—reserving distinct tags for the admin queue—serves as a temporary mitigation until a kernel patch is applied.

Generated by OpenCVE AI on August 18, 2026 at 14:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the nvme‑apple tag‑uniqueness patch.
  • If updating immediately is not feasible, apply the documented workaround by reserving two tags for the admin queue on Apple A11 devices, as described in the kernel patch notes.
  • Disable or reconfigure any custom administration logic that reallocates NVMe tags during runtime so that tag assignments remain static.
  • Monitor system logs for "duplicate tag error" messages to confirm that the fix or workaround is in effect.

Generated by OpenCVE AI on August 18, 2026 at 14:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-694
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-795

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title nvme-apple: Prevent shared tags across queues on Apple A11
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:08:48.421Z

Reserved: 2026-08-09T03:40:39.907Z

Link: CVE-2026-72131

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:30.557

Modified: 2026-08-17T06:18:12.807

Link: CVE-2026-72131

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72131 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T15:00:06Z

Weaknesses
  • CWE-694

    Use of Multiple Resources with Duplicate Identifier

  • CWE-795

    Only Filtering Special Elements at a Specified Location