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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-25123

CVE-2026-25123: Homarr Dashboard SSRF Vulnerability

CVE-2026-25123 is a server-side request forgery flaw in Homarr dashboard that allows unauthenticated attackers to trigger outbound requests and scan ports. This post covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-25123 Overview

Homarr is an open-source dashboard application used to aggregate self-hosted services and applications. CVE-2026-25123 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] affecting Homarr versions prior to 1.52.0. The public tRPC endpoint widget.app.ping accepts an attacker-supplied URL and performs a server-side HTTP request to that destination without authentication. Attackers can use the endpoint to send outbound HTTP requests from the Homarr server and infer open versus closed ports based on response status and timing behavior. The vendor fixed the issue in version 1.52.0.

Critical Impact

Unauthenticated attackers can pivot through the Homarr server to probe internal networks and enumerate reachable services.

Affected Products

  • Homarr versions prior to 1.52.0
  • Self-hosted Homarr dashboard deployments exposed to untrusted networks
  • Containerized Homarr instances with network access to internal services

Discovery Timeline

  • 2026-02-06 - CVE-2026-25123 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-25123

Vulnerability Analysis

The vulnerability resides in the widget.app.ping tRPC procedure exposed by the Homarr server. The procedure is reachable without authentication and accepts an arbitrary url parameter. The server then issues an outbound HTTP request to that URL and returns response metadata to the caller. Attackers control both the destination host and port of the request, which transforms the endpoint into an SSRF primitive.

The response surface leaks enough information to perform reliable port scanning. A successful TCP connection that returns an HTTP statusCode indicates the port is open and speaking HTTP. A fetch failed error or a delayed response indicates a closed port or filtered destination. Attackers can iterate this primitive across internal CIDR ranges to map services behind the Homarr host.

Root Cause

The root cause is missing authentication and missing destination validation on the widget.app.ping procedure. The endpoint does not restrict requests to allowlisted hosts. It also does not block requests to private, loopback, or link-local address ranges. Server-side fetch implementations that accept arbitrary user input require strict URL parsing and address filtering to prevent SSRF [CWE-918].

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker sends a crafted tRPC request to the public widget.app.ping endpoint with a target URL pointing at an internal host and port. The attacker observes the returned status code or error string to determine port state. Repeated requests across a target IP range produce a complete port map of the internal network reachable from the Homarr server. See the GitHub Security Advisory GHSA-c6rh-8wj4-gv74 for the vendor write-up.

Detection Methods for CVE-2026-25123

Indicators of Compromise

  • High volume of inbound requests to the widget.app.ping tRPC route from a single source.
  • Outbound connection attempts from the Homarr server to internal RFC1918 ranges or 127.0.0.1 ports not associated with normal widget activity.
  • Sequential or patterned outbound HTTP requests from the Homarr process to incrementing ports or IP addresses.

Detection Strategies

  • Inspect reverse proxy and web server logs for requests to widget.app.ping containing unexpected url parameters referencing internal hostnames or IP literals.
  • Correlate Homarr egress traffic with internal asset inventory to identify connections that do not match configured widgets.
  • Alert on outbound HTTP requests from the Homarr container or host to private address space, localhost, or cloud metadata endpoints such as 169.254.169.254.

Monitoring Recommendations

  • Capture and retain reverse proxy access logs with full query parameters for tRPC endpoints.
  • Forward Homarr container network telemetry into a SIEM or data lake for retrospective hunting.
  • Track egress destinations from Homarr instances and baseline normal widget targets to surface anomalies.

How to Mitigate CVE-2026-25123

Immediate Actions Required

  • Upgrade Homarr to version 1.52.0 or later, which removes the unauthenticated SSRF primitive.
  • Restrict network access to Homarr instances behind authenticated reverse proxies or VPNs until the upgrade is applied.
  • Audit egress firewall rules to deny Homarr traffic to internal management networks and cloud metadata endpoints.

Patch Information

The vendor fixed CVE-2026-25123 in Homarr 1.52.0. The advisory and remediation details are published in the GitHub Security Advisory GHSA-c6rh-8wj4-gv74. Operators running self-hosted deployments should pull the updated container image or release artifact and redeploy.

Workarounds

  • Place Homarr behind an authenticating reverse proxy that blocks unauthenticated access to /api/trpc/widget.app.ping.
  • Apply egress network policies that prevent the Homarr workload from initiating connections to RFC1918 ranges, loopback, and link-local addresses.
  • Run Homarr in an isolated network segment with no route to sensitive internal services.
bash
# Example egress restriction for a Homarr Docker container using iptables
# Block outbound traffic from the container to private and link-local ranges
iptables -I DOCKER-USER -s <homarr_container_ip> -d 10.0.0.0/8 -j DROP
iptables -I DOCKER-USER -s <homarr_container_ip> -d 172.16.0.0/12 -j DROP
iptables -I DOCKER-USER -s <homarr_container_ip> -d 192.168.0.0/16 -j DROP
iptables -I DOCKER-USER -s <homarr_container_ip> -d 169.254.0.0/16 -j DROP

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.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
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27797: Homarr Dashboard SSRF Vulnerability

  • CVE-2026-33510: Homarr Dashboard DOM-Based XSS Vulnerability

  • CVE-2026-32602: Homarr Race Condition Vulnerability

  • CVE-2026-27796: Homarr Information Disclosure Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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