The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32111

CVE-2026-32111: ha-mcp Home Assistant SSRF Vulnerability

CVE-2026-32111 is a server-side request forgery flaw in ha-mcp Home Assistant MCP Server that allows attackers to perform internal network reconnaissance. This post explains its impact, affected versions, and mitigation steps.

Published: March 13, 2026

CVE-2026-32111 Overview

CVE-2026-32111 is a Server-Side Request Forgery (SSRF) vulnerability in ha-mcp, a Home Assistant MCP Server. Prior to version 7.0.0, the ha-mcp OAuth consent form (beta feature) accepts a user-supplied ha_url parameter and makes a server-side HTTP request to {ha_url}/api/config with no URL validation. An unauthenticated attacker can submit arbitrary URLs to perform internal network reconnaissance via an error oracle. Two additional code paths in OAuth tool calls (REST and WebSocket) are also affected by the same primitive.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to probe internal network infrastructure and gather sensitive information about backend services through error-based responses.

Affected Products

  • ha-mcp versions prior to 7.0.0
  • Deployments using the OAuth consent form beta feature
  • OAuth tool call paths utilizing REST and WebSocket connections

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-32111 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32111

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists in the OAuth consent form's handling of the ha_url parameter, which is used to construct server-side HTTP requests without proper validation. When a request is made to the OAuth endpoint, the application directly incorporates the user-supplied URL into an HTTP request targeting {ha_url}/api/config.

The lack of URL validation allows attackers to specify arbitrary internal or external URLs, effectively turning the ha-mcp server into a proxy for unauthorized network requests. The error oracle mechanism means that differences in error responses can reveal information about the reachability and state of internal services.

Importantly, the primary deployment method using a private URL with pre-configured HOMEASSISTANT_TOKEN is not affected by this vulnerability. The issue specifically impacts installations utilizing the beta OAuth consent form feature.

Root Cause

The root cause is improper input validation on the ha_url parameter in the OAuth consent form handler. The application fails to implement URL allowlisting, scheme validation, or private IP address filtering before making server-side HTTP requests. This allows user-controlled input to directly influence the destination of backend HTTP requests, enabling SSRF attacks.

Attack Vector

The attack is network-based and can be executed by unauthenticated remote attackers. The exploitation flow involves submitting a crafted ha_url parameter to the OAuth consent form endpoint. The attacker can specify internal IP addresses or hostnames to probe the internal network topology. By analyzing different error responses, the attacker can determine which internal hosts are reachable, identify open ports, and potentially discover internal services.

The vulnerability is present in three code paths: the OAuth consent form, REST-based OAuth tool calls, and WebSocket-based OAuth tool calls. All three paths share the same lack of URL validation, making them susceptible to the same SSRF primitive.

Detection Methods for CVE-2026-32111

Indicators of Compromise

  • Unusual outbound HTTP requests from the ha-mcp server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • High volume of requests to the OAuth consent form endpoint with varying ha_url parameters
  • Error logs showing connection attempts to unexpected internal hosts or cloud metadata endpoints (e.g., 169.254.169.254)

Detection Strategies

  • Monitor application logs for OAuth consent form requests containing suspicious ha_url values pointing to internal networks
  • Implement network-level detection for unexpected outbound connections from the ha-mcp server to internal infrastructure
  • Deploy web application firewall rules to flag requests containing internal IP addresses in the ha_url parameter
  • Alert on repeated failed connection attempts originating from the ha-mcp server to various internal endpoints

Monitoring Recommendations

  • Enable verbose logging on the ha-mcp OAuth endpoints to capture all incoming ha_url parameter values
  • Configure network monitoring to track outbound connections from ha-mcp containers or processes
  • Implement anomaly detection for unusual patterns in OAuth form submissions
  • Review access logs for enumeration-style requests targeting the affected endpoints

How to Mitigate CVE-2026-32111

Immediate Actions Required

  • Upgrade ha-mcp to version 7.0.0 or later immediately
  • If upgrade is not immediately possible, disable the OAuth consent form beta feature
  • Review network access controls to restrict outbound connections from the ha-mcp server
  • Audit logs for evidence of exploitation attempts

Patch Information

This vulnerability is fixed in ha-mcp version 7.0.0. The fix implements proper URL validation to prevent SSRF attacks through the OAuth consent form and related OAuth tool call paths. Users should upgrade to 7.0.0 or later to fully remediate this vulnerability. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Disable the beta OAuth consent form feature if not required for your deployment
  • Use the primary deployment method with a private URL and pre-configured HOMEASSISTANT_TOKEN, which is not affected
  • Implement network segmentation to limit the ha-mcp server's ability to reach internal services
  • Deploy a reverse proxy with URL filtering to block requests containing internal IP addresses in the ha_url parameter

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechHome Assistant

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33045: Home Assistant XSS Vulnerability

  • CVE-2026-33044: Home Assistant XSS Vulnerability

  • CVE-2026-34205: Home Assistant Auth Bypass Vulnerability

  • CVE-2023-27482: Home Assistant Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English