CVE-2026-90094: arm64: process: Fix context switching MTE store-only tag check

Published Sep 17, 2026
·
Updated

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

arm64: process: Fix context switching MTE store-only tag check

SCTLREL1.TCSO0 is set when user opt-in for MTE store-only tag check mode. However, it is not part of SCTLRUSERMASK which imply that on context switch we never clear SCTLREL1.TCSO0, so we are leaking that setting into another task.

Fix that by including SCTLREL1TCSO0MASK into SCTLRUSERMASK

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems running on arm64 where Memory Tagging Extension (MTE) store-only tag checking can be enabled by a user task. The leaked setting can affect a different task after a context switch.

2

What must occur for the setting to leak between tasks?

A task must opt in to MTE store-only tag check mode, which sets SCTLR_EL1.TCSO0. A subsequent context switch can leave that setting enabled for another task because it was not included in the user SCTLR state cleared or restored during switching.

3

How can this be remediated?

Apply a Linux kernel update containing the fix that adds SCTLR_EL1_TCSO0_MASK to SCTLR_USER_MASK. The provided stable kernel references identify commits carrying the correction.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203