CVE-2026-8915
Analyzed Analyzed - Analysis Complete
Out-of-Bounds Write in Samsung Open Source Escargot

Publication date: 2026-05-28

Last updated on: 2026-06-02

Assigner: Samsung TV & Appliance

Description
Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers. This issue affects Escargot: 36f5fb58366a67b713c02f6fd985e924fcc09e31.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-06-02
Generated
2026-06-17
AI Q&A
2026-05-28
EPSS Evaluated
2026-06-16
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
samsung escargot to 2026-05-21 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

CVE-2026-8915 is an out-of-bounds write vulnerability in the Samsung Open Source Escargot JavaScript engine. It arises from a race condition (Time-of-Check to Time-of-Use) in the handling of the toIndex valueOf callback within the ArrayBuffer.prototype.transfer method. This flaw could allow the engine to write outside the bounds of allocated memory buffers, potentially leading to memory corruption.

Impact Analysis

This vulnerability can have severe impacts including allowing an attacker to execute arbitrary code, cause a denial of service by crashing the application, or corrupt memory leading to unpredictable behavior. Because the vulnerability affects memory safety with high confidentiality, integrity, and availability impacts (CVSS 8.8), it poses a significant security risk if exploited.

Mitigation Strategies

To mitigate this vulnerability, update the Escargot JavaScript engine to the version that includes the fix merged on May 21, 2026.

The fix adds size checking to the ArrayBuffer.prototype.transfer method to prevent out-of-bounds writes caused by a TOCTOU race condition.

Applying this update will prevent invalid memory access and improve performance and readability by removing redundant checks.

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