In the Linux kernel, the following vulnerability has been resolved:
tee: optee: Fix kernel panic caused by incorrect error handling
The error path while failing to register devices on the TEE bus has a
bug leading to kernel panic as follows:
[ 15.398930] Unable to handle kernel paging request at virtual address ffff07ed00626d7c
[ 15.406913] Mem abort info:
[ 15.409722] ESR = 0x0000000096000005
[ 15.413490] EC = 0x25: DABT (current EL), IL = 32 bits
[ 15.418814] SET = 0, FnV = 0
[ 15.421878] EA = 0, S1PTW = 0
[ 15.425031] FSC = 0x05: level 1 translation fault
[ 15.429922] Data abort info:
[ 15.432813] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 15.438310] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 15.443372] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 15.448697] swapper pgtable: 4k pages, 48-bit VAs, pgdp=00000000d9e3e000
[ 15.455413] [ffff07ed00626d7c] pgd=1800000bffdf9003, p4d=1800000bffdf9003, pud=0000000000000000
[ 15.464146] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
Commit 7269cba53d90 ("tee: optee: Fix supplicant based device enumeration")
lead to the introduction of this bug. So fix it appropriately.
Security readout for executives and security teams
Plain-English summary
A Linux OP-TEE driver error-handling flaw can crash the kernel when device registration fails. This can interrupt systems using a trusted execution environment, but the sources do not show remote reachability or real-world attacks. The 7.8 CVSS score indicates serious potential local impact; practical risk depends on whether OP-TEE and the affected code are present.
Executive priority
Treat this as high priority for OP-TEE-dependent appliances or servers where a kernel panic would disrupt critical operations. Confirm exposure promptly and schedule supported kernel updates. It is not supported as an Internet-wide emergency because the supplied evidence shows neither remote reachability nor active exploitation.
Technical view
Commit 7269cba53d90 introduced faulty error handling during OP-TEE device registration on the TEE bus. When registration fails, the cleanup path can cause an invalid memory access and kernel panic. The CVSS vector specifies local, low-privileged access without user interaction, although the supplied description does not demonstrate attacker-controlled triggering or impacts beyond the panic.
Likely exposure
Exposure is most likely limited to Linux systems using OP-TEE and TEE bus device registration. The supplied affected-version records are difficult to interpret consistently, so vulnerability managers should map exact distribution builds and vendor backports to the listed fixes rather than relying solely on upstream version strings.
Exploitation context
CISA KEV status is false, and no supplied source reports active exploitation or a public exploit. The CVSS vector describes a local attack requiring low privileges, but the technical description only establishes that a device-registration failure can reach the faulty path. Attacker control over that failure is not established.
Researcher notes
The documented regression originates in commit 7269cba53d90 and affects an error path during supplicant-based OP-TEE device enumeration. Multiple stable-branch fixes are referenced. Evidence demonstrates an invalid access and panic, but does not establish confidentiality or integrity compromise despite the CVSS impact metrics. Exact affected-version interpretation requires vendor-specific backport analysis.
Mitigation direction
Install a vendor-supported kernel update containing the applicable upstream stable fix or documented backport.
Prioritize remediation on systems where OP-TEE is enabled and kernel availability is operationally important.
Use distribution advisories to resolve ambiguous upstream version information before declaring systems affected or remediated.
Follow vendor guidance if immediate updating is impossible; the supplied sources name no official workaround.
Validation and detection
Inventory kernel package builds, architectures, and whether OP-TEE support is enabled or actively used.
Confirm each vendor kernel contains an applicable listed stable commit or an explicitly documented backport.
Review kernel logs for OP-TEE registration failures, paging faults, data aborts, or kernel Oops events.
After updating and rebooting, verify the running kernel build and normal OP-TEE device enumeration in a safe environment.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-35785 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.