ghsa-mqqg-xjhj-wfgw
Vulnerability from github
Impact
Since v2.0.25, Miniflux will automatically proxy images served over HTTP to prevent mixed content errors.
When an outbound request made by the Go HTTP client fails, the html.ServerError
is returned unescaped without the expected Content Security Policy header added to valid responses.
By creating an RSS feed item with the inline description containing an <img>
tag with a srcset
attribute pointing to an invalid URL like http:a<script>alert(1)</script>
, we can coerce the proxy handler into an error condition where the invalid URL is returned unescaped and in full.
This results in JavaScript execution on the Miniflux instance as soon as the user is convinced (e.g. by a message in the alt text) to open the broken image.
An attacker can execute arbitrary JavaScript in the context of a victim Miniflux user when they open a broken image in a crafted RSS feed. This can be used to perform actions on the Miniflux instance as that user and gain administrative access to the Miniflux instance if it is reachable and the victim is an administrator.
Patches
PR #1746 fixes the problem. Available in Miniflux >= 2.0.43.
Workarounds
- Disable image proxy (default value is
http-only
).
References
- https://miniflux.app/docs/configuration.html#proxy-images
{ "affected": [ { "package": { "ecosystem": "Go", "name": "miniflux.app/v2" }, "ranges": [ { "events": [ { "introduced": "2.0.25" }, { "fixed": "2.0.43" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-27592" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2025-04-02T17:25:15Z", "nvd_published_at": "2023-03-17T20:15:00Z", "severity": "MODERATE" }, "details": "### Impact\n\nSince [v2.0.25](https://github.com/miniflux/v2/releases/tag/2.0.25), Miniflux will automatically [proxy](https://miniflux.app/docs/configuration.html#proxy-images) images served over HTTP to prevent mixed content errors.\n\nWhen an outbound request made by the Go HTTP client fails, the `html.ServerError` is [returned](https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76) unescaped without the expected Content Security Policy [header](https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90) added to valid responses.\n\nBy creating an RSS feed item with the inline description containing an `\u003cimg\u003e` tag with a `srcset` attribute pointing to an invalid URL like `http:a\u003cscript\u003ealert(1)\u003c/script\u003e`, we can coerce the proxy handler into an error condition where the invalid URL is returned unescaped and in full.\n\nThis results in JavaScript execution on the Miniflux instance as soon as the user is convinced (e.g. by a message in the alt text) to open the broken image.\n\n\nAn attacker can execute arbitrary JavaScript in the context of a victim Miniflux user when they open a broken image in a crafted RSS feed. This can be used to perform actions on the Miniflux instance as that user and gain administrative access to the Miniflux instance if it is reachable and the victim is an administrator.\n\n### Patches\n\nPR #1746 fixes the problem. Available in Miniflux \u003e= 2.0.43.\n\n### Workarounds\n\n- Disable image proxy (default value is `http-only`).\n\n### References\n\n- https://miniflux.app/docs/configuration.html#proxy-images", "id": "GHSA-mqqg-xjhj-wfgw", "modified": "2025-04-02T17:25:15Z", "published": "2025-04-02T17:25:15Z", "references": [ { "type": "WEB", "url": "https://github.com/miniflux/v2/security/advisories/GHSA-mqqg-xjhj-wfgw" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27592" }, { "type": "WEB", "url": "https://github.com/miniflux/v2/pull/1746" }, { "type": "PACKAGE", "url": "https://github.com/miniflux/v2" }, { "type": "WEB", "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76" }, { "type": "WEB", "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90" }, { "type": "WEB", "url": "https://github.com/miniflux/v2/releases/tag/2.0.25" }, { "type": "WEB", "url": "https://github.com/miniflux/v2/releases/tag/2.0.43" }, { "type": "WEB", "url": "https://miniflux.app/docs/configuration.html#proxy-images" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Stored XSS in Miniflux when opening a broken image due to unescaped ServerError in proxy handler" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.