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.
Published: 2026-08-26
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via null pointer dereference in the OP-TEE FFA protocol
Action: Immediate Patch
AI Analysis

Impact

A null dereference can occur in the Linux kernel when the optee_ffa_lend_protmem function is executed under high memory pressure and the allocated pointer is not validated. This flaw, a classic null pointer dereference, can cause the kernel to crash, resulting in a denial of service on the affected system.

Affected Systems

All Linux kernel installations that include the OP-TEE firmware interface (optee_ffa) are potentially impacted. No specific kernel versions are listed, so the vulnerability may affect any kernel build that has not applied the patch adding the missing NULL check.

Risk and Exploitability

The likely attack vector is an attacker able to trigger memory pressure or force the allocation path to fail, as described in the advisory. Based on the description, it is inferred that such conditions might arise from local processes or system load, suggesting that a local attacker with the ability to influence memory usage could potentially exploit the flaw. The CVSS score of 5.5 indicates a medium severity. The EPSS score of <1% shows a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, implying no widespread exploitation is currently reported.

Generated by OpenCVE AI on August 28, 2026 at 17:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Linux kernel patch that adds a NULL check to the optee_ffa_lend_protmem function and upgrade to the patched kernel version.
  • Rebuild and reload the OP-TEE kernel module using the updated kernel source to ensure the module uses the fixed code path.
  • If a kernel update cannot be applied immediately, disable or remove the optee_ffa module to eliminate the vulnerable code path from the system.
  • Monitor system memory usage and limit processes that can induce excessive memory pressure until the patch is deployed.

Generated by OpenCVE AI on August 28, 2026 at 17:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 26 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title optee: ffa: Add NULL check in optee_ffa_lend_protmem
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-26T14:37:04.373Z

Reserved: 2026-08-26T14:34:25.764Z

Link: CVE-2026-80524

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:06.077

Modified: 2026-08-26T15:17:06.077

Link: CVE-2026-80524

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-80524 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:00:15Z

Weaknesses