CVE-2026-80524
Received Received - Intake

NULL Pointer Dereference in Linux Kernel OP-TEE FFA

Vulnerability report for CVE-2026-80524, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-26
AI Q&A
2026-08-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a null pointer dereference issue in the Linux kernel's OP-TEE (Open Portable Trusted Execution Environment) FFA (Firmware Framework for Arm A-profile) implementation. It occurs when memory pressure leads to a lack of validation of an allocated pointer, potentially causing the system to dereference a null pointer and crash.

Detection Guidance

This vulnerability is specific to the Linux kernel's OP-TEE FFA implementation and involves a missing NULL check in optee_ffa_lend_protmem. Detection requires checking kernel logs for NULL pointer dereference errors or system crashes under memory pressure. Use commands like dmesg | grep -i null or journalctl -k | grep -i null to inspect kernel logs for related errors.

Impact Analysis

This vulnerability could cause system instability or crashes under memory pressure conditions, potentially leading to denial of service. It may affect systems using OP-TEE with FFA interfaces, particularly those running Linux kernels with the vulnerable code.

Mitigation Strategies

Apply the kernel patch that adds the NULL check in optee_ffa_lend_protmem. Update your Linux kernel to the fixed version. If immediate patching is not possible, monitor systems for crashes or NULL dereference errors and avoid high memory pressure scenarios until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80524. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart