CVE-2025-67713: CWE-601: URL Redirection to Untrusted Site ('Open Redirect') in miniflux v2
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.
AI Analysis
Technical Summary
Miniflux v2, an open-source feed reader, contains a URL redirection vulnerability identified as CVE-2025-67713 (CWE-601) affecting versions 2.2.14 and below. The vulnerability stems from improper validation of the 'redirect_url' parameter. Specifically, the application uses url.Parse(...).IsAbs() to determine if a URL is absolute; however, protocol-relative URLs (those starting with //) have an empty scheme and thus pass this check erroneously. This allows attackers to craft URLs that redirect authenticated users to attacker-controlled domains after login, facilitating phishing or social engineering attacks. The vulnerability does not require authentication or privileges and can be triggered via user interaction (clicking a crafted link). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction required, and limited confidentiality and integrity impact. No known exploits have been reported in the wild as of publication. The issue was resolved in Miniflux v2.2.15 by properly validating redirect URLs to prevent protocol-relative URLs from bypassing checks.
Potential Impact
For European organizations using Miniflux v2 versions prior to 2.2.15, this vulnerability poses a moderate risk primarily related to phishing attacks. Attackers can exploit the open redirect to redirect authenticated users to malicious websites, potentially leading to credential theft, malware delivery, or further social engineering. While the vulnerability does not directly compromise system integrity or availability, the resulting phishing could lead to broader security incidents including unauthorized access or data breaches. Organizations relying on Miniflux for internal or external feed reading services may see reputational damage if users are targeted via this vector. The impact is heightened in sectors with sensitive information or regulatory requirements such as finance, healthcare, and government within Europe.
Mitigation Recommendations
European organizations should immediately upgrade Miniflux to version 2.2.15 or later, where the vulnerability is fixed. Until upgrade, administrators should consider disabling or restricting the use of redirect URLs in login flows or implement additional validation layers to reject protocol-relative URLs. User awareness training should emphasize caution with unexpected redirects, especially post-login. Monitoring web server logs for unusual redirect patterns can help detect exploitation attempts. Additionally, implementing web application firewalls (WAFs) with rules to block suspicious redirect parameters can provide temporary protection. Organizations should also review their phishing detection and response capabilities to mitigate potential social engineering attacks leveraging this vulnerability.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden, Finland, Belgium, Italy, Spain, Poland
CVE-2025-67713: CWE-601: URL Redirection to Untrusted Site ('Open Redirect') in miniflux v2
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.
AI-Powered Analysis
Technical Analysis
Miniflux v2, an open-source feed reader, contains a URL redirection vulnerability identified as CVE-2025-67713 (CWE-601) affecting versions 2.2.14 and below. The vulnerability stems from improper validation of the 'redirect_url' parameter. Specifically, the application uses url.Parse(...).IsAbs() to determine if a URL is absolute; however, protocol-relative URLs (those starting with //) have an empty scheme and thus pass this check erroneously. This allows attackers to craft URLs that redirect authenticated users to attacker-controlled domains after login, facilitating phishing or social engineering attacks. The vulnerability does not require authentication or privileges and can be triggered via user interaction (clicking a crafted link). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction required, and limited confidentiality and integrity impact. No known exploits have been reported in the wild as of publication. The issue was resolved in Miniflux v2.2.15 by properly validating redirect URLs to prevent protocol-relative URLs from bypassing checks.
Potential Impact
For European organizations using Miniflux v2 versions prior to 2.2.15, this vulnerability poses a moderate risk primarily related to phishing attacks. Attackers can exploit the open redirect to redirect authenticated users to malicious websites, potentially leading to credential theft, malware delivery, or further social engineering. While the vulnerability does not directly compromise system integrity or availability, the resulting phishing could lead to broader security incidents including unauthorized access or data breaches. Organizations relying on Miniflux for internal or external feed reading services may see reputational damage if users are targeted via this vector. The impact is heightened in sectors with sensitive information or regulatory requirements such as finance, healthcare, and government within Europe.
Mitigation Recommendations
European organizations should immediately upgrade Miniflux to version 2.2.15 or later, where the vulnerability is fixed. Until upgrade, administrators should consider disabling or restricting the use of redirect URLs in login flows or implement additional validation layers to reject protocol-relative URLs. User awareness training should emphasize caution with unexpected redirects, especially post-login. Monitoring web server logs for unusual redirect patterns can help detect exploitation attempts. Additionally, implementing web application firewalls (WAFs) with rules to block suspicious redirect parameters can provide temporary protection. Organizations should also review their phishing detection and response capabilities to mitigate potential social engineering attacks leveraging this vulnerability.
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-12-10T17:47:36.417Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 693a0f09e425ca5072e7e482
Added to database: 12/11/2025, 12:23:37 AM
Last enriched: 12/11/2025, 12:32:31 AM
Last updated: 12/11/2025, 1:27:29 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-67716: CWE-184: Incomplete List of Disallowed Inputs in auth0 nextjs-auth0
MediumCVE-2025-67511: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') in aliasrobotics cai
CriticalCVE-2025-67644: CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in langchain-ai langgraph
HighCVE-2025-67646: CWE-352: Cross-Site Request Forgery (CSRF) in Telepedia TableProgressTracking
LowCVE-2025-67514
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.