Description
Miniflux 2 is an open source feed reader. Prior to 2.3.1, IsRelativePath in internal/urllib/url.go accepts redirect targets containing backslashes because Go URL parsing treats them as path characters. Browser backslash normalization converts them to forward slashes. An unauthenticated attacker can provide such a redirect_url value to the login flow, bypass the relative-path and host checks, and redirect a victim to an attacker-controlled external site. This issue is fixed in version 2.3.1.
Published: 2026-08-21
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect
Action: Patch Update
AI Analysis

Impact

Miniflux 2 has a CWE‑601 open redirect flaw that allows unauthenticated users to supply a redirect_url parameter during login that includes backslashes. Go URL parsing treats backslashes as part of the path, but browser normalization converts them to forward slashes, thereby bypassing the relative‑path and host checks built into the authentication flow. This flaw lets an attacker redirect victims to an attacker‑controlled website, facilitating phishing or social‑engineering attacks. The primary impact is a reliable open redirect that can be exploited without authentication.

Affected Systems

The issue exists in Miniflux community editions v2 of the open source feed reader, affecting all releases prior to 2.3.1. Version 2.3.1 and later contain the fix that properly rejects backslash‑containing redirect targets.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity. No EPSS data is available and the vulnerability is not listed in CISA KEV, suggesting it is not currently widely exploited. An attacker can trigger the redirect by issuing a crafted login request, so the exploitation requires only unauthenticated access to the login endpoint and a target URL containing backslashes. The attack vector is inferred from the description of the redirect flow and may be used for phishing campaigns, but no advanced privileges or internal network traversal are necessary.

Generated by OpenCVE AI on August 21, 2026 at 22:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Miniflux to version 2.3.1 or later to apply the vendor‑supplied fix.
  • If an upgrade cannot be performed immediately, implement server‑side validation that rejects redirect URLs containing backslashes before performing any redirection.
  • Ensure all input handling layers in the deployment validate redirect targets against a whitelist of allowed relative paths and reject any URLs that do not conform to the expected format.

Generated by OpenCVE AI on August 21, 2026 at 22:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-m999-j542-5w3r Open Redirect Bypass in miniflux-v2
History

Mon, 24 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 23 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Miniflux
Miniflux v2
Vendors & Products Miniflux
Miniflux v2

Fri, 21 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Miniflux 2 is an open source feed reader. Prior to 2.3.1, IsRelativePath in internal/urllib/url.go accepts redirect targets containing backslashes because Go URL parsing treats them as path characters. Browser backslash normalization converts them to forward slashes. An unauthenticated attacker can provide such a redirect_url value to the login flow, bypass the relative-path and host checks, and redirect a victim to an attacker-controlled external site. This issue is fixed in version 2.3.1.
Title Miniflux 2: Open Redirect Bypass
Weaknesses CWE-601
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-24T19:46:50.850Z

Reserved: 2026-06-16T15:20:43.086Z

Link: CVE-2026-55185

cve-icon Vulnrichment

Updated: 2026-08-24T19:46:43.865Z

cve-icon NVD

Status : Received

Published: 2026-08-21T21:17:00.563

Modified: 2026-08-24T20:16:49.007

Link: CVE-2026-55185

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T16:40:42Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')