<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Changhong - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/changhong/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 11 Sep 2026 09:29:56 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/changhong/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Confused Deputy Vulnerability in MediaTek MiracastService (CVE-2026-20516)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-20516/</link><pubDate>Fri, 11 Sep 2026 09:29:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-20516/</guid><description>An improperly exported MiracastService component on Android TV devices using MediaTek chipsets allows local attackers to manipulate Wi-Fi Direct states and cause denial of service via a confused deputy attack.</description><content:encoded><![CDATA[<p>CVE-2026-20516 describes a confused deputy vulnerability found in the MiracastService component (<code>com.mediatek.androidbox</code>) within certain Android TV implementations. The service is incorrectly exported without access controls and possesses <code>android.uid.system</code> privileges. A local attacker can supply a malicious intent extra, <code>screen_share</code>, to the <code>MiracastService</code> via <code>onStartCommand()</code>. This forces the service to perform privileged actions, specifically the management of Wi-Fi Direct groups using <code>WifiP2pManager.createGroup()</code>, despite the caller lacking the necessary permissions. MediaTek acknowledged the flaw in its September 2026 security bulletin (MSV-7882). The vulnerability poses a risk of local denial of service and unauthorized state manipulation on impacted Android TV firmware.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains local code execution on an Android TV device.</li>
<li>Attacker identifies the <code>com.mediatek.androidbox</code> package and the <code>MiracastService</code> component.</li>
<li>Attacker constructs an Android intent targeting <code>MiracastService</code>.</li>
<li>Attacker attaches the intent extra <code>--ez screen_share false</code> to the intent.</li>
<li>Attacker executes <code>am startservice</code> to invoke the exported, unprotected service.</li>
<li>The service, running as <code>android.uid.system</code>, receives the intent and fails to validate the caller's authorization.</li>
<li>The service executes the <code>createGroup()</code> method via <code>WifiP2pManager</code>, bypassing intended system constraints.</li>
<li>Final objective: Successful manipulation of Wi-Fi Direct state, leading to denial of service of Miracast functionality.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows local attackers to disrupt legitimate Miracast service usage and manipulate system-level Wi-Fi Direct states. While the PoC demonstrates state manipulation and denial of service, it does not confirm arbitrary code execution or privilege escalation to root. The flaw affects Android TV devices using MediaTek chipsets, though the specific impact depends on OEM-provided firmware updates.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize patching based on the following:</p>
<ul>
<li>Verify firmware versions against the MediaTek patch identifiers <code>ALPS11060069</code> or <code>DTV04881615</code>.</li>
<li>Disable <code>android:exported</code> for components handling sensitive lifecycle operations in custom Android applications.</li>
<li>Enforce signature-level permissions for any component that must be externally accessible.</li>
<li>Ensure all service entry points perform explicit caller authorization checks.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>android</category><category>privilege-escalation</category><category>media-tek</category><category>android-tv</category></item></channel></rss>