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-27797

CVE-2026-27797: Homarr Dashboard SSRF Vulnerability

CVE-2026-27797 is an unauthenticated SSRF flaw in Homarr Dashboard allowing attackers to force arbitrary HTTP requests and access internal networks. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-27797 Overview

CVE-2026-27797 is an unauthenticated Server-Side Request Forgery (SSRF) vulnerability in Homarr, an open-source dashboard application. Prior to version 1.54.0, this vulnerability allows a remote attacker to force the Homarr server to perform arbitrary outbound HTTP requests without authentication. This can be exploited as an internal network access primitive, enabling attackers to reach loopback interfaces and private network ranges from the Homarr host or container network context.

Critical Impact

Unauthenticated attackers can leverage the Homarr server to access internal network resources, potentially exposing sensitive services and data that should not be accessible from external networks.

Affected Products

  • Homarr versions prior to 1.54.0

Discovery Timeline

  • 2026-03-07 - CVE-2026-27797 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-27797

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) exists in Homarr's request handling functionality. The application fails to properly validate or restrict URLs provided by users before making server-side HTTP requests. Because the vulnerability is unauthenticated, any remote attacker with network access to the Homarr instance can exploit this flaw without providing credentials.

The SSRF vulnerability allows attackers to abuse the trust relationship between the Homarr server and internal network resources. When exploited, the server acts as a proxy, making requests on behalf of the attacker to destinations that would otherwise be unreachable from external networks. This includes localhost services (127.0.0.1), private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), and cloud metadata endpoints.

Root Cause

The root cause of this vulnerability is insufficient input validation and URL scheme/host restrictions in Homarr's HTTP request handling logic. The application does not implement proper allowlisting or blocklisting mechanisms to prevent requests to internal network addresses, loopback interfaces, or other sensitive destinations. This lack of validation allows user-controlled input to directly influence the destination of server-side HTTP requests.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker can craft malicious requests to the Homarr server, supplying URLs that point to internal resources. The Homarr server then processes these requests, effectively acting as an intermediary to access internal services. This could be used to:

  • Scan internal network services and ports
  • Access cloud provider metadata services (e.g., AWS IMDSv1 at 169.254.169.254)
  • Interact with internal APIs and services
  • Exfiltrate sensitive information from internal resources
  • Bypass network segmentation and firewall rules

The vulnerability manifests in the application's URL handling functionality where user-supplied URLs are not properly validated before initiating server-side requests. For technical implementation details, refer to the GitHub Security Advisory GHSA-vwqf-2f4m-2cq2 and the patch commit.

Detection Methods for CVE-2026-27797

Indicators of Compromise

  • Unusual outbound HTTP requests from the Homarr server to internal IP ranges (127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the Homarr container or host
  • High volume of outbound requests to various internal ports indicating reconnaissance activity
  • Access logs showing requests with URLs containing internal hostnames or private IP addresses

Detection Strategies

  • Monitor Homarr server egress traffic for connections to internal network ranges and localhost
  • Implement network-level monitoring to detect SSRF patterns such as requests to metadata services or internal APIs
  • Review Homarr application logs for suspicious URL parameters that reference internal resources
  • Deploy web application firewall (WAF) rules to detect and block SSRF payload patterns

Monitoring Recommendations

  • Enable detailed logging for all outbound HTTP requests made by the Homarr application
  • Configure network monitoring to alert on unexpected internal connections from the Homarr host
  • Implement DNS monitoring to detect resolution of internal hostnames from the Homarr server
  • Set up alerts for access to sensitive internal services from the Homarr network context

How to Mitigate CVE-2026-27797

Immediate Actions Required

  • Upgrade Homarr to version 1.54.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to the Homarr instance using firewall rules
  • Implement network segmentation to limit the Homarr server's ability to reach sensitive internal services
  • Review logs for evidence of prior exploitation attempts

Patch Information

Homarr has addressed this vulnerability in version 1.54.0. The fix implements proper URL validation to prevent SSRF attacks. The patch can be reviewed at the GitHub commit fce970c70653f200ff1c73081139a77f0379bd91. Users should upgrade to the latest version available from the GitHub Release v1.54.0.

Workarounds

  • Place the Homarr instance behind a reverse proxy with URL filtering capabilities to block requests containing internal IP addresses
  • Implement network-level egress filtering to prevent the Homarr container/host from accessing internal services
  • Use firewall rules to restrict outbound connections from the Homarr server to only necessary external destinations
  • Deploy Homarr in an isolated network segment with limited access to internal resources
bash
# Example: Docker network isolation for Homarr
# Create an isolated network with restricted access
docker network create --internal homarr-isolated

# Run Homarr with restricted network egress
docker run -d \
  --name homarr \
  --network homarr-isolated \
  -p 7575:7575 \
  ghcr.io/homarr-labs/homarr:1.54.0

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechHomarr

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • 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 Release v1.54.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-vwqf-2f4m-2cq2
  • Related CVEs
  • CVE-2026-25123: Homarr Dashboard SSRF Vulnerability

  • CVE-2026-27796: Homarr Information Disclosure 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