---
id: CVE-2026-93085
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  firmware: arm_scmi: Reject out of range DT protocol IDs

  SCMI protocol IDs carried in message headers are limited by
  MSG_PROTOCOL_ID_MASK
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  firmware: arm_scmi: Reject out of range DT protocol IDs

  SCMI protocol IDs carried in message headers are limited by
  MSG_PROTOCOL_ID_MASK. The DT parsing paths noticed …
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1 <
    8eb2ab209570526728b35e39c4aecdb5099fbaf7
  - >-
    Linux >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1 <
    5142fd31bd8c9aff9bad4f6e0cc20e9574f2cee1
  - >-
    Linux >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1 <
    e66756313d1b4eadd13f39a0aee9fc8773d4d375
  - >-
    Linux >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1 <
    0b6e59eb885f985a5ea7beed385adfa9412b324d
  - >-
    Linux >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1 <
    59407ccb52130f2c81f4b3cbe4f14114afceb54f
  - Linux 6.3
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:02.590'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93085'
references:
  - url: 'https://git.kernel.org/stable/c/0b6e59eb885f985a5ea7beed385adfa9412b324d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/5142fd31bd8c9aff9bad4f6e0cc20e9574f2cee1'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/59407ccb52130f2c81f4b3cbe4f14114afceb54f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/8eb2ab209570526728b35e39c4aecdb5099fbaf7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e66756313d1b4eadd13f39a0aee9fc8773d4d375'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.761Z'
epss: 0.002
epssPercentile: 0.10111
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

firmware: arm_scmi: Reject out of range DT protocol IDs

SCMI protocol IDs carried in message headers are limited by
MSG_PROTOCOL_ID_MASK. The DT parsing paths noticed protocol IDs
outside that range, but only logged an error and then kept processing
the invalid value.

That lets a malformed 32-bit DT reg value reach helpers which take a u8
protocol ID, where it can be truncated and/or treated as a different
protocol.

For channel setup, two different out-of-range values can also be used as
distinct IDR keys while aliasing the generated SCMI protocol identity.

Skip DT protocol nodes whose reg value does not fit the SCMI protocol ID
field before setting up channels or creating protocol devices.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
