CVE-2026-14160
Received Received - Intake

Time-of-Check Time-of-Use Race Condition in Samsung Open Source Escargot

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

Publication date: 2026-06-30

Last updated on: 2026-06-30

Assigner: Samsung TV & Appliance

Description

Time-of-check time-of-use (TOCTOU) race condition vulnerability in Samsung Open Source Escargot allows Leveraging Race Conditions. This issue affects Escargot: bab3a5797557014ce3c2e28419a6310cfba90d0d.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
samsung escargot *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-367 The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a time-of-check time-of-use (TOCTOU) race condition in the Samsung Open Source Escargot JavaScript engine. It involves atomic operations where the state of an ArrayBuffer can change between the time it is checked and the time it is used, potentially leading to unsafe memory access.

Specifically, the issue allows for detached ArrayBuffer access and out-of-bounds memory access during atomic operations, which can cause memory corruption or crashes.

Impact Analysis

This vulnerability can lead to memory corruption or application crashes when the Escargot JavaScript engine performs atomic operations on ArrayBuffers that have been detached or resized during execution.

Such impacts can cause instability or unexpected behavior in applications relying on this engine, potentially leading to denial of service or other reliability issues.

Detection Guidance

There is no specific information provided about detection methods or commands to identify this vulnerability on your network or system.

Mitigation Strategies

To mitigate this vulnerability, update the Escargot JavaScript engine to the fixed version that includes stricter validation checks preventing detached ArrayBuffer access and out-of-bounds memory access.

The fix involves applying the patch committed under commit ID 9e8084e, which adds runtime checks for buffer validity during atomic operations to prevent memory corruption or crashes.

Chat Assistant

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

EPSS Chart