CVE-2026-82927
Received Received - Intake

Pointer Manipulation in Samsung mTower

Vulnerability report for CVE-2026-82927, 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 06994e303637512e39062f3e037c222e8448e57e.

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 06994e303637512e39062f3e037c222e8448e57e (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 flaw in Samsung's Open Source mTower, specifically in the TrustZone-M implementation. Non-secure (NS) callers can manipulate secure-world memory by providing unchecked pointers to the `cmse_nonsecure_entry` ioctl() handler. The handler dereferences these pointers without validating they point to non-secure memory, allowing malicious NS code to redirect secure memory operations into secure RAM, bypassing TrustZone isolation.

Detection Guidance

Detection requires checking if your mTower version is affected. Verify the installed version against the vulnerable commit range before 06994e303637512e39062f3e037c222e8448e57e. Use commands like git log or version checks in mTower to confirm the build. No direct network detection commands are provided.

Impact Analysis

This vulnerability could allow an attacker with access to non-secure code to manipulate secure memory operations, potentially leading to unauthorized access or modification of sensitive data in secure memory. This could compromise the integrity and confidentiality of secure applications running on the device.

Compliance Impact

This vulnerability allows non-secure code to manipulate secure memory, potentially bypassing isolation mechanisms. This could lead to unauthorized access or modification of sensitive data, which may violate compliance requirements for data protection standards like GDPR or HIPAA that mandate strict access controls and data integrity.

Mitigation Strategies

Update mTower to the patched commit 06994e303637512e39062f3e037c222e8448e57e or later. Apply the changes from the referenced pull request which adds pointer validation in entry_std.c and fixes error propagation in TEEC_OpenSession. Ensure ARM-specific configurations are tested.

Chat Assistant

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

EPSS Chart