CVE-2026-64823 PUBLISHED

Home Assistant Core < 2026.5.4 XSS via Shelly media_player.py thumb URI

Assigner: VulnCheck
Reserved: 20.07.2026 Published: 21.07.2026 Updated: 21.07.2026

Home Assistant Core before 2026.5.4 contains a cross-site scripting vulnerability in the Shelly integration's async_get_media_image() method that allows attackers controlling a Shelly device's thumb field to serve arbitrary HTML content by supplying a data URI with a text/html content type without validation against an image-only allowlist. Attackers can cause the media player proxy endpoint to serve attacker-controlled bytes with Content-Type text/html in the Home Assistant web origin, enabling theft of session tokens from local storage and authenticated calls to sensitive service endpoints including lock, alarm, and cover controls.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 2.1

Product Status

Vendor home-assistant
Product Home Assistant Core
Versions Default: affected
  • affected from 0 to 2026.5.4 (excl.)

Credits

  • Harish Kolla (@Har1sh-k) finder

References

Problem Types

  • Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE