Description
Out-of-bounds Write and Improper Validation of Array Index vulnerability in Samsung Open Source TizenFX Samsung/TizenFX allows Overflow Buffers.
Published: 2026-09-02
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the MediaBufferBase indexer setter of the TizenFX library, where a required bounds check was omitted, allowing an out‑of‑bounds write. The flaw permits a caller to supply an index that exceeds the size of the underlying array, corrupting adjacent memory. Such corruption can lead to application crashes, denial of service, or in the worst case, arbitrary code execution if the overwritten memory controls execution flow. This weakness is classified as an out‑of‑bounds write and improper validation of array index.

Affected Systems

Samsung’s open‑source TizenFX library is affected. Version details are not specified in the advisory, so any release that includes the unpatched MediaBufferBase indexer is vulnerable. Users should check whether their TizenFX deployment contains the patches submitted in pull requests 7814 and 7815.

Risk and Exploitability

The CVSS score of 6.3 signals moderate severity. EPSS information is unavailable and the vulnerability is not listed in CISA’s KEV catalog, indicating limited or no known exploitation. Because the flaw requires exploitation of a locally executable TizenFX consumer, an attacker would need to run code with the same privileges as the application. The overall risk is medium until the appropriate patches are applied.

Generated by OpenCVE AI on September 3, 2026 at 09:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Merge the patch from TizenFX pull requests 7814 and 7815 to restore bounds checking in MediaBufferBase.
  • Rebuild or recompile all applications that link against TizenFX so that the updated library is used.
  • Add temporary runtime checks in custom media handling code to ensure buffer indices are capped within the allocated array limits until patches are deployed.

Generated by OpenCVE AI on September 3, 2026 at 09:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Samsung Open Source
Samsung Open Source tizenfx
Vendors & Products Samsung Open Source
Samsung Open Source tizenfx

Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 23:30:00 +0000

Type Values Removed Values Added
Description Out-of-bounds Write and Improper Validation of Array Index vulnerability in Samsung Open Source TizenFX Samsung/TizenFX allows Overflow Buffers.
Title Out-of-bounds write in TizenFX MediaBufferBase indexer setter due to missing bounds check
Weaknesses CWE-129
CWE-787
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Samsung Open Source Tizenfx
cve-icon MITRE

Status: PUBLISHED

Assigner: samsung.tv_appliance

Published:

Updated: 2026-09-03T13:14:10.759Z

Reserved: 2026-09-02T23:08:49.435Z

Link: CVE-2026-85084

cve-icon Vulnrichment

Updated: 2026-09-03T13:14:06.739Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:20.143

Modified: 2026-09-03T14:17:04.143

Link: CVE-2026-85084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:33:38Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index

  • CWE-787

    Out-of-bounds Write