SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80524

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A null dereference vulnerability exists in the Linux kernel's OP-TEE implementation, specifically related to the handling of allocated pointers under memory pressure. This flaw could lead to system instability or crashes, making it critical for developers and system administrators managing Linux environments to prioritize applying the patch. Organizations relying on Linux for critical applications should assess their systems for this issue to mitigate potential disruptions.

CVE
CVE-2026-80524
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in optee_ffa_lend_protmem Sashiko (locally) reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check.