<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Samsung — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/samsung/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 13 Apr 2026 05:17:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/samsung/feed.xml" rel="self" type="application/rss+xml"/><item><title>Samsung Escargot Out-of-Bounds Write Vulnerability (CVE-2026-25207)</title><link>https://feed.craftedsignal.io/briefs/2026-04-samsung-escargot-overflow/</link><pubDate>Mon, 13 Apr 2026 05:17:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-samsung-escargot-overflow/</guid><description>CVE-2026-25207 is an out-of-bounds write vulnerability in Samsung Open Source Escargot that allows for buffer overflows, potentially leading to arbitrary code execution.</description><content:encoded><![CDATA[<p>CVE-2026-25207 is an out-of-bounds write vulnerability affecting Samsung Open Source Escargot, specifically version 97e8115ab1110bc502b4b5e4a0c689a71520d335. This flaw allows attackers to potentially overwrite memory buffers, leading to denial of service or arbitrary code execution. The vulnerability arises due to insufficient bounds checking when handling specific data inputs within the Escargot software. Successful exploitation of this vulnerability could grant an attacker elevated privileges or control over the affected system. The severity of the vulnerability is rated as HIGH with a CVSS score of 7.4, indicating a significant risk to systems running vulnerable versions of Escargot.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious input designed to trigger the out-of-bounds write.</li>
<li>The malicious input is sent to the vulnerable Escargot application. This could involve exploiting a network service that relies on Escargot for data processing.</li>
<li>Escargot processes the malicious input without proper bounds checking.</li>
<li>The lack of bounds checking allows the input to write data beyond the allocated buffer.</li>
<li>The out-of-bounds write overwrites adjacent memory regions, potentially corrupting program data or code.</li>
<li>The memory corruption leads to a crash or allows the attacker to overwrite critical function pointers.</li>
<li>If function pointers are successfully overwritten, the attacker gains control of program execution.</li>
<li>The attacker can execute arbitrary code with the privileges of the Escargot process.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-25207 can lead to arbitrary code execution with the privileges of the Escargot process. This can result in complete system compromise, data loss, or denial of service. Given the potential for remote code execution, this vulnerability poses a significant risk to systems utilizing the vulnerable Escargot version.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch provided in the associated GitHub pull request to remediate the vulnerability. (<a href="https://github.com/Samsung/escargot/pull/1554">https://github.com/Samsung/escargot/pull/1554</a>)</li>
<li>Monitor systems for unexpected crashes or memory corruption events related to the Escargot process.</li>
<li>Implement input validation and sanitization measures to prevent malicious inputs from reaching the vulnerable code.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-25207</category><category>out-of-bounds write</category><category>buffer overflow</category><category>samsung</category><category>escargot</category></item><item><title>Samsung MagicINFO 9 Server Local Privilege Escalation via Incorrect Default Permissions (CVE-2026-25203)</title><link>https://feed.craftedsignal.io/briefs/2026-04-magicinfo-lpe/</link><pubDate>Fri, 10 Apr 2026 02:16:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-magicinfo-lpe/</guid><description>Samsung MagicINFO 9 Server versions prior to 21.1091.1 are susceptible to a local privilege escalation vulnerability due to incorrect default permissions, potentially allowing a low-privilege user to gain elevated privileges on the system.</description><content:encoded><![CDATA[<p>CVE-2026-25203 describes a local privilege escalation vulnerability affecting Samsung MagicINFO 9 Server versions prior to 21.1091.1. The vulnerability stems from incorrect default permissions, which could allow a malicious actor with low-level access to elevate their privileges on the system. This could lead to unauthorized access to sensitive data, modification of system configurations, or even complete system compromise. The vulnerability was reported by Samsung TV &amp; Appliance and impacts systems running the affected MagicINFO 9 Server software. Successful exploitation of this vulnerability allows an attacker to bypass security restrictions and execute arbitrary code with elevated privileges. Defenders should prioritize patching vulnerable systems to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains initial low-privilege access to the target system through legitimate means or exploiting a separate vulnerability.</li>
<li>Attacker identifies the incorrect default permissions on critical MagicINFO 9 Server files or directories.</li>
<li>Attacker leverages these incorrect permissions to modify configuration files or replace binaries with malicious ones.</li>
<li>Attacker restarts the MagicINFO 9 Server service, causing the modified configuration or malicious binaries to be loaded with elevated privileges.</li>
<li>The compromised MagicINFO 9 Server service executes the attacker&rsquo;s code with SYSTEM or other high-level privileges.</li>
<li>Attacker uses the elevated privileges to install backdoors, create new privileged accounts, or exfiltrate sensitive data.</li>
<li>Attacker gains persistent control over the system and uses it as a pivot point for further attacks within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-25203 allows a local attacker to escalate their privileges to SYSTEM, effectively gaining complete control over the affected Samsung MagicINFO 9 Server. This could lead to data breaches, system instability, and the potential for lateral movement within the network. The number of potential victims is unknown, but any organization utilizing vulnerable versions of Samsung MagicINFO 9 Server is at risk. The targeted sectors would be those that deploy digital signage solutions using the MagicINFO platform.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Samsung MagicINFO 9 Server to version 21.1091.1 or later to patch CVE-2026-25203.</li>
<li>Implement the provided Sigma rule to detect suspicious process creation related to MagicINFO and privilege escalation attempts.</li>
<li>Monitor file and directory permissions within the MagicINFO installation directory for unexpected changes to detect potential exploit attempts.</li>
<li>Monitor logs for unauthorized access attempts or modifications to critical system files.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>samsung</category><category>magicinfo</category></item><item><title>Samsung Exynos Wi-Fi Driver Use-After-Free Vulnerability (CVE-2025-54602)</title><link>https://feed.craftedsignal.io/briefs/2026-04-exynos-wifi-uaf/</link><pubDate>Mon, 06 Apr 2026 20:16:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-exynos-wifi-uaf/</guid><description>A use-after-free vulnerability exists in the Wi-Fi driver of Samsung Mobile and Wearable Processors Exynos 980, 850, 1080, 1280, 1330, 1380, 1480, 1580, W920, W930, and W1000 due to improper synchronization on a global variable, allowing attackers to trigger a race condition and potentially execute arbitrary code.</description><content:encoded><![CDATA[<p>CVE-2025-54602 is a use-after-free vulnerability affecting the Wi-Fi driver in Samsung Mobile Processor and Wearable Processor Exynos chipsets. This vulnerability impacts the following Exynos models: 980, 850, 1080, 1280, 1330, 1380, 1480, 1580, W920, W930, and W1000. The root cause is an improper synchronization on a global variable within the driver, leading to a potential use-after-free scenario. An attacker can exploit this vulnerability by triggering a race condition through concurrent invocation of an <code>ioctl</code> function from multiple threads. Successful exploitation can lead to memory corruption, arbitrary code execution, and ultimately, device compromise. This vulnerability poses a significant risk to devices using the affected Exynos chipsets, including smartphones and wearable devices.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains initial access to the target device, which could be through a malicious application installed by the user.</li>
<li>The malicious application creates multiple threads to concurrently access the Wi-Fi driver.</li>
<li>Each thread invokes the vulnerable <code>ioctl</code> function within the Wi-Fi driver.</li>
<li>Due to the lack of proper synchronization, a race condition occurs when accessing a global variable.</li>
<li>One thread frees the memory associated with the global variable, while another thread continues to access it.</li>
<li>The second thread attempts to use the freed memory, resulting in a use-after-free condition.</li>
<li>The use-after-free condition leads to memory corruption, potentially allowing the attacker to overwrite critical data structures.</li>
<li>The attacker leverages the memory corruption to gain arbitrary code execution within the context of the Wi-Fi driver, potentially leading to full device compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-54602 can lead to a range of severe consequences. An attacker could potentially gain arbitrary code execution on the affected device. Given the wide deployment of Samsung devices using the vulnerable Exynos chipsets, the potential number of victims is significant. Impacted sectors include mobile communications, consumer electronics, and wearable technology. A successful attack could result in data theft, device bricking, or the installation of persistent malware.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the security updates provided by Samsung that address CVE-2025-54602 on affected Exynos chipsets. Refer to the Samsung security update webpage for specific patch versions (<a href="https://semiconductor.samsung.com/support/quality-support/product-security-updates/cve-2025-54602/)">https://semiconductor.samsung.com/support/quality-support/product-security-updates/cve-2025-54602/)</a>.</li>
<li>Monitor for unusual process creation originating from applications interacting with Wi-Fi functionalities using the Sigma rule provided below.</li>
<li>Implement runtime memory protection mechanisms to detect and prevent use-after-free vulnerabilities during the execution of applications and system services.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2025-54602</category><category>use-after-free</category><category>exynos</category><category>samsung</category><category>wifi</category></item><item><title>Samsung Exynos Processor Denial-of-Service Vulnerability (CVE-2025-57834)</title><link>https://feed.craftedsignal.io/briefs/2026-04-exynos-dos/</link><pubDate>Mon, 06 Apr 2026 20:16:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-exynos-dos/</guid><description>A denial-of-service vulnerability, CVE-2025-57834, exists in Samsung Exynos processors and modems due to improper input validation, potentially leading to device malfunction or service disruption.</description><content:encoded><![CDATA[<p>CVE-2025-57834 is a denial-of-service vulnerability affecting a wide range of Samsung Exynos processors and modems, including the Exynos 980, 850, 990, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 1580, 2500, 1680, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400, and Modem 5410. The vulnerability stems from a lack of proper input validation, allowing a malicious actor to send crafted input that triggers a denial-of-service condition. This could potentially lead to device unresponsiveness, crashes, or other service disruptions. While the specific attack vector is not detailed in the source material, the broad range of affected devices suggests a widespread impact on Samsung products utilizing these components. This vulnerability was published on 2026-04-06.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable Samsung device using an affected Exynos processor or modem.</li>
<li>Attacker crafts a malicious input specifically designed to exploit the input validation flaw. The exact nature of this input is unknown without further information from the vendor.</li>
<li>Attacker transmits the malicious input to the targeted component of the device. This transmission method is unspecified and could vary based on the specific component and attack vector.</li>
<li>The targeted component receives the malicious input without proper validation.</li>
<li>The component attempts to process the invalid input, leading to an unexpected error or fault.</li>
<li>The error or fault causes the component to malfunction or crash.</li>
<li>The malfunction or crash disrupts the normal operation of the device or service.</li>
<li>The device enters a denial-of-service state, becoming unresponsive or unusable until restarted or patched.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-57834 can lead to a denial-of-service condition on affected Samsung devices. This could manifest as device crashes, unresponsiveness, or the inability to perform essential functions. The wide range of affected Exynos processors and modems suggests a potentially large number of vulnerable devices. The impact would depend on the criticality of the device or service being affected, ranging from minor inconvenience to significant disruption for users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor network traffic and system logs for suspicious activity related to devices with the affected Exynos processors (Exynos 980, 850, 990, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 1580, 2500, 1680, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400, and Modem 5410).</li>
<li>Deploy the Sigma rule to detect potential denial-of-service attempts targeting the vulnerable devices and tune for your environment.</li>
<li>Refer to Samsung&rsquo;s security updates (<a href="https://semiconductor.samsung.com/support/quality-support/product-security-updates/">https://semiconductor.samsung.com/support/quality-support/product-security-updates/</a>) for specific patch information and apply the necessary updates as soon as they become available to remediate CVE-2025-57834.</li>
<li>Contact US-CERT ( [email protected] ) for incident response assistance and non-NVD related technical cyber security questions.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2025-57834</category><category>denial-of-service</category><category>samsung</category><category>exynos</category></item><item><title>Samsung MagicINFO 9 Server Path Traversal Vulnerability (CVE-2024-7399)</title><link>https://feed.craftedsignal.io/briefs/2024-06-magicinfo-path-traversal/</link><pubDate>Wed, 19 Jun 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-06-magicinfo-path-traversal/</guid><description>A path traversal vulnerability in Samsung MagicINFO 9 Server could allow an attacker to write arbitrary files with system privileges, potentially leading to code execution or system compromise.</description><content:encoded><![CDATA[<p>A critical path traversal vulnerability, identified as CVE-2024-7399, affects Samsung MagicINFO 9 Server. This flaw could be exploited by an attacker to write arbitrary files to the server with system-level privileges. Successful exploitation could lead to a complete compromise of the MagicINFO server, potentially allowing attackers to execute arbitrary code, install backdoors, or manipulate data stored on the server. Given the potential for widespread impact, organizations utilizing MagicINFO 9 Server should prioritize patching or mitigating this vulnerability immediately. The vulnerability was added to the CISA Known Exploited Vulnerabilities (KEV) catalog, highlighting its active exploitation risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable MagicINFO 9 Server instance exposed to the network.</li>
<li>The attacker crafts a malicious HTTP request containing a path traversal sequence (e.g., &ldquo;../&rdquo;) in a file upload or download parameter.</li>
<li>The server improperly processes the path, failing to sanitize the input and allowing the attacker to traverse outside the intended directory.</li>
<li>The attacker uses the path traversal vulnerability to write a malicious file (e.g., a web shell or executable) to a sensitive directory, such as the web server&rsquo;s root directory or a startup folder.</li>
<li>The attacker executes the malicious file, gaining arbitrary code execution on the server with system privileges.</li>
<li>The attacker establishes a persistent backdoor for future access, potentially installing tools for lateral movement and privilege escalation.</li>
<li>The attacker leverages their system privileges to access sensitive data, modify system configurations, or launch further attacks against the internal network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2024-7399 can lead to complete system compromise, potentially affecting all connected displays and content managed by the MagicINFO server. This could result in unauthorized access to sensitive data, disruption of digital signage operations, and the potential for further attacks against the organization&rsquo;s internal network. The vulnerability has been added to the CISA KEV catalog, indicating active exploitation, and therefore a high risk of exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the mitigations provided by Samsung as described in their security update (<a href="https://security.samsungtv.com/securityUpdates)">https://security.samsungtv.com/securityUpdates)</a>.</li>
<li>If mitigations are unavailable, discontinue use of the product, as suggested by CISA.</li>
<li>Monitor web server logs for suspicious requests containing path traversal sequences (e.g., &ldquo;../&rdquo;) targeting the MagicINFO server. Use the <code>MagicINFO Path Traversal Attempt</code> Sigma rule to detect such attempts in web server logs.</li>
<li>Implement strict input validation and sanitization for all file upload and download functionalities on the MagicINFO server.</li>
<li>Monitor for the creation of unexpected files in sensitive directories, such as web server root directories or system startup folders. Use the <code>Suspicious File Creation in Web Directories</code> Sigma rule to detect such activity.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>path-traversal</category><category>cve-2024-7399</category><category>samsung</category></item></channel></rss>