<?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>Cpe:2.3:a:home-Assistant:home_assistant:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3ahome-assistanthome_assistant/</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>Wed, 23 Sep 2026 01:54:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3ahome-assistanthome_assistant/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>Stored XSS in Home Assistant Statistics Graph Card</title><link>https://feed.craftedsignal.io/briefs/2026-09-home-assistant-xss/</link><pubDate>Wed, 23 Sep 2026 01:54:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-home-assistant-xss/</guid><description>Home Assistant contains a stored Cross-Site Scripting (XSS) vulnerability (CVE-2026-91130) in the Statistics Graph card, allowing arbitrary JavaScript execution when viewing entities with malicious names.</description><content:encoded><![CDATA[<p>Home Assistant versions prior to 2026.7.0 are vulnerable to a stored Cross-Site Scripting (XSS) attack via the Statistics Graph card component. The vulnerability exists because the application fails to sanitize entity names before rendering them within ECharts tooltips. Specifically, in <code>src/components/chart/statistics-chart.ts</code>, the <code>param.seriesName</code> variable is interpolated into an HTML string without being passed through the <code>filterXSS()</code> function. This oversight mirrors a similar vulnerability found in the Energy dashboard (CVE-2025-62172), which was previously patched. An attacker can exploit this by setting a malicious name for an entity, either as an authenticated user or through a supply-chain vector via a third-party integration that automatically populates entity names. When an unsuspecting user views a Statistics Graph card containing the compromised entity and hovers over a data point, the malicious JavaScript executes in their browser session.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a target Home Assistant instance or a third-party integration utilized by target users.</li>
<li>The attacker crafts a payload containing malicious HTML/JavaScript within an entity name string (e.g., <code>&lt;img src=x onerror=alert(document.domain) /&gt;</code>).</li>
<li>If via supply chain, the attacker compromises a third-party integration or uses a malicious integration to inject the payload into the Home Assistant entity database.</li>
<li>If via direct access, an authenticated attacker creates a &quot;Template sensor&quot; helper with the malicious name.</li>
<li>The target user adds a Statistics Graph card to their dashboard, configured to display the malicious entity.</li>
<li>The victim navigates to the dashboard and interacts with the chart by hovering over a data point.</li>
<li>The <code>statistics-chart</code> component renders the unsanitized entity name into the ECharts tooltip, triggering the malicious script execution.</li>
<li>The script executes within the context of the victim's authenticated browser session, leading to potential account compromise or further actions.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows for remote code execution within the victim's browser context. If exploited via the supply-chain vector, an attacker does not require direct access to the target's Home Assistant instance to deliver the payload. Successful exploitation grants the attacker the ability to perform actions on behalf of the authenticated user, potentially leading to unauthorized control over smart home devices, exfiltration of configuration data, or further internal network reconnaissance.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for administrators:</p>
<ul>
<li>Upgrade Home Assistant to version 2026.7.0 or later immediately to patch CVE-2026-91130.</li>
<li>Review all third-party integrations and custom sensors for unexpected or anomalous entity names.</li>
<li>Audit existing dashboard Statistics Graph cards for any entities displaying irregular naming conventions.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>xss</category><category>web-vulnerability</category><category>supply-chain</category></item></channel></rss>