PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-71967 OP-TEE CVE debrief

A null pointer dereference vulnerability exists in OP-TEE OS through 4.10.0 in the Widevine pseudo-TA open_session handler. This allows Normal World clients to cause a denial of service when CFG_WIDEVINE_PTA is enabled. The vulnerability can be triggered by opening a session directly on the Widevine PTA, leading to an unconditional dereference of a NULL calling session pointer via is_user_ta_ctx(), which faults the TEE at S-EL1 and crashes the trusted execution environment.

Vendor
OP-TEE
Product
optee_os
CVSS
MEDIUM 5.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-10
Original CVE updated
2026-09-16
Advisory published
2026-08-10
Advisory updated
2026-09-16

Who should care

Defenders of systems using OP-TEE OS with CFG_WIDEVINE_PTA enabled, especially those with exposure to Normal World clients, should assess their vulnerability and apply the patch or mitigations as necessary.

Why it matters

CVE-2026-71967 is a medium-severity vulnerability in OP-TEE OS that allows Normal World clients to cause a denial of service when CFG_WIDEVINE_PTA is enabled. Defenders of systems using OP-TEE OS with this configuration should verify their exposure and apply the patch or necessary mitigations.

  • Denial of service in the trusted execution environment
  • Potential disruption of critical services relying on OP-TEE OS
  • Need for verification of affected versions and exposure
  • Priority for patching or mitigating the vulnerability

Technical summary

The vulnerability exists in the Widevine pseudo-TA open_session handler in OP-TEE OS through 4.10.0. When CFG_WIDEVINE_PTA is enabled, Normal World clients can trigger a denial of service by opening a session directly on the Widevine PTA. This leads to an unconditional dereference of a NULL calling session pointer via is_user_ta_ctx(), causing the TEE to fault at S-EL1 and crash the trusted execution environment.

Defensive priority

Medium priority for systems using OP-TEE OS with CFG_WIDEVINE_PTA enabled, especially those with exposure to Normal World clients.

Recommended defensive actions

  • Review and apply the patch from commit 0aadfc2
  • Verify if CFG_WIDEVINE_PTA is enabled in your OP-TEE OS configuration
  • Restrict access to the Widevine PTA to trusted clients only
  • Monitor for unusual activity in the trusted execution environment
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the scope of affected versions and potential impact requires further verification from official sources. Defenders should verify if CFG_WIDEVINE_PTA is enabled in their OP-TEE OS configuration and review the patch from commit 0aadfc2. They should also restrict access to the Widevine PTA to trusted clients only and monitor for unusual activity in the trusted execution environment.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-71967 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-71967

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-71967 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71967

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.