CVE-2026-15551
Received Received - Intake

Integer Overflow in Samsung Open Source rlottie

Vulnerability report for CVE-2026-15551, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Samsung TV & Appliance

Description

Integer overflow or wraparound vulnerability in Samsung Open Source rlottie allows Overflow Buffers. This issue affects .

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-07-13
AI Q&A
2026-07-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
samsung rlottie *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The CVE-2026-15551 vulnerability is a heap buffer overflow issue in the Samsung rlottie library. It occurs because the Y coordinate in the SW_FT_Span struct is stored as a 16-bit short data type without proper clamping to prevent overflow. This allows the Y coordinate value to exceed the 16-bit limit, causing it to be truncated and leading to a heap buffer overflow.

Impact Analysis

This vulnerability can lead to a heap buffer overflow, which may cause application crashes or potentially allow an attacker to execute arbitrary code with limited privileges. The CVSS score indicates a moderate severity with possible impacts on confidentiality, integrity, and high impact on availability.

Detection Guidance

The vulnerability involves a heap buffer overflow in the rlottie library due to improper handling of the Y coordinate in the SW_FT_Span struct. Detection would require analyzing the usage of rlottie in your system and monitoring for abnormal behavior or crashes related to rendering operations that use this library.

There are no specific commands provided in the available resources to detect this vulnerability directly on your network or system.

Mitigation Strategies

To mitigate this vulnerability, you should update the rlottie library to a version that includes the fix ensuring proper clamping of the Y coordinate to prevent heap buffer overflow.

If an immediate update is not possible, consider restricting or monitoring the use of rlottie in your environment to prevent exploitation, and apply any available patches or workarounds provided by Samsung or the rlottie maintainers.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15551. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart