Review reviewHigh

CVE-2025-38670

Linux Linux, SIMATIC CN 4100, linux kernel

In the Linux kernel, the following vulnerability has been resolved: arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() `cpu_switch_to()` and `call_on_irq_stack()` manipulate SP to change to different stacks along with the Shadow Call Stack if it is enabled. Those two stack changes cannot be done atomically and both functions can be interrupted by SErrors or Debug Exceptions which, though unlikely, is very much broken : if interrupted, we can end up with mismatched stacks and Shadow Call Stack leading to clobbered stacks. In `cpu_switch_to()`, it can happen when SP_EL0 points to...

CVSS
7.1
EPSS
0.16%
5.23% percentile
CISA KEV
Not listed
Published
2025.08.23
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.16%
Technical severityCVSS 7.1

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() `cpu_switch_to()` and `call_on_irq_stack()` manipulate SP to change to different stacks along with the Shadow Call Stack if it is enabled. Those two stack changes cannot be done atomically and both functions can be interrupted by SErrors or Debug Exceptions which, though unlikely, is very much broken : if interrupted, we can end up with mismatched stacks and Shadow Call Stack leading to clobbered stacks. In `cpu_switch_to()`, it can happen when SP_EL0 points to...

Affected product and versions

Product
Linux Linux, SIMATIC CN 4100, linux kernel
Affected versions
>= 3f225f29c69c13ce1cbdb1d607a42efeef080056 < f7e0231eeaa33245c649fac0303cf97209605446, >= 402d2b1d54b7085d0c3bfd01fd50c2701dde64b3 < 407047893a64399f2d2390ff35cc6061107d805d, >= 4403c7b7e5e1ad09a266b6e399fd7bf97931508e < a6b0cb523eaa01efe8a3f76ced493ba60674c6e6, >= 59b37fe52f49955791a460752c37145f1afdcad1 < 9433a5f437b0948d6a2d8a02ad7a42ab7ca27a61, >= 59b37fe52f49955791a460752c37145f1afdcad1 < 708fd522b86d2a9544c34ec6a86fa3fc23336525, >= 59b37fe52f49955791a460752c37145f1afdcad1 < 0f67015d72627bad72da3c2084352e0aa134416b, >= 59b37fe52f49955791a460752c37145f1afdcad1 < d42e6c20de6192f8e4ab4cf10be8c694ef27e8cb, >= e47ce4f11e26fa3ea99b09521da8b3ac3a7b578d, >= 5.10.180 < 5.10.210, >= 5.15.111 < 5.15.190, >= 6.1.28 < 6.1.149, >= 6.2.15 < 6.3, >= 6.3, < V5.0, >= 6.2.15 < 6.6.101, >= 6.7 < 6.12.41, >= 6.13 < 6.15.9, 6.16, 11.0
Fixed versions
5.10.210, 5.15.190, 6.1.149, 6.6.101, 6.12.41, 6.15.9

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, SIMATIC CN 4100, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE
CWE-668