CVE-2026-8915
Received Received - Intake
Out-of-Bounds Write in Samsung Open Source Escargot

Publication date: 2026-05-28

Last updated on: 2026-05-28

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-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
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-787 The product writes data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


What immediate steps should I take to mitigate this vulnerability?

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart