Description
Uncontrolled Recursion vulnerability in Samsung Open Source rlottie allows Serialized Data with Nested Payloads.

This issue affects rlottie: before 8de0d9e6ca80ffef654965505981727b9fa06a51.
Published: 2026-08-31
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

Uncontrolled recursion is triggered when Samsung’s rlottie library processes serialized data that contains nested payloads. The resulting recursive calls can exhaust stack or memory resources, leading to a crash and a denial of service or application instability. The weakness stems from insufficient validation of nesting depth, a manifestation of CWE-1265 (Uncontrolled Recursion) and CWE-674 (Stack Overflow).

Affected Systems

The affected product is Samsung Open Source rlottie, for all versions prior to the code commit 8de0d9e6ca80ffef654965505981727b9fa06a51. Users of any earlier release of rlottie must review the commit history to determine if they are impacted.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score is < 1%, indicating a very low likelihood of exploitation. Because the vulnerability requires malicious serialized input, the attack vector is inferred to be a local or remote scenario where an attacker can supply crafted data to an application that uses rlottie. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on September 1, 2026 at 15:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rlottie to commit 8de0d9e6ca80ffef654965505981727b9fa06a51 or later.
  • Implement input validation to reject or limit deeply nested serialized payloads before passing data to rlottie.
  • Monitor application logs and crash reports for parsing failures or stack overflows that may indicate exploitation attempts.

Generated by OpenCVE AI on September 1, 2026 at 15:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Title rlottie: rlottie: Denial of Service via uncontrolled recursion with serialized data
Weaknesses CWE-1265
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 12:45: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, 31 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description Uncontrolled Recursion vulnerability in Samsung Open Source rlottie allows Serialized Data with Nested Payloads. This issue affects rlottie: before 8de0d9e6ca80ffef654965505981727b9fa06a51.
Weaknesses CWE-674
References
Metrics cvssV3_1

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


Subscriptions

Samsung Open Source Rlottie
cve-icon MITRE

Status: PUBLISHED

Assigner: samsung.tv_appliance

Published:

Updated: 2026-08-31T14:27:19.437Z

Reserved: 2026-08-31T02:32:29.811Z

Link: CVE-2026-82797

cve-icon Vulnrichment

Updated: 2026-08-31T14:27:15.447Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T12:17:58.350

Modified: 2026-09-01T20:50:58.753

Link: CVE-2026-82797

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-31T11:28:08Z

Links: CVE-2026-82797 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T15:45:05Z

Weaknesses
  • CWE-1265

    Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls

  • CWE-674

    Uncontrolled Recursion