Server-side Request Forgery (SSRF) Affecting miniflux.app/v2/internal/ui package, versions <2.2.16


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.26% (18th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-GOLANG-MINIFLUXAPPV2INTERNALUI-14912647
  • published12 Jan 2026
  • disclosed8 Jan 2026
  • crediteclipse07077

Introduced: 8 Jan 2026

CVE-2026-21885  (opens in a new tab)
CWE-918  (opens in a new tab)

How to fix?

Upgrade miniflux.app/v2/internal/ui to version 2.2.16 or higher.

Overview

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the proxy endpoint. An attacker can access internal network resources by crafting requests to internal addresses through authenticated sessions.

PoC

  1. Run Miniflux 2.2.15 with default configuration (media proxy enabled by default: MEDIA_PROXY_MODE=http-only).
  2. Log in with any normal user account.
  3. Subscribe to a feed you control that contains an entry with an image URL pointing to an internal address reachable from the Miniflux server, e.g.:
<img src="http://<internal-target>/secret">

(Note: must be reachable from the Miniflux process/network; in containerized setups, 127.0.0.1 may not refer to the host.) Open the entry and locate the rewritten media proxy URL (/proxy//) in the rendered HTML/page source.

  1. Request the /proxy/... URL.
  2. Expected (vulnerable): Miniflux fetches the internal URL and returns the internal response (SSRF).

References

CVSS Base Scores

version 4.0
version 3.1