CVE-2026-25123
Unknown Unknown - Not Provided
SSRF and Port Scanning via Unauthenticated tRPC in Homarr

Publication date: 2026-02-06

Last updated on: 2026-02-18

Assigner: GitHub, Inc.

Description
Homarr is an open-source dashboard. Prior to 1.52.0, a public (unauthenticated) tRPC endpoint widget.app.ping accepts an arbitrary url and performs a server-side request to that URL. This allows an unauthenticated attacker to trigger outbound HTTP requests from the Homarr server, enabling SSRF behavior and a reliable port-scanning primitive (open vs closed ports can be inferred from statusCode vs fetch failed and timing). This vulnerability is fixed in 1.52.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-06
Last Modified
2026-02-18
Generated
2026-06-16
AI Q&A
2026-02-07
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
homarr homarr to 1.52.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability exists in Homarr, an open-source dashboard, in versions prior to 1.52.0. A public and unauthenticated tRPC endpoint named widget.app.ping accepts an arbitrary URL and performs a server-side request to that URL. This behavior allows an attacker without authentication to make the Homarr server send outbound HTTP requests to any URL they choose.

This leads to Server-Side Request Forgery (SSRF), where the attacker can make the server interact with internal or external systems on their behalf. Additionally, the vulnerability enables a reliable port-scanning technique by analyzing the server's response status codes and timing, helping the attacker infer whether ports are open or closed.

Impact Analysis

This vulnerability can impact you by allowing an unauthenticated attacker to make the Homarr server send HTTP requests to arbitrary URLs. This can be exploited to scan internal network ports and services that are not normally accessible externally, potentially revealing sensitive information about your network infrastructure.

While the vulnerability does not directly allow data modification or denial of service, it can be used as a reconnaissance tool to gather information that could facilitate further attacks.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

To mitigate this vulnerability, upgrade Homarr to version 1.52.0 or later, where the issue has been fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-25123. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart