Skip to main content

Samsung rlottie CVE-2026-47320

| EUVDEUVD-2026-34232 MEDIUM
Access of Uninitialized Pointer (CWE-824)
2026-06-04 samsung.tv_appliance GHSA-gjw3-x488-w5c3
6.1
CVSS 3.1 · Vendor: samsung.tv_appliance
Share

Severity by source

Vendor (samsung.tv_appliance) PRIMARY
6.1 MEDIUM
AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H

Primary rating from Vendor (samsung.tv_appliance) · only source for this CVE.

CVSS VectorVendor: samsung.tv_appliance

Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 04, 2026 - 10:22 vuln.today
Analysis Generated
Jun 04, 2026 - 10:22 vuln.today

DescriptionCVE.org

Access of uninitialized pointer, Uncontrolled Recursion vulnerability in Samsung Open Source rlottie allows Pointer Manipulation, Oversized Serialized Data Payloads.

This issue affects rlottie: before eae37633fda13ac05b25c6c95aacea4bc33c80a3.

AnalysisAI

Uncontrolled recursion and uninitialized pointer access in Samsung's rlottie animation library allow a locally-delivered malicious Lottie file to crash any host application via stack exhaustion. All rlottie versions prior to commit eae37633fda13ac05b25c6c95aacea4bc33c80a3 are affected; the PR #593 fix confirms cyclic layer parent references in crafted JSON animation payloads as the definitive trigger. No public exploit code has been identified at time of analysis and rlottie is not listed in CISA KEV, though the high availability impact (A:H) makes denial-of-service reliable for applications that accept user-supplied animation content.

Technical ContextAI

rlottie (CPE: cpe:2.3:a:samsung_open_source:rlottie:*:*:*:*:*:*:*:*) is Samsung's open-source C++ library for rendering Lottie animations, a JSON-based vector animation format widely embedded in Samsung smart TV firmware and third-party application frameworks. The vulnerability has two distinct root causes exposed by parsing attacker-controlled Lottie JSON. First, CWE-824 (Access of Uninitialized Pointer): in lottiemodel.h, a missing empty-vector guard in keyframe/property parsing allows reads from an uninitialized memory region, enabling pointer manipulation and potential memory corruption. Second, Uncontrolled Recursion: in renderer::Layer::matrix() within lottieitem.cpp, layer hierarchy traversal follows parent-layer references without a depth bound. A Lottie file encoding a cyclic reference (layer A → parent B → parent A) causes matrix() to recurse infinitely until the call stack is exhausted. The PR #593 fix addresses both: it introduces a depth parameter capped at 64 to break recursion cycles, and adds a vec.empty() guard before keyframe property access.

RemediationAI

The upstream fix is available via GitHub PR #593 (https://github.com/Samsung/rlottie/pull/593) at commit eae37633fda13ac05b25c6c95aacea4bc33c80a3, targeting changes across lottieitem.cpp, lottieitem.h, and lottiemodel.h. Downstream consumers should update their rlottie vendored copy to at least this commit or cherry-pick the three-file patch. A versioned tagged release incorporating these changes has not been independently confirmed at time of analysis, so integrators should track the upstream repository directly. As a compensating control where immediate patching is not feasible, applications can validate incoming Lottie JSON for cyclic layer parent references before passing content to rlottie - this adds pre-parse overhead but eliminates the recursion attack surface. Alternatively, restricting the application to render only internally generated or digitally signed animation content removes the untrusted-input vector entirely, though this may break user-facing animation customization features.

CVE-2026-19588 MEDIUM
6.5 Aug 12

Heap buffer overflow in Samsung's rlottie animation rendering library allows remote denial-of-service via maliciously cr

CVE-2026-19587 MEDIUM
6.5 Aug 12

Uncontrolled resource consumption in Samsung's open-source rlottie library allows a crafted Lottie animation file to tri

CVE-2025-53076 CRITICAL
9.8 Jun 30

Improper Input Validation vulnerability in Samsung Open Source rLottie allows Overread Buffers.This issue affects rLotti

CVE-2025-53075 CRITICAL
9.8 Jun 30

Improper Input Validation vulnerability in Samsung Open Source rLottie allows Path Traversal.This issue affects rLottie:

CVE-2025-0634 CRITICAL
9.8 Jun 30

Use After Free vulnerability in Samsung Open Source rLottie allows Remote Code Inclusion.This issue affects rLottie: V0.

CVE-2025-53074 CRITICAL
9.1 Jun 30

Out-of-bounds Read vulnerability in Samsung Open Source rLottie allows Overflow Buffers.This issue affects rLottie: V0.2

CVE-2026-19518 MEDIUM
6.5 Aug 11

Availability denial-of-service in Samsung's open-source rlottie animation library (all versions per CPE wildcard) allows

CVE-2026-19517 MEDIUM
6.5 Aug 11

Resource exhaustion in Samsung's rlottie library allows denial of service when parsing crafted Lottie animation files. T

CVE-2026-18772 MEDIUM
6.5 Aug 04

Resource exhaustion via oversized serialized Lottie animation payloads in Samsung Open Source rlottie allows denial-of-s

CVE-2026-8916 MEDIUM
6.1 Jun 04

Out-of-bounds write in Samsung's rlottie animation rendering library allows a crafted Lottie animation file to trigger i

CVE-2026-47318 MEDIUM
6.1 Jun 04

Stack-based buffer overflow in Samsung Open Source rlottie's FreeType-derived cubic Bezier rasterizer allows a local att

CVE-2026-47306 MEDIUM
6.1 Jun 04

Uncontrolled recursion in Samsung's rlottie library, affecting all versions before commit e2d19e3b, allows a locally-del

Share

CVE-2026-47320 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy