CVE-2025-67713

MEDIUMCVSS 6.1/10EPSS 0.18%

Last modified

CVE-2025-67713 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.

Description

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.

Metrics

Weakness Enumeration

Affected Software

VendorProductVersions
Miniflux ProjectMiniflux< 2.2.15

References

Timeline

Published
Last Modified
Status
Analyzed

Frequently Asked Questions

What is CVE-2025-67713?
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.
How severe is CVE-2025-67713?
CVE-2025-67713 has a CVSS score of 6.1/10 (MEDIUM severity). The EPSS model estimates a 0.18% probability of exploitation in the next 30 days.
How do I fix CVE-2025-67713?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2025

Are you affected by CVE-2025-67713?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST