NONE · 0

CVE-2026-55185

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

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-55185?

CVE-2026-55185 is a documented vulnerability. 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...

How severe is CVE-2026-55185?

CVSS scoring is not yet available for CVE-2026-55185. Check NVD for updates.

Is there a patch for CVE-2026-55185?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.