CVE-2025-67713
MEDIUM WAF: Medium
CVSS 6.1
Published: 2025-12-11
CWE-601
Miniflux 2 is an open source feed reader. Versions 2.2.14 and below treat redirect_url as safe when url.Parse(...).IsAbs() is false, enabling phishing flows after login. Protocol-relative URLs like //ikotaslabs.com have an empty scheme and pass that check, allowing post-login redirects to attacker-controlled sites. This issue is fixed in version 2.2.15.
WAF Coverage Analysis
Open Redirect
Medium WAF Coverage
OWASP: A01:2021 Broken Access Control
941xxx - XSS / XXE
Affected Software
| Vendor | Product | Version |
|---|---|---|
| miniflux_project | miniflux | up to 2.2.15 |
References
- github.com (Patch)
- github.com (Exploit, Vendor Advisory)