CVE-2026-10420
Received Received - Intake

Untrusted Pointer Dereference in Samsung mTower

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

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: Samsung TV & Appliance

Description

Untrusted pointer dereference vulnerability in Samsung Open Source mTower allows Pointer Manipulation. This issue affects mTower: before 102d3dc75cf8e58e68e4bea54ae3c803992c91be.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
samsung mtower to 102d3dc75cf8e58e68e4bea54ae3c803992c91be (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-822 The product obtains a value from an untrusted source, converts this value to a pointer, and dereferences the resulting pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an untrusted pointer dereference issue in Samsung's Open Source mTower. It allows pointer manipulation where Trusted Applications (TAs) can pass invalid pointers like NULL or wrapping memory ranges. The mTower fails to validate these pointers properly before dereferencing them in secure-kernel syscalls, potentially causing out-of-bounds memory access in the secure world.

Detection Guidance

This vulnerability involves improper pointer validation in Samsung mTower's secure-kernel syscalls. Detection requires checking for unvalidated TA-supplied pointers in syscalls like copy helpers and crypto operations. Review kernel logs for out-of-bounds memory access errors or NULL pointer dereferences in secure world contexts. Use static analysis tools to inspect pointer range checks in tee_svc.c and tee_svc_cryp.c.

Impact Analysis

This vulnerability could allow malicious or buggy Trusted Applications to crash the secure world or execute unauthorized memory operations. This might lead to denial of service, data corruption, or unauthorized access to sensitive data in systems using mTower, such as mobile devices or IoT platforms.

Compliance Impact

This vulnerability could potentially lead to unauthorized memory access in the secure world, which may result in data breaches or corruption. For GDPR, this could impact data integrity and confidentiality requirements. For HIPAA, it might compromise protected health information if exploited.

Mitigation Strategies

Update mTower to the latest version (commit 102d3dc75cf8e58e68e4bea54ae3c803992c91be or later) to apply the pointer validation fix in secure-kernel syscalls.

Chat Assistant

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

EPSS Chart