Description
Integer overflow or wraparound vulnerability in Samsung Open Source rlottie allows Overflow Buffers.

This issue affects .
Published: 2026-07-13
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer truncation in the gray_hline() function of Samsung Open Source rlottie triggers a heap‑based buffer overflow when a crafted Lottie animation is rendered at its native canvas size. The overflow corrupts heap memory, potentially causing process crashes or other unintended behavior. The CVE description does not state any capability for code execution, privilege escalation, or other specific impact beyond the buffer corruption.

Affected Systems

The vulnerability affects Samsung Open Source rlottie, a lightweight animation engine used in Samsung and third‑party applications that render Lottie JSON files. No specific version range is listed in the CVE data; the referenced pull request indicates that the patch was introduced in the upstream source. All builds compiled without the bounds fix for gray_hline() may be vulnerable.

Risk and Exploitability

With a CVSS score of 5.5 this flaw is considered medium severity. The EPSS score of less than 1% indicates very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is an application that loads and renders a malicious Lottie file at canvas scale; exploitation would require no authentication or elevated privileges. No public exploit has been reported.

Generated by OpenCVE AI on July 31, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch from GitHub pull request #595 to enforce correct bounds checks in gray_hline().
  • Run the Lottie renderer in a sandboxed or low‑privilege environment to contain any memory corruption.
  • Validate or sanitize Lottie files before rendering, rejecting files that request full native canvas rendering from untrusted sources.

Generated by OpenCVE AI on July 31, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 13 Jul 2026 02:30:00 +0000

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

Mon, 13 Jul 2026 00:30:00 +0000

Type Values Removed Values Added
Description Integer overflow or wraparound vulnerability in Samsung Open Source rlottie allows Overflow Buffers. This issue affects .
Title Samsung rlottie: Numeric truncation in gray_hline() leads to heap-based buffer overflow when rendering a crafted Lottie animation at native canvas size
Weaknesses CWE-190
References
Metrics cvssV3_1

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


Subscriptions

Samsung Open Source Rlottie
cve-icon MITRE

Status: PUBLISHED

Assigner: samsung.tv_appliance

Published:

Updated: 2026-07-13T15:46:29.647Z

Reserved: 2026-07-12T23:55:26.743Z

Link: CVE-2026-15551

cve-icon Vulnrichment

Updated: 2026-07-13T15:46:25.513Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T12:30:16Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound